Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public enum MarkerStyle

Members

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.

Related API Members

The following properties accept/return MarkerStyle values:

Remarks

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

See Also