C# Class LiveCharts.ChartUpdater

Inheritance: IChartUpdater
ファイルを表示 Open project: beto-rodriguez/Live-Charts

Public Methods

Method Description
Run ( bool restartView = false, bool updateNow = false ) : void

Runs the specified restart view.

UpdateFrequency ( System.TimeSpan freq ) : void

Updates the frequency.

Protected Methods

Method Description
Update ( bool restartsAnimations = false ) : void

Updates the specified restarts animations.

Private Methods

Method Description
InitializeSeriesView ( ISeriesView seriesView ) : void

Method Details

Run() public method

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].
return void

Update() protected method

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

UpdateFrequency() public method

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