ErrorPoint
Class
Assembly LiveChartsCore
Namespace LiveChartsCore.Defaults
Summary:
Defines an error point to create error series.
Object
=>
ErrorPoint
Constructors
// 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
Gets or sets the meta data, the additional data required by LiveCharts to draw a point.
Type: ChartEntityMetaData
Type: ChartEntityMetaData
Gets or sets the coordinate, the position of the point in the chart.
Type: Coordinate
Type: Coordinate
Events
Occurs when a property value changes.
Handler definition: PropertyChangedEventHandler
Handler definition: PropertyChangedEventHandler