Back to Devexpress

RadarAreaSeriesView.LineMarkerOptions Property

corelibraries-devexpress-dot-xtracharts-dot-radarareaseriesview-8ea4796d.md

latest1.4 KB
Original Source

RadarAreaSeriesView.LineMarkerOptions Property

Overrides the RadarLineSeriesView.LineMarkerOptions property to hide it.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
Marker

Always returns null ( Nothing in Visual Basic).

|

Remarks

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

See Also

RadarAreaSeriesView Class

RadarAreaSeriesView Members

DevExpress.XtraCharts Namespace