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

AreaStackedSeries2D.ActualBorder Property

Gets an actual border value of the AreaStackedSeries2D object.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.1.dll

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

Declaration

[Browsable(false)]
public SeriesBorder ActualBorder { get; }

Property Value

Type Description
SeriesBorder

A SeriesBorder object.

See Also