Back to Devexpress

RadarLineSeriesView.LineStyle Property

corelibraries-devexpress-dot-xtracharts-dot-radarlineseriesview-d20a098f.md

latest1.8 KB
Original Source

RadarLineSeriesView.LineStyle Property

Gets the line style settings of a series of the Radar Line type.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public LineStyle LineStyle { get; }
vb
<PersistenceMode(PersistenceMode.InnerProperty)>
<XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)>
Public ReadOnly Property LineStyle As LineStyle

Property Value

TypeDescription
LineStyle

A LineStyle object that contains line style settings.

|

Remarks

The LineStyle property provides access to the style settings lines displayed by a series of the Radar Line type. These settings allow you to customize the line width and line dash style.

See Also

RadarLineSeriesView Class

RadarLineSeriesView Members

DevExpress.XtraCharts Namespace