Represents a type used for defining a statistic to be queried for in the table. More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
Since: | Esri.ArcGISRuntime 100.2 |
Inherits: |
Properties
- onFieldName : string
- outputAlias : string
- statisticType : Enums.StatisticType
Signals
Detailed Description
A statistic definition must specify a field name and statistic type. Optionally, you can provide a name for the output statistic result.
Property Documentation
The name of the field in the table containing values to be used for the statistic.
The statistic to calculate.
See also Enums.StatisticType.
Signal Documentation
Emitted when the onFieldName property changes.
Note: The corresponding handler is onOnFieldNameChanged
.
Emitted when the outputAlias property changes.
Note: The corresponding handler is onOutputAliasChanged
.
Emitted when the statisticType property changes.
Note: The corresponding handler is onStatisticTypeChanged
.