MarkerStyle
Constants which determine the style of the markers displayed by line charts.
Enumeration Members
Section titled "Enumeration Members"Automatic
Section titled "Automatic"The marker style is determined automatically.
Automatic = -4105 Circle
Section titled "Circle"The marker is circular.
Circle = 8 The marker is a dash.
Dash = -4115 Diamond
Section titled "Diamond"The marker is diamond-shaped.
Diamond = 2 The marker is a dot or bullet.
Dot = -4118 No marker is displayed.
None = -4142 Picture
Section titled "Picture"The marker appears as a picture.
Picture = -4147 The marker appears as a plus sign (+).
Plus = 9 Square
Section titled "Square"The marker appears as a square.
Square = 1 The marker appears as a star.
Star = 5 Triangle
Section titled "Triangle"The marker appears as a triangle.
Triangle = 3 The marker appears as an 'X'
X = -4168