AxisBase.GridLinesMinorBrush Property
In This Article
Specifies the color of the axis minor grid lines.
Namespace: DevExpress.UI.Xaml.Charts
Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
public SolidColorBrush GridLinesMinorBrush { get; set; }
#Property Value
Type | Description |
---|---|
Solid |
A Windows. |
#Remarks
Before using the GridLinesMinorBrush property, make sure the AxisBase.ShowMinorGridlines property is set to true.
See Also