C# Class csCommon.Plugins.DashboardPlugin.DashboardItemViewModel

Inheritance: Caliburn.Micro.Screen, IDashboardItemViewModel
Mostra file Open project: TNOCS/csTouch

Private Properties

Property Type Description
CreateBarSeries void
CreateDataSet csEvents.Sensors.DataSet
Data_Updated void
GetDiff double
InitModel PlotModel
UpdateGraph void

Public Methods

Method Description
FindDataset ( ) : void

Protected Methods

Method Description
OnViewLoaded ( object view ) : void

Private Methods

Method Description
CreateBarSeries ( LinearAxis linearAxis2, OxyPlot.PlotModel plotModel ) : void
CreateDataSet ( ) : DataSet
Data_Updated ( object sender, EventArgs e ) : void
GetDiff ( GroupingOptions go ) : double
InitModel ( ) : PlotModel
UpdateGraph ( ) : void

Method Details

FindDataset() public method

public FindDataset ( ) : void
return void

OnViewLoaded() protected method

protected OnViewLoaded ( object view ) : void
view object
return void