AxisBase.GridLinesBrush Property
Gets or sets the color of the axis grid lines.
Namespace: DevExpress.UI.Xaml.Charts
Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Property Value
Type | Description |
---|---|
SolidColorBrush | A Windows.UI.Xaml.Media.SolidColorBrush object that is the color used to paint the axis grid lines. |
Remarks
Before using the GridLinesBrush property, make sure the AxisBase.ShowMajorGridlines property is set to true.
See Also