Back to Devexpress

RadarRangeAreaSeriesView.MarkerOptions Property

corelibraries-devexpress-dot-xtracharts-dot-radarrangeareaseriesview-e8bc15c7.md

latest1.6 KB
Original Source

RadarRangeAreaSeriesView.MarkerOptions Property

Overrides the RangeAreaSeriesView.MarkerOptions property to hide it.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
Marker

Always null ( Nothing in Visual Basic).

|

Remarks

The MarkerOptions property is hidden in the RadarRangeAreaSeriesView class. Use the RadarRangeAreaSeriesView.Marker1 and RadarRangeAreaSeriesView.Marker2 properties instead.

See Also

RadarRangeAreaSeriesView Class

RadarRangeAreaSeriesView Members

DevExpress.XtraCharts Namespace