Skip to main content
A newer version of this page is available. .

PointDrawOptions.Marker Property

Gets the point series view’s marker settings when implementing custom drawing in the chart control.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

public SimpleMarker Marker { get; }

Property Value

Type Description
SimpleMarker

A SimpleMarker object which represents the marker shown within the series points and legend for this point series view.

Remarks

Use the Marker property to access and modify marker settings (such as the fill style, kind, size, etc.) of the point series view.

See Also