C# Class LiveCharts.SeriesAlgorithms.StackedAreaAlgorithm

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

Méthodes publiques

Méthode Description
StackedAreaAlgorithm ( ISeriesView view ) : System

Initializes a new instance of the StackedAreaAlgorithm class.

Update ( ) : void

Updates this instance.

Méthodes protégées

Méthode Description
GetStackedPoint ( ChartPoint chartPoint ) : CorePoint

Gets the stacked point.

Private Methods

Méthode Description
ICartesianSeries ( AxisCore axis ) : double

Method Details

GetStackedPoint() protected méthode

Gets the stacked point.
protected GetStackedPoint ( ChartPoint chartPoint ) : CorePoint
chartPoint ChartPoint The chart point.
Résultat LiveCharts.Dtos.CorePoint

StackedAreaAlgorithm() public méthode

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

Update() public méthode

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