dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Components
ColorRamp Class
A ColorRamp object is used to specify a range of colors that are applied to a group of symbols or pixels.
ArcGIS Maps SDK for JavaScript
public abstract class ColorRamp : dymaptic.GeoBlazor.Core.Components.MapComponent
Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 MapComponent 🡒 ColorRamp
Derived
↳ AlgorithmicColorRamp
↳ MultipartColorRamp
Properties
ColorRamp.Type Property
A string value representing the color ramp type. Possible Values:”algorithmic” | “multipart” |
public abstract dymaptic.GeoBlazor.Core.Enums.ColorRampType Type { get; }