Class SeriesConfigBase
- Namespace
- adas_core.Domain.Models.MongoModels
- Assembly
- adas-core.Domain.dll
Serves as the base class for configuration types that define settings for a series. Provides a common foundation for derived series configuration implementations.
public class SeriesConfigBase
- Inheritance
-
SeriesConfigBase
- Inherited Members
- Extension Methods
Properties
AboveBaselineColor
public string? AboveBaselineColor { get; set; }
Property Value
AxesNames
public List<string>? AxesNames { get; set; }
Property Value
BelowBaselineColor
public string? BelowBaselineColor { get; set; }
Property Value
CandleKeyList
public List<Candle>? CandleKeyList { get; set; }
Property Value
Color
public string? Color { get; set; }
Property Value
Key
public string? Key { get; set; }
Property Value
LineStyle
public string? LineStyle { get; set; }
Property Value
LineType
public string? LineType { get; set; }
Property Value
LineWidth
public int LineWidth { get; set; }
Property Value
Marker
public DisplayConfigEnums.MarkerIcon Marker { get; set; }
Property Value
MarkerIcon
public DisplayConfigEnums.MarkerIcon MarkerIcon { get; set; }
Property Value
ShowColorOnLegend
public bool ShowColorOnLegend { get; set; }
Property Value
ShowOnLegend
public bool ShowOnLegend { get; set; }
Property Value
ShowSymbol
public bool ShowSymbol { get; set; }
Property Value
SourceType
public DisplayConfigEnums.SourceType SourceType { get; set; }
Property Value
Type
public DisplayConfigEnums.SeriesType Type { get; set; }
Property Value
Values
public GroupedObservationEnum.Result Values { get; set; }
Property Value
VisualMap
public VisualMap? VisualMap { get; set; }