Back to Devexpress

PointDrawOptionsBase.Marker Property

corelibraries-devexpress-dot-xtracharts-dot-pointdrawoptionsbase-423e435b.md

latest2.1 KB
Original Source

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

NuGet Package : DevExpress.Charts

Declaration

csharp
public MarkerBase Marker { get; }
vb
Public ReadOnly Property Marker As MarkerBase

Property Value

TypeDescription
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

PointMarkerOptions

BubbleMarkerOptions

PointDrawOptionsBase Class

PointDrawOptionsBase Members

DevExpress.XtraCharts Namespace