C# Class LiveCharts.SeriesAlgorithms.VerticalStackedAreaAlgorithm

Inheritance: StackedAreaAlgorithm
Exibir arquivo Open project: beto-rodriguez/Live-Charts Class Usage Examples

Public Methods

Method Description
VerticalStackedAreaAlgorithm ( ISeriesView view ) : LiveCharts.Definitions.Series

Initializes a new instance of the VerticalStackedAreaAlgorithm class.

Protected Methods

Method Description
GetStackedPoint ( ChartPoint chartPoint ) : CorePoint

Gets the stacked point.

Method Details

GetStackedPoint() protected method

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

VerticalStackedAreaAlgorithm() public method

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