C# Class SidebarDiagnostics.Models.GraphModel

Inheritance: INotifyPropertyChanged, IDisposable
Datei anzeigen Open project: ArcadeRenegade/SidebarDiagnostics Class Usage Examples

Private Properties

Property Type Description
BindHardware void
BindMetrics void
BindMonitors void
Metric_PropertyChanged void
Metrics_CollectionChanged void

Public Methods

Method Description
BindData ( MonitorManager manager ) : void
Dispose ( ) : void
GraphModel ( OxyPlot.Wpf.Plot plot ) : System
NotifyPropertyChanged ( string propertyName ) : void
SetupPlot ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
BindHardware ( iMonitor monitors ) : void
BindMetrics ( iMetric metrics ) : void
BindMonitors ( MonitorPanel panels ) : void
Metric_PropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
Metrics_CollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void

Method Details

BindData() public method

public BindData ( MonitorManager manager ) : void
manager MonitorManager
return void

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GraphModel() public method

public GraphModel ( OxyPlot.Wpf.Plot plot ) : System
plot OxyPlot.Wpf.Plot
return System

NotifyPropertyChanged() public method

public NotifyPropertyChanged ( string propertyName ) : void
propertyName string
return void

SetupPlot() public method

public SetupPlot ( ) : void
return void