Description
Class added 2.0
Base class for agers. Determine the symbology used to represent the aging of features in a feature layer.
Samples
Search for
samples that use this class.
Class hierarchy
esri.renderer.SymbolAger
Methods
Method Details
getAgedSymbol(symbol,graphic)
All subclasses override this method to provide their own implementation to calculate aging and return the appropriate symbol.
Input Parameters:
| <Symbol> symbol | Required | The symbol to age. |
| <Graphic> graphic | Required | Feature being rendered. |