Bounds
Class

Assembly LiveChartsCore
Namespace LiveChartsCore.Measure

Summary:
Represents the maximum and minimum values in a set.

Inheritance:
Object =>
Bounds

Constructors

// Creates a new instance of the Bounds class.
// Creates a new instance of the Bounds class.
Double min, // The maximum value.
Double max// The minimum value.
)
// Creates a new instance of the Bounds class. based on the given Bounds.
Bounds bounds//
)

Properties

Gets whether the bounds are empty.
Type: Boolean
Max
Gets the maximum value in the data set.
Type: Double
Min
Gets the minimum value in the data set.
Type: Double
Gets the padding, the distance from the edge to the first point in the series.
Type: Double
Gets the padding, the distance from the edge to the last point in the series.
Type: Double
Gets the requested geometry size.
Type: Double
Gets the delta, the absolute range in the axis.
Type: Double
Gets the minimum delta.
Type: Double