Class LegendLayoutColumn
- Namespace
- adas_core.Domain.Models.MongoModels
- Assembly
- adas-core.Domain.dll
Represents a column within a legend layout, defining a vertical arrangement of legend entries or items.
public class LegendLayoutColumn
- Inheritance
-
LegendLayoutColumn
- Inherited Members
- Extension Methods
Properties
GrowPriority
public decimal? GrowPriority { get; set; }
Property Value
Key
public string? Key { get; set; }
Property Value
Label
public LegendLabel? Label { get; set; }