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

FullStackedAreaSeriesView.Border Property

Overrides the AreaSeriesViewBase.Border property.

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 returns null (Nothing in Visual Basic).

Remarks

This property is intended to hide the corresponding property of the AreaSeriesViewBase class and change its return value. Normally, you don’t need to use it.

See Also