C# 클래스 LiveCharts.ChartUpdater

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

공개 메소드들

메소드 설명
Run ( bool restartView = false, bool updateNow = false ) : void

Runs the specified restart view.

UpdateFrequency ( System.TimeSpan freq ) : void

Updates the frequency.

보호된 메소드들

메소드 설명
Update ( bool restartsAnimations = false ) : void

Updates the specified restarts animations.

비공개 메소드들

메소드 설명
InitializeSeriesView ( ISeriesView seriesView ) : void

메소드 상세

Run() 공개 메소드

Runs the specified restart view.
public Run ( bool restartView = false, bool updateNow = false ) : void
restartView bool if set to true [restart view].
updateNow bool if set to true [update now].
리턴 void

Update() 보호된 메소드

Updates the specified restarts animations.
protected Update ( bool restartsAnimations = false ) : void
restartsAnimations bool if set to true [restarts animations].
리턴 void

UpdateFrequency() 공개 메소드

Updates the frequency.
public UpdateFrequency ( System.TimeSpan freq ) : void
freq System.TimeSpan The freq.
리턴 void