[]
Represents the marker style for a point or series in a line chart, scatter chart, or radar chart.
public enum MarkerStyle : byte
Public Enum MarkerStyle As Byte
Name | Description |
---|---|
Automatic | Automatic markers. |
Circle | Circular markers. |
Dash | Long bar markers. |
Diamond | Diamond-shaped markers. |
Dot | Short bar markers. |
None | No markers. |
Picture | Picture markers. |
Plus | Square markers with a plus sign. |
Square | Square markers. |
Star | Square markers with an asterisk. |
Triangle | Triangular markers. |
X | Square markers with an X. |