Click or drag to resize

Plot Properties

The Plot type exposes the following members.

Properties
  NameDescription
Public propertyColor
The color used for this plot
Public propertyHighAlarmColor
The color used for this plot if the value is greater than the High Alarm Value, and High Alarm Enabled is true.
Public propertyHighAlarmEnable
Determines if High Alarms are enabled for this plot.
Public propertyHighAlarmValue
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.
Public propertyLineWidth
The line width of this plot.
Public propertyLowAlarmColor
The color used for this plot if the value is less than the Low Alarm Value, and Low Alarm Enabled is true.
Public propertyLowAlarmEnable
Determines if Low Alarms are enabled for this plot.
Public propertyLowAlarmValue
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.
Public propertyName
The name of the data series displayed by this plot. This name will be shown in the graph legend.
Public propertyPlotType
Determines the way the data series will be drawn
Public propertySymbol
Determines the symbol style if the PlotType is Symbols or LineAndSymbols
Public propertySymbolBitmap
Determines the symbol image to be drawn if the PlotType is Symbols or LineAndSymbols and Symbol is Custom.
Public propertyVisible
Determines if the plot is visible
Top
See Also