wpf-devexpress-dot-xpf-dot-charts-a0829270.md
Contains settings the specify the appearance of a series border.
Namespace : DevExpress.Xpf.Charts
Assembly : DevExpress.Xpf.Charts.v25.2.dll
NuGet Package : DevExpress.Wpf.Charts
public class SeriesBorder :
ChartDependencyObject,
ICloneable
Public Class SeriesBorder
Inherits ChartDependencyObject
Implements ICloneable
The following members return SeriesBorder objects:
Show 17 links
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.
Object DispatcherObject DependencyObject Freezable ChartDependencyObject SeriesBorder
See Also