Click or drag to resize

Plot Class

A Plot object has series data, colors and visibility.
Inheritance Hierarchy
SystemObject
  ABB.Robotics.Tps.Windows.FormsPlot

Namespace:  ABB.Robotics.Tps.Windows.Forms
Assembly:  ABB.Robotics.Tps.Windows.Forms (in ABB.Robotics.Tps.Windows.Forms.dll) Version: 6.5.129.0
Syntax
C#
public class Plot

The Plot type exposes the following members.

Constructors
  NameDescription
Public methodPlot
Initializes a new instance of the Plot class.
Public methodPlot(String, PlotType, Color)
Initializes a new instance of the Plot class.
Public methodPlot(String, PlotType, Color, Symbol, Image, Int32, Boolean, Double, Double, Color, Color, Boolean, Boolean)
Initializes a new Plot instance from specified data.
Top
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
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Overridden
(Overrides ObjectToString.)
Top
See Also