Skip to main content

AreaStackedSeries2D.ActualBorder Property

Gets an actual border value of the AreaStackedSeries2D object.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

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

Property Value

Type Description
SeriesBorder

A SeriesBorder object.

See Also