C# 클래스 LiveCharts.Uwp.Components.ChartUpdater

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

Private Properties

프로퍼티 타입 설명
UpdaterTick void

공개 메소드들

메소드 설명
ChartUpdater ( System.TimeSpan frequency ) : System
Run ( bool restartView = false, bool updateNow = false ) : void
UpdateFrequency ( System.TimeSpan freq ) : void

비공개 메소드들

메소드 설명
UpdaterTick ( bool restartView ) : void

메소드 상세

ChartUpdater() 공개 메소드

public ChartUpdater ( System.TimeSpan frequency ) : System
frequency System.TimeSpan
리턴 System

Run() 공개 메소드

public Run ( bool restartView = false, bool updateNow = false ) : void
restartView bool
updateNow bool
리턴 void

UpdateFrequency() 공개 메소드

public UpdateFrequency ( System.TimeSpan freq ) : void
freq System.TimeSpan
리턴 void