ErrorValue
Class

Assembly LiveChartsCore
Namespace LiveChartsCore.Defaults

Summary:
Defines an error value to create error series.

Inheritance:
Object =>
ErrorValue
Implements:

Constructors

// Initializes a new instance of the FinancialPoint class.
// Initializes a new instance of the ErrorValue class.
Double y, // The Y coordinate.
Double yErrorI, // The top error.
Double yErrorJ// The bottom error.
)
// Initializes a new instance of the ErrorValue class.
Double y, // The Y coordinate.
Double yError// The error in Y.
)

Properties

Y
Gets or sets the high.
Type: Nullable<Double>
Gets or sets the open.
Type: Double
Gets or sets the close.
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