C# 클래스 LiveCharts.Uwp.Components.ChartUpdater
파일 보기
프로젝트 열기: beto-rodriguez/Live-Charts
1 사용 예제들
Private Properties
공개 메소드들
메소드 |
설명 |
|
ChartUpdater ( System.TimeSpan frequency ) : System |
|
|
Run ( bool restartView = false, bool updateNow = false ) : void |
|
|
UpdateFrequency ( System.TimeSpan freq ) : void |
|
|
비공개 메소드들
메소드 상세
public ChartUpdater ( System.TimeSpan frequency ) : System |
frequency |
System.TimeSpan |
|
리턴 |
System |
|
public Run ( bool restartView = false, bool updateNow = false ) : void |
restartView |
bool |
|
updateNow |
bool |
|
리턴 |
void |
|
public UpdateFrequency ( System.TimeSpan freq ) : void |
freq |
System.TimeSpan |
|
리턴 |
void |
|