Back to Devexpress

RadarAreaSeriesView.LineStyle Property

corelibraries-devexpress-dot-xtracharts-dot-radarareaseriesview-e6c7d4e8.md

latest1.4 KB
Original Source

RadarAreaSeriesView.LineStyle Property

Overrides the RadarLineSeriesView.LineStyle property to hide it.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
LineStyle

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