dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Components.Layers
SizeVariable Class
The size visual variable defines the size of individual features in a layer based on a numeric (often thematic)
value.
ArcGIS JS API
public class SizeVariable : dymaptic.GeoBlazor.Core.Components.Layers.VisualVariable
Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 MapComponent 🡒 VisualVariable 🡒 SizeVariable
Properties
SizeVariable.MaxDataValue Property
The maximum data value used in the size ramp.
public System.Nullable<double> MaxDataValue { get; set; }
Property Value
System.Nullable<System.Double>
SizeVariable.MaxSize Property
The size used to render a feature containing the maximum data value
public System.Nullable<double> MaxSize { get; set; }
Property Value
System.Nullable<System.Double>
SizeVariable.MinDataValue Property
The minimum data value used in the size ramp.
public System.Nullable<double> MinDataValue { get; set; }
Property Value
System.Nullable<System.Double>
SizeVariable.MinSize Property
The size used to render a feature containing the minimum data value
public System.Nullable<double> MinSize { get; set; }
Property Value
System.Nullable<System.Double>
SizeVariable.VariableType Property
The visual variable type.
public override dymaptic.GeoBlazor.Core.Components.Layers.VisualVariableType VariableType { get; }