Back to Devexpress

SeriesBorder Class

wpf-devexpress-dot-xpf-dot-charts-a0829270.md

latest3.4 KB
Original Source

SeriesBorder Class

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

Declaration

csharp
public class SeriesBorder :
    ChartDependencyObject,
    ICloneable
vb
Public Class SeriesBorder
    Inherits ChartDependencyObject
    Implements ICloneable

The following members return SeriesBorder objects:

Show 17 links

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

Object DispatcherObject DependencyObject Freezable ChartDependencyObject SeriesBorder

See Also

SeriesBorder Members

DevExpress.Xpf.Charts Namespace