TdxChartAxisTicks.Visible Property
Specifies if major tick marks are visible.
Declaration
property Visible: Boolean read; write; default True;
Property Value
Type | Default | Description |
---|---|---|
Boolean | True |
|
Remarks
You can use Visible
and MinorVisible properties to independently hide or display major and minor tick marks on an axis.
Options include:
Value | Example[1] |
---|---|
True |
|
False |
The Visible
property’s default value is True
.
Footnotes
See Also