AxisLimit
Struct
Assembly LiveChartsCore
Namespace LiveChartsCore.Measure
Summary:
Defines the axis limit structure.
Inheritance:
Constructors
Properties
Gets or sets the minimum value.
Type:
Double
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
Gets or sets the user-set
MinLimit
pinning, independent of the current view min the chart engine may have mutated via
SetLimits during zoom/pan. null when the user never pinned a min.
Type:
Nullable<Double>
Gets or sets the user-set
MaxLimit
pinning, independent of the current view max the chart engine may have mutated via
SetLimits during zoom/pan. null when the user never pinned a max.
Type:
Nullable<Double>