C# Class LiveCharts.Defaults.PolarPoint

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

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
OnPointChanged ( ) : void

On point property changed method

Method Details

OnPointChanged() protected méthode

On point property changed method
protected OnPointChanged ( ) : void
Résultat void

PolarPoint() public méthode

Initializes a new instance of PolarPoint class
public PolarPoint ( ) : System
Résultat System

PolarPoint() public méthode

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