Back to Devexpress

FullStackedAreaSeriesView.Border Property

corelibraries-devexpress-dot-xtracharts-dot-fullstackedareaseriesview.md

latest1.4 KB
Original Source

FullStackedAreaSeriesView.Border Property

Overrides the AreaSeriesViewBase.Border property.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[Browsable(false)]
public CustomBorder Border { get; }
vb
<Browsable(False)>
Public ReadOnly Property Border As CustomBorder

Property Value

TypeDescription
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

FullStackedAreaSeriesView Class

FullStackedAreaSeriesView Members

DevExpress.XtraCharts Namespace