C# Class LiveCharts.Defaults.OhlcPoint

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
OhlcPoint ( ) : System

Initializes a new instance of OhclPoint class

OhlcPoint ( double open, double high, double low, double close ) : System

Initializes a new instance o OhclPointc class, giving open, high, low and close values

Méthodes protégées

Méthode Description
OnPointChanged ( ) : void

On point property changed method

Method Details

OhlcPoint() public méthode

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

OhlcPoint() public méthode

Initializes a new instance o OhclPointc class, giving open, high, low and close values
public OhlcPoint ( double open, double high, double low, double close ) : System
open double
high double
low double
close double
Résultat System

OnPointChanged() protected méthode

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