Back to Devexpress

RadarAreaSeriesView.Border Property

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

latest1.4 KB
Original Source

RadarAreaSeriesView.Border Property

Provides access to the border settings for the radar chart.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
CustomBorder

A CustomBorder object containing settings that define the border style.

|

Remarks

Use the Border property to specify the border’s color, thickness and visibility.

See Also

RadarAreaSeriesView Class

RadarAreaSeriesView Members

DevExpress.XtraCharts Namespace