StatisticDefinition QML Type

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:

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.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close