Skip to main content
A newer version of this page is available. .

RadarRangeAreaSeriesView.Border Property

Overrides the RadarAreaSeriesView.Border property to hide it.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[Browsable(false)]
[NonTestableProperty]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public CustomBorder Border { get; }

Property Value

Type Description
CustomBorder

Always null (Nothing in Visual Basic).

Remarks

The Border property is hidden in the RadarRangeAreaSeriesView class. Use the RadarRangeAreaSeriesView.Border1 and RadarRangeAreaSeriesView.Border2 properties instead.

See Also