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
Exibir arquivo Open project: beto-rodriguez/Live-Charts Class Usage Examples

Public Methods

Method 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

Protected Methods

Method Description
OnPointChanged ( ) : void

On point property changed event

Method Details

ObservableValue() public method

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

ObservableValue() public method

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

OnPointChanged() protected method

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