TdxChartAxisGridlines.Visible Property
In This Article
Specifies if major grid lines are visible.
#Declaration
Delphi
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.
Visible
property values on the same diagram. Minor grid lines are hidden.
See Also