StatisticDefinition QML Type

  • Esri.ArcGISRuntime
  • StatisticDefinition
  • 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:

    Object

    Properties

    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.


    Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.