Enum ChartMarkerType

ChartMarkerType enumeration

Represents the marker style in a line chart, scatter chart, or radar chart.

public enum ChartMarkerType

Values

NameValueDescription
Automatic0Automatic markers.
Circle1Circular markers.
Dash2Long bar markers
Diamond3Diamond-shaped markers.
Dot4Short bar markers.
None5No markers.
SquarePlus6Square markers with a plus sign.
Square7Square markers.
SquareStar8Square markers with an asterisk.
Triangle9Triangular markers.
SquareX10Square markers with an X.
Picture11Picture

See Also