Back to Devexpress

MarkerStyle Enum

officefileapi-devexpress-dot-spreadsheet-dot-charts-12591e85.md

latest1.7 KB
Original Source

MarkerStyle Enum

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

Declaration

csharp
public enum MarkerStyle
vb
Public Enum MarkerStyle

Members

NameDescription
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:

Remarks

The values listed by this enumeration are used to set the Marker.Symbol property.

See Also

DevExpress.Spreadsheet.Charts Namespace