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

SeriesBorder Class

Contains settings the specify the appearance of a series border.

Namespace: DevExpress.Xpf.Charts

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

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.

See Also