Method | Description | |
---|---|---|
Run ( bool restartView = false, bool updateNow = false ) : void |
Runs the specified restart view.
|
|
UpdateFrequency ( System.TimeSpan freq ) : void |
Updates the frequency.
|
Method | Description | |
---|---|---|
Update ( bool restartsAnimations = false ) : void |
Updates the specified restarts animations.
|
Method | Description | |
---|---|---|
InitializeSeriesView ( ISeriesView seriesView ) : void |
public Run ( bool restartView = false, bool updateNow = false ) : void | ||
restartView | bool | if set to |
updateNow | bool | if set to |
return | void |
protected Update ( bool restartsAnimations = false ) : void | ||
restartsAnimations | bool | if set to |
return | void |
public UpdateFrequency ( System.TimeSpan freq ) : void | ||
freq | System.TimeSpan | The freq. |
return | void |