ObservablePoint
Class

Assembly LiveChartsCore
Namespace LiveChartsCore.Defaults

Summary:
Defines a point for the Cartesian coordinate system that implements INotifyPropertyChanged.

Inheritance:
Object =>
ObservablePoint
Implements:

Constructors

// Initializes a new instance of the ObservablePoint class.
// Initializes a new instance of the ObservablePoint class.
Nullable<Double> x, // The x coordinate.
Nullable<Double> y// The y coordinate.
)

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 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