[]
Specifies the marker style for a point or series in a line chart, scatter chart, or radar chart.
public enum MarkerStyle
Automatic = 0
Specifies automatic markers.
Circle = 10
Specifies circular markers.
Dash = 5
Specifies long bar markers.
Diamond = 7
Specifies diamond-shaped markers.
Dot = 4
Specifies short bar markers.
None = 1
Specifies no markers.
Picture = 3
Specifies picture markers.
Plus = 11
Specifies square markers with a plus sign.
Square = 6
Specifies square markers.
Star = 9
Specifies square markers with an asterisk.
Triangle = 8
Specifies triangular markers.
X = 2
Specifies square markers with an X.