TdxChartAxisGridlines.MinorVisible Property
In This Article
Specifies if minor grid lines are visible.
#Declaration
Delphi
property MinorVisible: 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.
MinorVisible
property values on the same diagram. The AxisY.Gridlines.Thickness property is set to2
.
See Also