C# Class LiveCharts.SeriesAlgorithms.LineAlgorithm

Inheritance: SeriesAlgorithm, ICartesianSeries
Afficher le fichier Open project: beto-rodriguez/Live-Charts Class Usage Examples

Méthodes publiques

Méthode Description
LineAlgorithm ( ISeriesView view ) : System

Initializes a new instance of the LineAlgorithm class.

Update ( ) : void

Updates this instance.

Private Methods

Méthode Description
ICartesianSeries ( AxisCore axis ) : double

Method Details

LineAlgorithm() public méthode

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

Update() public méthode

Updates this instance.
public Update ( ) : void
Résultat void