|
override void | Dispose (bool disposing) |
| Clean up any resources being used. More...
|
|
|
void | addDataPoint (Series series, DateTime time, double value) |
|
void | addPlot (string blockname, Boolean useY2) |
|
void | adjustXaxisRange () |
|
void | autoScaleToolStripMenuItem_Click (object sender, EventArgs e) |
|
void | autoScaleXToolStripMenuItem_Click (object sender, EventArgs e) |
|
void | autoScaleY2ToolStripMenuItem_Click (object sender, EventArgs e) |
|
void | autoScaleYToolStripMenuItem_Click (object sender, EventArgs e) |
|
void | checkYRange (Series series, double value) |
|
void | clearPointsToolStripMenuItem_Click (object sender, EventArgs e) |
|
Double | findMaximum (Double max, Double value) |
|
Double | findMinimum (Double min, Double value) |
|
void | InitializeComponent () |
| Required method for Designer support - do not modify the contents of this method with the code editor. More...
|
|
void | setLimitsXToolStripMenuItem (object sender, EventArgs e) |
|
void | setLimitsY2ToolStripMenuItem_Click (object sender, EventArgs e) |
|
void | setLimitsYToolStripMenuItem_Click (object sender, EventArgs e) |
|
void | setPlotColours () |
|
void | setYRange (Axis axis, ref Double min, ref Double max, Double value, Boolean setAxis) |
|
void | y2SetManualLimits () |
|
void | ySetManualLimits () |
|
Definition at line 13 of file Graph.cs.
SeciControls.Graphing.Graph.Graph |
( |
| ) |
|
|
inline |
void SeciControls.Graphing.Graph.addDataPoint |
( |
Series |
series, |
|
|
DateTime |
time, |
|
|
double |
value |
|
) |
| |
|
inlineprivate |
void SeciControls.Graphing.Graph.addPlot |
( |
string |
blockname, |
|
|
Boolean |
useY2 |
|
) |
| |
|
inlineprivate |
void SeciControls.Graphing.Graph.adjustXaxisRange |
( |
| ) |
|
|
inlineprivate |
void SeciControls.Graphing.Graph.autoScaleToolStripMenuItem_Click |
( |
object |
sender, |
|
|
EventArgs |
e |
|
) |
| |
|
inlineprivate |
void SeciControls.Graphing.Graph.autoScaleXToolStripMenuItem_Click |
( |
object |
sender, |
|
|
EventArgs |
e |
|
) |
| |
|
inlineprivate |
void SeciControls.Graphing.Graph.autoScaleY2ToolStripMenuItem_Click |
( |
object |
sender, |
|
|
EventArgs |
e |
|
) |
| |
|
inlineprivate |
void SeciControls.Graphing.Graph.autoScaleYToolStripMenuItem_Click |
( |
object |
sender, |
|
|
EventArgs |
e |
|
) |
| |
|
inlineprivate |
void SeciControls.Graphing.Graph.checkYRange |
( |
Series |
series, |
|
|
double |
value |
|
) |
| |
|
inlineprivate |
void SeciControls.Graphing.Graph.ClearAllPlotData |
( |
| ) |
|
|
inline |
void SeciControls.Graphing.Graph.clearPointsToolStripMenuItem_Click |
( |
object |
sender, |
|
|
EventArgs |
e |
|
) |
| |
|
inlineprivate |
override void SeciControls.Graphing.Graph.Dispose |
( |
bool |
disposing | ) |
|
|
inlineprotected |
Clean up any resources being used.
- Parameters
-
disposing | true if managed resources should be disposed; otherwise, false. |
Clean up any resources being used.
Definition at line 17 of file Graph.Designer.cs.
Double SeciControls.Graphing.Graph.findMaximum |
( |
Double |
max, |
|
|
Double |
value |
|
) |
| |
|
inlineprivate |
Double SeciControls.Graphing.Graph.findMinimum |
( |
Double |
min, |
|
|
Double |
value |
|
) |
| |
|
inlineprivate |
void SeciControls.Graphing.Graph.InitializeComponent |
( |
| ) |
|
|
inlineprivate |
Required method for Designer support - do not modify the contents of this method with the code editor.
Definition at line 34 of file Graph.Designer.cs.
void SeciControls.Graphing.Graph.RemoveAllPlots |
( |
| ) |
|
|
inline |
void SeciControls.Graphing.Graph.setLimitsXToolStripMenuItem |
( |
object |
sender, |
|
|
EventArgs |
e |
|
) |
| |
|
inlineprivate |
void SeciControls.Graphing.Graph.setLimitsY2ToolStripMenuItem_Click |
( |
object |
sender, |
|
|
EventArgs |
e |
|
) |
| |
|
inlineprivate |
void SeciControls.Graphing.Graph.setLimitsYToolStripMenuItem_Click |
( |
object |
sender, |
|
|
EventArgs |
e |
|
) |
| |
|
inlineprivate |
void SeciControls.Graphing.Graph.setPlotColours |
( |
| ) |
|
|
inlineprivate |
void SeciControls.Graphing.Graph.setYRange |
( |
Axis |
axis, |
|
|
ref Double |
min, |
|
|
ref Double |
max, |
|
|
Double |
value, |
|
|
Boolean |
setAxis |
|
) |
| |
|
inlineprivate |
void SeciControls.Graphing.Graph.UpdateControl |
( |
| ) |
|
|
inline |
void SeciControls.Graphing.Graph.y2SetManualLimits |
( |
| ) |
|
|
inlineprivate |
void SeciControls.Graphing.Graph.ySetManualLimits |
( |
| ) |
|
|
inlineprivate |
DateTime SeciControls.Graphing.Graph._lastUpdate = new DateTime() |
|
private |
Boolean SeciControls.Graphing.Graph._limitsBeingChanged = false |
|
private |
Double SeciControls.Graphing.Graph._maxDoubleValue = Math.Pow(10, 25) |
|
private |
const int SeciControls.Graphing.Graph._maxPoints = 1000 |
|
private |
DateTime SeciControls.Graphing.Graph._maxValue |
|
private |
DateTime SeciControls.Graphing.Graph._minValue |
|
private |
Boolean SeciControls.Graphing.Graph._y2LimitsSetManually = false |
|
private |
Double SeciControls.Graphing.Graph._y2Max = Double.NaN |
|
private |
Boolean SeciControls.Graphing.Graph._y2MaxAuto = false |
|
private |
Double SeciControls.Graphing.Graph._y2Min = Double.NaN |
|
private |
Boolean SeciControls.Graphing.Graph._y2MinAuto = false |
|
private |
Double SeciControls.Graphing.Graph._y2SetMax = Double.NaN |
|
private |
Double SeciControls.Graphing.Graph._y2SetMin = Double.NaN |
|
private |
Boolean SeciControls.Graphing.Graph._yLimitsSetManually = false |
|
private |
Double SeciControls.Graphing.Graph._yMax = Double.NaN |
|
private |
Boolean SeciControls.Graphing.Graph._yMaxAuto = false |
|
private |
Double SeciControls.Graphing.Graph._yMin = Double.NaN |
|
private |
Boolean SeciControls.Graphing.Graph._yMinAuto = false |
|
private |
Double SeciControls.Graphing.Graph._ySetMax = Double.NaN |
|
private |
Double SeciControls.Graphing.Graph._ySetMin = Double.NaN |
|
private |
System.Windows.Forms.ToolStripMenuItem SeciControls.Graphing.Graph.allAxesToolStripMenuItem |
|
private |
System.Windows.Forms.ToolStripMenuItem SeciControls.Graphing.Graph.autoScaleToolStripMenuItem |
|
private |
System.Windows.Forms.ToolStripMenuItem SeciControls.Graphing.Graph.autoScaleToolStripMenuItem1 |
|
private |
System.Windows.Forms.ToolStripMenuItem SeciControls.Graphing.Graph.autoScaleToolStripMenuItem2 |
|
private |
System.Windows.Forms.ToolStripMenuItem SeciControls.Graphing.Graph.autoScaleToolStripMenuItem3 |
|
private |
System.Windows.Forms.DataVisualization.Charting.Chart SeciControls.Graphing.Graph.chart1 |
|
private |
System.Windows.Forms.ToolStripMenuItem SeciControls.Graphing.Graph.clearPointsToolStripMenuItem |
|
private |
System.ComponentModel.IContainer SeciControls.Graphing.Graph.components = null |
|
private |
System.Windows.Forms.ContextMenuStrip SeciControls.Graphing.Graph.contextMenuStrip1 |
|
private |
System.Windows.Forms.ToolStripMenuItem SeciControls.Graphing.Graph.setLimitsToolStripMenuItem |
|
private |
System.Windows.Forms.ToolStripMenuItem SeciControls.Graphing.Graph.setLimitsToolStripMenuItem1 |
|
private |
System.Windows.Forms.ToolStripMenuItem SeciControls.Graphing.Graph.setLimitsToolStripMenuItem2 |
|
private |
System.Windows.Forms.ToolStripSeparator SeciControls.Graphing.Graph.toolStripSeparator1 |
|
private |
System.Windows.Forms.ToolStripMenuItem SeciControls.Graphing.Graph.xAxisToolStripMenuItem |
|
private |
System.Windows.Forms.ToolStripMenuItem SeciControls.Graphing.Graph.y2AxisToolStripMenuItem |
|
private |
System.Windows.Forms.ToolStripMenuItem SeciControls.Graphing.Graph.yAxisToolStripMenuItem |
|
private |
The documentation for this class was generated from the following files:
- /isis2/instcontrol_temp/NewSECI/Sample_Environment_Control_Interface/UserInterface/SeciControls/Graphing/Graph.cs
- /isis2/instcontrol_temp/NewSECI/Sample_Environment_Control_Interface/UserInterface/SeciControls/Graphing/Graph.Designer.cs