Skip to main content

AxisBase.GridLinesMinorBrush Property

Specifies the color of the axis minor grid lines.

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

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

Property Value

Type Description
SolidColorBrush

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

Remarks

Before using the GridLinesMinorBrush property, make sure the AxisBase.ShowMinorGridlines property is set to true.

See Also