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

PointDrawOptionsBase.Marker Property

Gets the Point, Bubble, Line or Area series view’s marker settings when implementing custom drawing in the chart control.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.1.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public MarkerBase Marker { get; }

Property Value

Type Description
MarkerBase

A MarkerBase object which represents the marker shown within the series points and legend for this Point or Bubble series view.

Remarks

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

See Also