Skip to main content

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.v24.2.dll

NuGet Package: DevExpress.Charts

#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