Table of Contents

Class AxisLabel

Namespace
adas_core.Domain.Models.MongoModels
Assembly
adas-core.Domain.dll

Represents a label associated with an axis, typically used in charting or graphing scenarios to describe or identify the axis.

public class AxisLabel
Inheritance
AxisLabel
Inherited Members
Extension Methods

Properties

Color

public string? Color { get; set; }

Property Value

string

FontSize

public decimal? FontSize { get; set; }

Property Value

decimal?

Margin

public decimal? Margin { get; set; }

Property Value

decimal?

Show

public bool? Show { get; set; }

Property Value

bool?

Silent

public bool? Silent { get; set; }

Property Value

bool?