Class LegendLabel
- Namespace
- adas_core.Domain.Models.MongoModels
- Assembly
- adas-core.Domain.dll
Represents a label associated with a legend, typically used to describe or identify an entry in a chart, graph, or similar visual component.
public class LegendLabel
- Inheritance
-
LegendLabel
- Inherited Members
- Extension Methods
Properties
ColorIcon
public string? ColorIcon { get; set; }
Property Value
ColorLabel
public string? ColorLabel { get; set; }
Property Value
IconType
public DisplayConfigEnums.ELegendIconType? IconType { get; set; }
Property Value
Name
public string? Name { get; set; }
Property Value
ShowSymbol
public bool? ShowSymbol { get; set; }
Property Value
- bool?