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

AxisBase.Brush Property

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

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(null, Handler = "UpdateActualAxisStyleSetting")]
public SolidColorBrush Brush { get; set; }

Property Value

Type Description
SolidColorBrush

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

See Also