AxisLimit
Struct

Assembly LiveChartsCore
Namespace LiveChartsCore.Measure

Summary:
Defines the axis limit structure.

Inheritance:
Object =>
ValueType =>
AxisLimit

Constructors

// Defines the axis limit structure.
Double min, // The min value.
Double max, // The masx value.
Double minDelta, // The min delta.
Double dataMin, // The data min value.
Double dataMax// The data max value.
)

Properties

Min
Gets or sets the minimum value.
Type: Double
Max
Gets or sets the maximum value.
Type: Double
Gets or sets the minimum value.
Type: Double
Gets or sets the maximum value.
Type: Double
Gets or sets the min delta.
Type: Double