Skip to main content

RadarAreaSeriesView.Border Property

Provides access to the border settings for the radar chart.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
[PersistenceMode(PersistenceMode.InnerProperty)]
public CustomBorder Border { get; }

Property Value

Type Description
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