Back to Devexpress

PointDrawOptions.Marker Property

corelibraries-devexpress-dot-xtracharts-dot-pointdrawoptions.md

latest1.4 KB
Original Source

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

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
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

PointMarkerOptions

PointDrawOptions Class

PointDrawOptions Members

DevExpress.XtraCharts Namespace