layout: default title: UniqueValueInfo parent: Core Classes —
dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Components.Renderers
UniqueValueInfo Class
Defines the symbols to use in a UniqueValueRenderer. Each unique value info defines a symbol that should be used to
represent features with a specific value.
ArcGIS Maps SDK for JavaScript
public class UniqueValueInfo : dymaptic.GeoBlazor.Core.Components.Layers.LayerObject
Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 MapComponent 🡒 LayerObject 🡒 UniqueValueInfo
Properties
UniqueValueInfo.Label Property
Describes the value represented by the symbol.
public string? Label { get; set; }
Property Value
UniqueValueInfo.Value Property
Features with this value will be rendered with the given symbol.
public string? Value { get; set; }