Click or drag to resize

Symbol Enumeration

Defines the different plot symbols

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 Symbol
Members
  Member nameValueDescription
Circle0 A circle will be drawn at the data point
Square1 A square will be drawn at the data point
Diamond2 A diamond will be drawn at the data point
Triangle3 A triangle will be drawn at the data point
InvertedTriangle4 An inverted triangle will be drawn at the data point
Custom5 A custom symbol provided by the Symbol Bitmap will be drawn at the data point
See Also