SeriesBounds
Class

Assembly LiveChartsCore
Namespace LiveChartsCore.Measure

Summary:
Defines the series bounds class, it contains the data bounds in a series.

Inheritance:
Object =>
SeriesBounds

Constructors

// Initializes a new instance of the SeriesBounds class.
DimensionalBounds bounds, // The bounds.
Boolean isPrevious// if set to true [is previous].
)

Properties

Gets the bounds.
Type: DimensionalBounds
Gets a value indicating whether this instance is previous.
Type: Boolean