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

FullStackedAreaDrawOptions.Border Property

Overrides the AreaDrawOptions.Border property.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.1.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public CustomBorder Border { get; }

Property Value

Type Description
CustomBorder

Always null (Nothing in Visual Basic).

Remarks

The Border property is overridden to hide the corresponding property of the AreaDrawOptions class. Normally, you don’t need to use this property.

See Also