C# 클래스 LiveCharts.SeriesAlgorithm

파일 보기 프로젝트 열기: beto-rodriguez/Live-Charts

공개 메소드들

메소드 설명
Update ( ) : void

Updates this instance.

보호된 메소드들

메소드 설명
SeriesAlgorithm ( ISeriesView view ) : LiveCharts.Charts

Initializes a new instance of the SeriesAlgorithm class.

메소드 상세

SeriesAlgorithm() 보호된 메소드

Initializes a new instance of the SeriesAlgorithm class.
protected SeriesAlgorithm ( ISeriesView view ) : LiveCharts.Charts
view ISeriesView The view.
리턴 LiveCharts.Charts

Update() 공개 추상적인 메소드

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