Aspose::Cells::Charts::ChartMarkerType enum

ChartMarkerType enum

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

enum class ChartMarkerType

Values

NameValueDescription
Automatic0
Automatic markers.
Circle1
Circular markers.
Dash2
Long bar markers.
Diamond3
Diamond-shaped markers.
Dot4
Short bar markers.
None5
No markers.
SquarePlus6
Square markers with a plus sign.
Square7
Square markers.
SquareStar8
Square markers with an asterisk.
Triangle9
Triangular markers.
SquareX10
Square markers with an X.
Picture11
Picture.

See Also