C# Class LiveCharts.Uwp.Components.ChartUpdater

Inheritance: LiveCharts.ChartUpdater
Datei anzeigen Open project: beto-rodriguez/Live-Charts Class Usage Examples

Private Properties

Property Type Description
UpdaterTick void

Public Methods

Method Description
ChartUpdater ( System.TimeSpan frequency ) : System
Run ( bool restartView = false, bool updateNow = false ) : void
UpdateFrequency ( System.TimeSpan freq ) : void

Private Methods

Method Description
UpdaterTick ( bool restartView ) : void

Method Details

ChartUpdater() public method

public ChartUpdater ( System.TimeSpan frequency ) : System
frequency System.TimeSpan
return System

Run() public method

public Run ( bool restartView = false, bool updateNow = false ) : void
restartView bool
updateNow bool
return void

UpdateFrequency() public method

public UpdateFrequency ( System.TimeSpan freq ) : void
freq System.TimeSpan
return void