BoxValue
Class

Assembly LiveChartsCore
Namespace LiveChartsCore.Defaults

Summary:
Defines a point for box plots.

Inheritance:
Object =>
BoxValue
Implements:

Constructors

// Initializes a new instance of the FinancialPoint class.
// Initializes a new instance of the FinancialPoint class.
Double max, // The max.
Double thirdQuartile, // The third quartile.
Double firstQuartile, // The first quartile.
Double min, // The min.
Double median// The median.
)

Properties

Max
Gets or sets the high.
Type: Double
Gets or sets the max quiadrile value.
Type: Double
Gets or sets the min quadrile value.
Type: Double
Min
Gets or sets the min value.
Type: Double
Gets or sets the median value.
Type: Double
Gets or sets the meta data, the additional data required by LiveCharts to draw a point.
Type: ChartEntityMetaData
Gets or sets the coordinate, the position of the point in the chart.
Type: Coordinate

Events

Occurs when a property value changes.
Handler definition: PropertyChangedEventHandler