ChartMarkerType
ChartMarkerType enumeration
Represents the marker style in a line chart, scatter chart, or radar chart.
public enum ChartMarkerType
Values
Name | Value | Description |
---|---|---|
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. |
SquarePlus | 6 |
Square markers with a plus sign. |
Square | 7 |
Square markers. |
SquareStar | 8 |
Square markers with an asterisk. |
Triangle | 9 |
Triangular markers. |
SquareX | 10 |
Square markers with an X. |
Picture | 11 |
Picture |
See Also
- namespace Aspose.Cells.Charts
- assembly Aspose.Cells