C# Class LiveCharts.Defaults.PolarPoint

An already configured chart point, this class notifies the chart to update every time a property changes
Inheritance: IObservableChartPoint
Exibir arquivo Open project: beto-rodriguez/Live-Charts

Public Methods

Method Description
PolarPoint ( ) : System

Initializes a new instance of PolarPoint class

PolarPoint ( double radius, double angle ) : System

Initializes a new instance of PolarPoint class, giving angle and radius

Protected Methods

Method Description
OnPointChanged ( ) : void

On point property changed method

Method Details

OnPointChanged() protected method

On point property changed method
protected OnPointChanged ( ) : void
return void

PolarPoint() public method

Initializes a new instance of PolarPoint class
public PolarPoint ( ) : System
return System

PolarPoint() public method

Initializes a new instance of PolarPoint class, giving angle and radius
public PolarPoint ( double radius, double angle ) : System
radius double
angle double
return System