FullStackedAreaDrawOptions.Border Property
Overrides the AreaDrawOptions.Border property.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
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