dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Components.Layers
SizeStop Class
Defines a size stop used for creating a continuous size visualization in a size visual variable.
ArcGIS Maps SDK for JavaScript
public class SizeStop : dymaptic.GeoBlazor.Core.Components.MapComponent
Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 MapComponent 🡒 SizeStop
Properties
SizeStop.Label Property
A string value used to label the stop in the Legend.
public string? Label { get; set; }
Property Value
SizeStop.Size Property
The size value in points (between 0 and 90) used to render features with the given value. This value may also be autocast from a string in points or pixels.
public string? Size { get; set; }
Property Value
SizeStop.Value Property
Specifies the data value to map to the given size.
public System.Nullable<double> Value { get; set; }