Class ChartBaseConfig
- Namespace
- adas_core.Domain.Models.MongoModels
- Assembly
- adas-core.Domain.dll
Serves as the base class for chart configuration objects, providing common configuration properties and behavior shared by all chart types.
public class ChartBaseConfig
- Inheritance
-
ChartBaseConfig
- Inherited Members
- Extension Methods
Remarks
This class is intended to be inherited by specialized chart configuration types to ensure consistent configuration handling across the charting system.
Properties
BaselineOffset
public float BaselineOffset { get; set; }
Property Value
BorderColor
public string? BorderColor { get; set; }
Property Value
BorderWidth
public int BorderWidth { get; set; }
Property Value
Bottom
public string? Bottom { get; set; }
Property Value
Group
public string? Group { get; set; }
Property Value
Left
public string? Left { get; set; }
Property Value
Name
public string? Name { get; set; }
Property Value
NumValues
public float NumValues { get; set; }
Property Value
Right
public string? Right { get; set; }
Property Value
ShowGrid
public bool ShowGrid { get; set; }
Property Value
ShowLegend
public bool ShowLegend { get; set; }
Property Value
Title
public string? Title { get; set; }
Property Value
Top
public string? Top { get; set; }