dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Model

StatisticDefinitionStatisticParameters Class

The parameters for percentile statistics.
default null
ArcGIS Maps SDK for JavaScript

public class StatisticDefinitionStatisticParameters :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.StatisticDefinitionStatisticParameters>

Inheritance System.Object 🡒 StatisticDefinitionStatisticParameters

Implements System.IEquatable<StatisticDefinitionStatisticParameters>

Constructors

StatisticDefinitionStatisticParameters(Nullable, Nullable) Constructor

The parameters for percentile statistics.
default null
ArcGIS Maps SDK for JavaScript

public StatisticDefinitionStatisticParameters(System.Nullable<dymaptic.GeoBlazor.Core.Enums.OrderBy> OrderBy=null, System.Nullable<double> Value=null);

Parameters

OrderBy System.Nullable<OrderBy>

Specify ASC (ascending) or DESC (descending) to control the order of the data.
ArcGIS Maps SDK for JavaScript

Value System.Nullable<System.Double>

Percentile value.
ArcGIS Maps SDK for JavaScript

Properties

StatisticDefinitionStatisticParameters.OrderBy Property

Specify ASC (ascending) or DESC (descending) to control the order of the data.
ArcGIS Maps SDK for JavaScript

public System.Nullable<dymaptic.GeoBlazor.Core.Enums.OrderBy> OrderBy { get; set; }

Property Value

System.Nullable<OrderBy>

StatisticDefinitionStatisticParameters.Value Property

Percentile value.
ArcGIS Maps SDK for JavaScript

public System.Nullable<double> Value { get; set; }

Property Value

System.Nullable<System.Double>