C# Class Schementi.Controls.Demos.Sparkline.MainPageViewModel

Show file Open project: jschementi/sparkline Class Usage Examples

Public Methods

Method Description
MainPageViewModel ( Dispatcher dispatcher ) : System
StartSparkline ( IEnumerable addTimeValues ) : System.Action

Private Methods

Method Description
ShowFlag ( string guid, double value ) : void

Method Details

MainPageViewModel() public method

public MainPageViewModel ( Dispatcher dispatcher ) : System
dispatcher System.Windows.Threading.Dispatcher
return System

StartSparkline() public method

public StartSparkline ( IEnumerable addTimeValues ) : System.Action
addTimeValues IEnumerable
return System.Action