C# Class LiveCharts.Defaults.ObservableValue

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

Méthodes publiques

Méthode Description
ObservableValue ( ) : System

Initializes a new instance of ObservableValue class

ObservableValue ( double value ) : System

Initializes a new instance of ObservableValue class with a given value

Méthodes protégées

Méthode Description
OnPointChanged ( ) : void

On point property changed event

Method Details

ObservableValue() public méthode

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

ObservableValue() public méthode

Initializes a new instance of ObservableValue class with a given value
public ObservableValue ( double value ) : System
value double
Résultat System

OnPointChanged() protected méthode

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