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

SeriesBorder.Brush Property

Gets or sets the color of the series border.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public SolidColorBrush Brush { get; set; }

Property Value

Type Description
SolidColorBrush

A SolidColorBrush object that specifies the color of a seres.

See Also