C# Class LiveCharts.SeriesAlgorithms.VerticalStackedAreaAlgorithm

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

Méthodes publiques

Méthode Description
VerticalStackedAreaAlgorithm ( ISeriesView view ) : LiveCharts.Definitions.Series

Initializes a new instance of the VerticalStackedAreaAlgorithm class.

Méthodes protégées

Méthode Description
GetStackedPoint ( ChartPoint chartPoint ) : CorePoint

Gets the stacked point.

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

VerticalStackedAreaAlgorithm() public méthode

Initializes a new instance of the VerticalStackedAreaAlgorithm class.
public VerticalStackedAreaAlgorithm ( ISeriesView view ) : LiveCharts.Definitions.Series
view ISeriesView The view.
Résultat LiveCharts.Definitions.Series