C# 클래스 LiveCharts.SeriesAlgorithms.StackedRowAlgorithm

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

공개 메소드들

메소드 설명
StackedRowAlgorithm ( ISeriesView view ) : System

Initializes a new instance of the StackedRowAlgorithm class.

Update ( ) : void

Updates this instance.

비공개 메소드들

메소드 설명
ICartesianSeries ( AxisCore axis ) : double

메소드 상세

StackedRowAlgorithm() 공개 메소드

Initializes a new instance of the StackedRowAlgorithm class.
public StackedRowAlgorithm ( ISeriesView view ) : System
view ISeriesView The view.
리턴 System

Update() 공개 메소드

Updates this instance.
public Update ( ) : void
리턴 void