Specifies the shape of the marker.
Definition
Fields
The marker shape is circle.
C#
Circle = 0
The marker shape is cross.
C#
Cross = 1
The marker shape is rect.
C#
Rect = 4
The marker shape is roundedRect.
C#
RoundedRect = 5
The marker shape is square.
C#
Square = 2
The marker shape is triangle.
C#
Triangle = 3