Skip to main content
All docs
V25.1
  • 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

    True if major tick marks are visible; otherwise, False.

    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 VCL Chart Control: X and Y Axes with Major Tick Marks
    False VCL Chart Control: X and Y Axes without Major Tick Marks

    The Visible property’s default value is True.

    Footnotes
    1. This example shows different Ticks.Visible property values for both the axis of arguments and the axis of values.

    See Also