Plot Properties |
The Plot type exposes the following members.
| Name | Description | |
|---|---|---|
| Color |
The color used for this plot
| |
| HighAlarmColor |
The color used for this plot if the value is greater than the High Alarm Value,
and High Alarm Enabled is true.
| |
| HighAlarmEnable |
Determines if High Alarms are enabled for this plot.
| |
| HighAlarmValue |
If the plot value is greater than the High Alarm Value,
and High Alarm Enabled is true, the plot will be drawn with
the High Alarm Color.
| |
| LineWidth |
The line width of this plot.
| |
| LowAlarmColor |
The color used for this plot if the value is less than the Low Alarm Value,
and Low Alarm Enabled is true.
| |
| LowAlarmEnable |
Determines if Low Alarms are enabled for this plot.
| |
| LowAlarmValue |
If the plot value is less than the Low Alarm Value,
and Low Alarm Enabled is true, the plot will be drawn with
the Low Alarm Color.
| |
| Name |
The name of the data series displayed by this plot.
This name will be shown in the graph legend.
| |
| PlotType |
Determines the way the data series will be drawn
| |
| Symbol |
Determines the symbol style if the PlotType is Symbols or LineAndSymbols
| |
| SymbolBitmap |
Determines the symbol image to be drawn if the PlotType is Symbols or LineAndSymbols
and Symbol is Custom.
| |
| Visible |
Determines if the plot is visible
|