Class ChartSettings
- Namespace
- adas_core.Domain.Models.MongoModels
- Assembly
- adas-core.Domain.dll
Represents the configuration settings used to control the appearance and behavior of a chart.
public class ChartSettings
- Inheritance
-
ChartSettings
- Inherited Members
- Extension Methods
Properties
ChartGrowPriority
public decimal? ChartGrowPriority { get; set; }
Property Value
LegendGrowPriority
public decimal? LegendGrowPriority { get; set; }
Property Value
LegendLayoutConfig
public LegendLayoutConfig? LegendLayoutConfig { get; set; }