AxisBase.GridLinesMinorVisible Property
In This Article
Specifies whether the axis minor grid lines are visible. This is a dependency property.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true to show the axis minor grid lines; otherwise, false. |
#Remarks
Use the AxisBase.GridLinesVisible and GridLinesMinorVisible properties, to control the visibility of axis grid lines.
The following images demonstrate the GridLinesMinorVisible property in action.
Grid |
Grid |
---|---|
![]() |
![]() |
See Also