ObservablePoint
Class
Assembly LiveChartsCore
Namespace LiveChartsCore.Defaults
Summary:
Defines a point for the Cartesian coordinate system that implements INotifyPropertyChanged.
Object
=>
ObservablePoint
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
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