[]
Specifies the marker style for a point or series in a line chart, scatter chart, or radar chart.
public enum MarkerStyle
Public Enum MarkerStyle
| Name | Description |
|---|---|
| Automatic | Specifies automatic markers. |
| Circle | Specifies circular markers. |
| Dash | Specifies long bar markers. |
| Diamond | Specifies diamond-shaped markers. |
| Dot | Specifies short bar markers. |
| None | Specifies no markers. |
| Picture | Specifies picture markers. |
| Plus | Specifies square markers with a plus sign. |
| Square | Specifies square markers. |
| Star | Specifies square markers with an asterisk. |
| Triangle | Specifies triangular markers. |
| X | Specifies square markers with an X. |