Skip to main content

AxisBase.Brush Property

Gets or sets the color of the axis. 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

A Windows.UI.Xaml.Media.SolidColorBrush object that is the color used to paint the axis.

See Also