officefileapi-devexpress-dot-spreadsheet-dot-charts-12591e85.md
Lists values that specify the shape of markers which can be painted at each data point in the series on the line, scatter or radar chart and within the chart legend.
Namespace : DevExpress.Spreadsheet.Charts
Assembly : DevExpress.Spreadsheet.v25.2.Core.dll
NuGet Package : DevExpress.Spreadsheet.Core
public enum MarkerStyle
Public Enum MarkerStyle
| Name | Description |
|---|---|
Auto |
Specifies an automatic marker.
|
| None |
Specifies that a marker is not painted.
|
| Circle |
Specifies a circular marker.
|
| Dash |
Specifies a long bar marker.
|
| Diamond |
Specifies a diamond-shaped marker.
|
| Dot |
Specifies a short bar marker.
|
| Picture |
Specifies that a picture is used as a marker.
|
| Plus |
Specifies a plus-shaped marker.
|
| Square |
Specifies a square marker.
|
| Star |
Specifies a star-shaped marker.
|
| Triangle |
Specifies a triangular marker.
|
| X |
Specifies an X-shaped marker.
|
The following properties accept/return MarkerStyle values:
The values listed by this enumeration are used to set the Marker.Symbol property.
See Also