Class AxisConfig
- Namespace
- adas_core.Domain.Models.MongoModels
- Assembly
- adas-core.Domain.dll
Represents the configuration settings for an axis.
public class AxisConfig
- Inheritance
-
AxisConfig
- Inherited Members
- Extension Methods
Properties
AxisLabel
public AxisLabel? AxisLabel { get; set; }
Property Value
AxisLine
public AxisLine? AxisLine { get; set; }
Property Value
AxisTick
public AxisTick? AxisTick { get; set; }
Property Value
CustomLabels
public List<string>? CustomLabels { get; set; }
Property Value
KeyName
public string? KeyName { get; set; }
Property Value
LabelFormat
public DisplayConfigEnums.LabelFormat LabelFormat { get; set; }
Property Value
Max
public object? Max { get; set; }
Property Value
Min
public object? Min { get; set; }
Property Value
Offset
public double Offset { get; set; }
Property Value
Position
public DisplayConfigEnums.AxisPosition Position { get; set; }
Property Value
Regularity
public GroupedObservationEnum.Regularity Regularity { get; set; }
Property Value
Show
public bool Show { get; set; }
Property Value
Silent
public bool Silent { get; set; }
Property Value
SortLabels
public bool SortLabels { get; set; }
Property Value
Type
public DisplayConfigEnums.AxisType Type { get; set; }