ObservablePolarPoint
Class
Assembly LiveChartsCore
Namespace LiveChartsCore.Defaults
Summary:
Defines a point for the polar coordinate system that implements INotifyPropertyChanged.
Object
=>
ObservablePolarPoint
Constructors
// Initializes a new instance of the ObservablePoint class.
// Initializes a new instance of the ObservablePoint class.
Nullable<Double> angle, | // The angle. |
Nullable<Double> radius | // The radius. |
)
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
Called when a property changes.
Handler definition: PropertyChangedEventHandler
Handler definition: PropertyChangedEventHandler