Click or drag to resize

PlotType Enumeration

Defines the different plot types

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 enum PlotType
Members
  Member nameValueDescription
Line0 Plot will be drawn as a line
Bar1 Plot will be drawn as a series of bars
Symbols2 Plot will be drawn with symbols marking the data points
LineAndSymbols3 Plot will be drawn as a line with symbols marking the data points
Area4 Plot will be drawn as a line with the area below filled in
See Also