Back to Devexpress

RadarLineSeriesView.PointMarkerOptions Property

corelibraries-devexpress-dot-xtracharts-dot-radarlineseriesview-9fbc673c.md

latest1.6 KB
Original Source

RadarLineSeriesView.PointMarkerOptions Property

Overrides the RadarPointSeriesView.PointMarkerOptions property.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[Browsable(false)]
public SimpleMarker PointMarkerOptions { get; }
vb
<Browsable(False)>
Public ReadOnly Property PointMarkerOptions As SimpleMarker

Property Value

TypeDescription
SimpleMarker

A SimpleMarker object that contains the specific marker settings.

|

Remarks

This property is overridden to hide the corresponding property of the RadarPointSeriesView class. Normally, you don’t need to use it. Use the RadarLineSeriesView.LineMarkerOptions property instead.

See Also

RadarLineSeriesView Class

RadarLineSeriesView Members

DevExpress.XtraCharts Namespace