SECI  1
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events
Public Member Functions | Properties | List of all members
Seci.Definitions.PlotDefinition Class Reference

Lightweight plot definition class. More...

Collaboration diagram for Seci.Definitions.PlotDefinition:
Collaboration graph

Public Member Functions

 PlotDefinition ()
 Standard constructor. User for XML serialisation More...
 
 PlotDefinition (String blockname, Boolean useY2)
 The constructor to use in code. More...
 

Properties

String BlockName [get, set]
 
Boolean UseY2 [get, set]
 

Detailed Description

Lightweight plot definition class.

Definition at line 35 of file GraphDefinition.cs.

Constructor & Destructor Documentation

Seci.Definitions.PlotDefinition.PlotDefinition ( )
inline

Standard constructor. User for XML serialisation

Definition at line 44 of file GraphDefinition.cs.

Seci.Definitions.PlotDefinition.PlotDefinition ( String  blockname,
Boolean  useY2 
)
inline

The constructor to use in code.

Parameters
blocknameThe name of the block to plot
useY2Whether to plot on the second y-axis

Definition at line 54 of file GraphDefinition.cs.

Property Documentation

String Seci.Definitions.PlotDefinition.BlockName
getset

Definition at line 37 of file GraphDefinition.cs.

Boolean Seci.Definitions.PlotDefinition.UseY2
getset

Definition at line 38 of file GraphDefinition.cs.


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