Skip to main content

SeriesBorder.Brush Property

Gets or sets the color of the series border.

Namespace: DevExpress.Xpf.Charts

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

#Declaration

[XtraSerializableProperty]
public SolidColorBrush Brush { get; set; }

#Property Value

Type Description
SolidColorBrush

A SolidColorBrush object that specifies the color of a seres.

See Also