ErrorPoint
Class

Assembly LiveChartsCore
Namespace LiveChartsCore.Defaults

Summary:
Defines an error point to create error series.

Inheritance:
Object =>
ErrorPoint
Implements:

Constructors

// Initializes a new instance of the ErrorValue class.
Double x, // The X coordinate.
Double y, // The Y coordinate.
Double xErrorI, // The left error.
Double xErrorJ, // The right error.
Double yErrorI, // The top error.
Double yErrorJ// The bottom error.
)
// Initializes a new instance of the ErrorValue class.
Double x, // The X coordinate.
Double y, // The Y coordinate.
Double xError, // The error in X.
Double yError// The error in Y.
)

Properties

X
Gets or sets the X coordinate.
Type: Nullable<Double>
Y
Gets or sets the Y coordinate.
Type: Nullable<Double>
Gets or sets the left error in X.
Type: Double
Gets or sets the right error in x.
Type: Double
Gets or sets the top error in Y.
Type: Double
Gets or sets the bottom error in Y.
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