SeriesBorder Class
Contains settings the specify the appearance of a series border.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Related API Members
The following members return SeriesBorder objects:
Remarks
The SeriesBorder class provides the SeriesBorder.Brush property that specifies border color and the SeriesBorder.LineStyle property that specifies the appearance of a border line. Instances of the SeriesBorder class can be accessed via the AreaSeries2D.Border and AreaStackedSeries2D.Border properties.
Inheritance
See Also