C# Class LiveCharts.Defaults.ObservablePoint

An already configured chart point, this class notifies a 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
ObservablePoint ( ) : System

Initializes a new instance of ObservablePoint class

ObservablePoint ( double x, double y ) : System

Initializes a new instance of ObservablePoint class giving the x and y coordinates

Méthodes protégées

Méthode Description
OnPointChanged ( ) : void

OnPoint property changed method

Method Details

ObservablePoint() public méthode

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

ObservablePoint() public méthode

Initializes a new instance of ObservablePoint class giving the x and y coordinates
public ObservablePoint ( double x, double y ) : System
x double
y double
Résultat System

OnPointChanged() protected méthode

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