Table of Contents

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

decimal?

Key

public string? Key { get; set; }

Property Value

string

Label

public LegendLabel? Label { get; set; }

Property Value

LegendLabel