StatisticDefinition QML Type
Represents a type used for defining a statistic to be queried for in the table. More...
Import Statement: | import Esri.ArcGISRuntime |
Since: | Esri.ArcGISRuntime 100.2 |
Inherits: |
- List of all members, including inherited members
- StatisticDefinition is part of QML Type List.
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
onFieldName : string |
The name of the field in the table containing values to be used for the statistic.
outputAlias : string |
The optional name for this statistic in the results.
statisticType : Enums.StatisticType |
The statistic to calculate.
See also Enums.StatisticType.
Signal Documentation
onFieldNameChanged() |
Emitted when the onFieldName property changes.
Note: The corresponding handler is onOnFieldNameChanged
.
outputAliasChanged() |
Emitted when the outputAlias property changes.
Note: The corresponding handler is onOutputAliasChanged
.
statisticTypeChanged() |
Emitted when the statisticType property changes.
Note: The corresponding handler is onStatisticTypeChanged
.