Table of Contents

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

AxisLabel

AxisLine

public AxisLine? AxisLine { get; set; }

Property Value

AxisLine

AxisTick

public AxisTick? AxisTick { get; set; }

Property Value

AxisTick

CustomLabels

public List<string>? CustomLabels { get; set; }

Property Value

List<string>

KeyName

public string? KeyName { get; set; }

Property Value

string

LabelFormat

public DisplayConfigEnums.LabelFormat LabelFormat { get; set; }

Property Value

DisplayConfigEnums.LabelFormat

Max

public object? Max { get; set; }

Property Value

object

Min

public object? Min { get; set; }

Property Value

object

Offset

public double Offset { get; set; }

Property Value

double

Position

public DisplayConfigEnums.AxisPosition Position { get; set; }

Property Value

DisplayConfigEnums.AxisPosition

Regularity

public GroupedObservationEnum.Regularity Regularity { get; set; }

Property Value

GroupedObservationEnum.Regularity

Show

public bool Show { get; set; }

Property Value

bool

Silent

public bool Silent { get; set; }

Property Value

bool

SortLabels

public bool SortLabels { get; set; }

Property Value

bool

Type

public DisplayConfigEnums.AxisType Type { get; set; }

Property Value

DisplayConfigEnums.AxisType