Click or drag to resize

Plot Constructor (String, PlotType, Color, Symbol, Image, Int32, Boolean, Double, Double, Color, Color, Boolean, Boolean)

Initializes a new Plot instance from specified data.

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 Plot(
	string name,
	PlotType type,
	Color color,
	Symbol symbol,
	Image symbolBitmap,
	int lineWidth,
	bool visible,
	double lowAlarmValue,
	double highAlarmValue,
	Color lowAlarmColor,
	Color highAlarmColor,
	bool lowAlarmEnable,
	bool highAlarmEnable
)

Parameters

name
Type: SystemString
Name
type
Type: ABB.Robotics.Tps.Windows.FormsPlotType
Type
color
Type: System.DrawingColor
Color
symbol
Type: ABB.Robotics.Tps.Windows.FormsSymbol
Symbol
symbolBitmap
Type: System.DrawingImage
Symbol bitmap
lineWidth
Type: SystemInt32
Line width
visible
Type: SystemBoolean
Visible
lowAlarmValue
Type: SystemDouble
Low alarm value
highAlarmValue
Type: SystemDouble
High alarm value
lowAlarmColor
Type: System.DrawingColor
Low alarm color
highAlarmColor
Type: System.DrawingColor
High alarm color
lowAlarmEnable
Type: SystemBoolean
Whether low alarm is enabled
highAlarmEnable
Type: SystemBoolean
Whether high alarm is enabled
See Also