Back to Devexpress

FullStackedAreaDrawOptions.Border Property

corelibraries-devexpress-dot-xtracharts-dot-fullstackedareadrawoptions.md

latest1.4 KB
Original Source

FullStackedAreaDrawOptions.Border Property

Overrides the AreaDrawOptions.Border property.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public CustomBorder Border { get; }
vb
Public ReadOnly Property Border As CustomBorder

Property Value

TypeDescription
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

FullStackedAreaDrawOptions Class

FullStackedAreaDrawOptions Members

DevExpress.XtraCharts Namespace