SeriesBorder Class
In This Article
Contains settings the specify the appearance of a series border.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
public class SeriesBorder :
ChartDependencyObject,
ICloneable
#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