dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Components.Layers

ColorStop Class

Defines a color stop used for creating a continuous color visualization in a color visual variable.
ArcGIS Maps SDK for JavaScript

public class ColorStop : dymaptic.GeoBlazor.Core.Components.MapComponent

Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 MapComponent 🡒 ColorStop

Properties

ColorStop.Color Property

The Color used to render features with the given value.

public dymaptic.GeoBlazor.Core.Objects.MapColor? Color { get; set; }

Property Value

MapColor

ColorStop.Label Property

A string value used to label the stop along the color ramp in the Legend.

public string? Label { get; set; }

Property Value

System.String

ColorStop.Value Property

Specifies the data value to map to the given color.

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

Property Value

System.Nullable<System.Double>