Skip to main content

FullStackedAreaSeriesView.Border Property

Overrides the AreaSeriesViewBase.Border property.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[Browsable(false)]
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