C# Class LiveCharts.SeriesAlgorithms.StackedRowAlgorithm

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

Méthodes publiques

Méthode Description
StackedRowAlgorithm ( ISeriesView view ) : System

Initializes a new instance of the StackedRowAlgorithm class.

Update ( ) : void

Updates this instance.

Private Methods

Méthode Description
ICartesianSeries ( AxisCore axis ) : double

Method Details

StackedRowAlgorithm() public méthode

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

Update() public méthode

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