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

RangeAreaSeriesView.Border Property

Overrides the AreaSeriesViewBase.Border property to hide it.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.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 RangeAreaSeriesView class. Use the RangeAreaSeriesView.Border1 and RangeAreaSeriesView.Border2 properties instead.

See Also