ChartMarkerType Enum
ChartMarkerType Enum
Represents the marker style in a line chart, scatter chart, or radar chart.
type ChartMarkerType int32
Fields
| Field | Description |
|---|---|
| Automatic | Automatic markers. |
| Circle | Circular markers. |
| Dash | Long bar markers |
| Diamond | Diamond-shaped markers. |
| Dot | Short bar markers. |
| None | No markers. |
| SquarePlus | Square markers with a plus sign. |
| Square | Square markers. |
| SquareStar | Square markers with an asterisk. |
| Triangle | Triangular markers. |
| SquareX | Square markers with an X. |
| Picture | Picture |