GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Model
AttributeBinsGrouping Class
AttributeBinsGrouping is a class that defines the stackBy
or splitBy
parameter in the AttributeBinsQuery.
ArcGIS Maps SDK for JavaScript
public class AttributeBinsGrouping :
System.IEquatable<dymaptic.GeoBlazor.Pro.Model.AttributeBinsGrouping>
Inheritance System.Object 🡒 AttributeBinsGrouping
Implements System.IEquatable<AttributeBinsGrouping>
Constructors
AttributeBinsGrouping(string, string, Nullable) Constructor
AttributeBinsGrouping is a class that defines the stackBy
or splitBy
parameter in the AttributeBinsQuery.
ArcGIS Maps SDK for JavaScript
public AttributeBinsGrouping(string? Alias=null, string? Value=null, System.Nullable<dymaptic.GeoBlazor.Pro.Enums.ValueType> ValueType=null);
Parameters
Alias
System.String
The alias is the name assigned to the attribute bin.
ArcGIS Maps SDK for JavaScript
Value
System.String
The name of the field or an expression used when the bins are split or stacked.
ArcGIS Maps SDK for JavaScript
ValueType
System.Nullable<ValueType>
Specifies the expected data type of the output from the stackBy
or splitBy
parameters.
ArcGIS Maps SDK for JavaScript
Properties
AttributeBinsGrouping.Alias Property
The alias is the name assigned to the attribute bin.
ArcGIS Maps SDK for JavaScript
public string? Alias { get; set; }
Property Value
AttributeBinsGrouping.Value Property
The name of the field or an expression used when the bins are split or stacked.
ArcGIS Maps SDK for JavaScript
public string? Value { get; set; }
Property Value
AttributeBinsGrouping.ValueType Property
Specifies the expected data type of the output from the stackBy
or splitBy
parameters.
ArcGIS Maps SDK for JavaScript
public System.Nullable<dymaptic.GeoBlazor.Pro.Enums.ValueType> ValueType { get; set; }