Property | Type | Description | |
---|---|---|---|
UpdaterTick | void |
Method | Description | |
---|---|---|
ChartUpdater ( System.TimeSpan frequency ) : System | ||
Run ( bool restartView = false, bool updateNow = false ) : void | ||
UpdateFrequency ( System.TimeSpan freq ) : void |
Method | Description | |
---|---|---|
UpdaterTick ( bool restartView ) : void |
public ChartUpdater ( System.TimeSpan frequency ) : System | ||
frequency | System.TimeSpan | |
return | System |
public Run ( bool restartView = false, bool updateNow = false ) : void | ||
restartView | bool | |
updateNow | bool | |
return | void |
public UpdateFrequency ( System.TimeSpan freq ) : void | ||
freq | System.TimeSpan | |
return | void |