Skip to main content

CartesianSeriesView.Brush Property

Gets or sets the color of the series view. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public SolidColorBrush Brush { get; set; }

Property Value

Type Description
SolidColorBrush

SolidColorBrush

See Also