Table of Contents

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

List<AxisConfig>

BaseConfig

public ChartBaseConfig? BaseConfig { get; set; }

Property Value

ChartBaseConfig

Id

public ObjectId Id { get; set; }

Property Value

ObjectId

SeriesConfig

public List<SeriesConfigBase>? SeriesConfig { get; set; }

Property Value

List<SeriesConfigBase>