Skip to main content

FullStackedAreaDrawOptions.Border Property

Overrides the AreaDrawOptions.Border property.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.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