C# Class LiveCharts.ChartUpdater

Inheritance: IChartUpdater
Afficher le fichier Open project: beto-rodriguez/Live-Charts

Méthodes publiques

Méthode Description
Run ( bool restartView = false, bool updateNow = false ) : void

Runs the specified restart view.

UpdateFrequency ( System.TimeSpan freq ) : void

Updates the frequency.

Méthodes protégées

Méthode Description
Update ( bool restartsAnimations = false ) : void

Updates the specified restarts animations.

Private Methods

Méthode Description
InitializeSeriesView ( ISeriesView seriesView ) : void

Method Details

Run() public méthode

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].
Résultat void

Update() protected méthode

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

UpdateFrequency() public méthode

Updates the frequency.
public UpdateFrequency ( System.TimeSpan freq ) : void
freq System.TimeSpan The freq.
Résultat void