Class ChartConfig
- Namespace
- adas_core.Domain.Models.MongoModels
- Assembly
- adas-core.Domain.dll
Represents the configuration settings for a chart, defining its visual and behavioral properties.
public class ChartConfig
- Inheritance
-
ChartConfig
- Inherited Members
- Extension Methods
Properties
AxesConfig
public List<AxisConfig>? AxesConfig { get; set; }
Property Value
BaseConfig
public ChartBaseConfig? BaseConfig { get; set; }
Property Value
Id
public ObjectId Id { get; set; }
Property Value
- ObjectId
SeriesConfig
public List<SeriesConfigBase>? SeriesConfig { get; set; }