ObservablePolarPoint
Class

Assembly LiveChartsCore
Namespace LiveChartsCore.Defaults

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

Inheritance:
Object =>
ObservablePolarPoint
Implements:

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 angle.
Type: Nullable<Double>
Gets or sets the Radius.
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

Called when a property changes.
Handler definition: PropertyChangedEventHandler