RadarLineSeriesView.LineStyle Property
In This Article
Gets the line style settings of a series of the Radar Line type.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public LineStyle LineStyle { get; }
#Property Value
Type | Description |
---|---|
Line |
A Line |
#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