C# Класс LiveCharts.ChartUpdater

Наследование: IChartUpdater
Показать файл Открыть проект

Открытые методы

Метод Описание
Run ( bool restartView = false, bool updateNow = false ) : void

Runs the specified restart view.

UpdateFrequency ( System.TimeSpan freq ) : void

Updates the frequency.

Защищенные методы

Метод Описание
Update ( bool restartsAnimations = false ) : void

Updates the specified restarts animations.

Приватные методы

Метод Описание
InitializeSeriesView ( ISeriesView seriesView ) : void

Описание методов

Run() публичный Метод

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].
Результат void

Update() защищенный Метод

Updates the specified restarts animations.
protected Update ( bool restartsAnimations = false ) : void
restartsAnimations bool if set to true [restarts animations].
Результат void

UpdateFrequency() публичный Метод

Updates the frequency.
public UpdateFrequency ( System.TimeSpan freq ) : void
freq System.TimeSpan The freq.
Результат void