Enum ChartMarkerType
Enum ChartMarkerType
Namespace: Aspose.Cells.Charts
Assembly: Aspose.Cells.dll (25.2.0)
Represents the marker style in a line chart, scatter chart, or radar chart.
public enum ChartMarkerType
Fields
Automatic = 0
Automatic markers.
Circle = 1
Circular markers.
Dash = 2
Long bar markers
Diamond = 3
Diamond-shaped markers.
Dot = 4
Short bar markers.
None = 5
No markers.
Picture = 11
Picture
Square = 7
Square markers.
SquarePlus = 6
Square markers with a plus sign.
SquareStar = 8
Square markers with an asterisk.
SquareX = 10
Square markers with an X.
Triangle = 9
Triangular markers.