Error
Struct

Assembly LiveChartsCore
Namespace LiveChartsCore.Kernel

Summary:
Defines an error point.

Inheritance:
Object =>
ValueType =>
Error

Constructors

// Initializes a new instance of the Error struct.
Double xi, // The left error in the x axis.
Double xj, // The right error in the x axis.
Double yi, // The top error in the Y axis.
Double yj// The bottom error in the Y axis.
)
// Initializes a new instance of the Error struct.
Double x, // The error in x.
Double y// The error in y.
)

Properties

Xi
Gets the error to the left of the X axis.
Type: Double
Xj
Gets the error to the right of the X axis.
Type: Double
Yi
Gets the error to the top of the Y axis.
Type: Double
Yj
Gets the error to the bottom of Y axis.
Type: Double
Gets whether the error is empty.
Type: Boolean
Gets an empty instance of the error class.
Type: Error