TdxChartAxisGridlines.Visible Property
Specifies if major grid lines are visible.
Declaration
property Visible: Boolean read; write;
Property Value
| Type | Description |
|---|---|
| Boolean |
|
Remarks
You can use Visible and MinorVisible properties to independently hide or display major and minor grid lines.
Property Value Examples
| Value | Example[1] |
|---|---|
False |
![]() |
True |
![]() |
Footnotes
-
This example shows different AxisY.Gridlines.
Visibleproperty values on the same diagram. Minor grid lines are hidden.
See Also

