SECI  1
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events
Properties | Private Attributes | List of all members
Seci.Definitions.GraphDefinition Class Reference

This class is used for serializing the graphs for saving in the configuration. More...

Collaboration diagram for Seci.Definitions.GraphDefinition:
Collaboration graph

Properties

String OwningComponent [get, set]
 
SerialisableList< PlotDefinitionPlots [get, set]
 
Boolean ShowZeroY1 [get, set]
 
Boolean ShowZeroY2 [get, set]
 
String Title [get, set]
 
Double UpdateRate [get, set]
 
String Y2Label [get, set]
 
String YLabel [get, set]
 

Private Attributes

String _owningComponent
 The component to which this graph belongs. More...
 
SerialisableList< PlotDefinition_plots = new SerialisableList<PlotDefinition>()
 
Boolean _showZeroY1 = true
 
Boolean _showZeroY2 = true
 
String _title = ""
 
Double _updateRate = 30.0
 
String _y2Label = ""
 
String _yLabel = ""
 

Detailed Description

This class is used for serializing the graphs for saving in the configuration.

Definition at line 11 of file GraphDefinition.cs.

Member Data Documentation

String Seci.Definitions.GraphDefinition._owningComponent
private

The component to which this graph belongs.

Definition at line 17 of file GraphDefinition.cs.

SerialisableList<PlotDefinition> Seci.Definitions.GraphDefinition._plots = new SerialisableList<PlotDefinition>()
private

Definition at line 16 of file GraphDefinition.cs.

Boolean Seci.Definitions.GraphDefinition._showZeroY1 = true
private

Definition at line 19 of file GraphDefinition.cs.

Boolean Seci.Definitions.GraphDefinition._showZeroY2 = true
private

Definition at line 20 of file GraphDefinition.cs.

String Seci.Definitions.GraphDefinition._title = ""
private

Definition at line 13 of file GraphDefinition.cs.

Double Seci.Definitions.GraphDefinition._updateRate = 30.0
private

Definition at line 18 of file GraphDefinition.cs.

String Seci.Definitions.GraphDefinition._y2Label = ""
private

Definition at line 15 of file GraphDefinition.cs.

String Seci.Definitions.GraphDefinition._yLabel = ""
private

Definition at line 14 of file GraphDefinition.cs.

Property Documentation

String Seci.Definitions.GraphDefinition.OwningComponent
getset

Definition at line 29 of file GraphDefinition.cs.

SerialisableList<PlotDefinition> Seci.Definitions.GraphDefinition.Plots
getset

Definition at line 28 of file GraphDefinition.cs.

Boolean Seci.Definitions.GraphDefinition.ShowZeroY1
getset

Definition at line 26 of file GraphDefinition.cs.

Boolean Seci.Definitions.GraphDefinition.ShowZeroY2
getset

Definition at line 27 of file GraphDefinition.cs.

String Seci.Definitions.GraphDefinition.Title
getset

Definition at line 22 of file GraphDefinition.cs.

Double Seci.Definitions.GraphDefinition.UpdateRate
getset

Definition at line 25 of file GraphDefinition.cs.

String Seci.Definitions.GraphDefinition.Y2Label
getset

Definition at line 24 of file GraphDefinition.cs.

String Seci.Definitions.GraphDefinition.YLabel
getset

Definition at line 23 of file GraphDefinition.cs.


The documentation for this class was generated from the following file: