C# Class LiveCharts.SeriesAlgorithms.LineAlgorithm

Inheritance: SeriesAlgorithm, ICartesianSeries
Mostrar archivo Open project: beto-rodriguez/Live-Charts Class Usage Examples

Public Methods

Method Description
LineAlgorithm ( ISeriesView view ) : System

Initializes a new instance of the LineAlgorithm class.

Update ( ) : void

Updates this instance.

Private Methods

Method Description
ICartesianSeries ( AxisCore axis ) : double

Method Details

LineAlgorithm() public method

Initializes a new instance of the LineAlgorithm class.
public LineAlgorithm ( ISeriesView view ) : System
view ISeriesView The view.
return System

Update() public method

Updates this instance.
public Update ( ) : void
return void