AxisBase.GridLinesMinorBrush Property
Specifies the color of the axis minor grid lines.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Property Value
Type | Description |
---|---|
Brush | A Brush object which specifies the color of the minor grid lines. |
Remarks
Before using the GridLinesMinorBrush property, make sure the AxisBase.GridLinesMinorVisible property is set to true.
The following image demonstrates the GridLinesMinorBrush property in action for the RadarLineSeries2D diagram. The property value is set to “Red”.
See Also