C# 클래스 LiveCharts.SeriesAlgorithms.VerticalStackedAreaAlgorithm

상속: StackedAreaAlgorithm
파일 보기 프로젝트 열기: beto-rodriguez/Live-Charts 1 사용 예제들

공개 메소드들

메소드 설명
VerticalStackedAreaAlgorithm ( ISeriesView view ) : LiveCharts.Definitions.Series

Initializes a new instance of the VerticalStackedAreaAlgorithm class.

보호된 메소드들

메소드 설명
GetStackedPoint ( ChartPoint chartPoint ) : CorePoint

Gets the stacked point.

메소드 상세

GetStackedPoint() 보호된 메소드

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

VerticalStackedAreaAlgorithm() 공개 메소드

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