Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxChartAxisTicks.MinorVisible Property

Specifies if minor tick marks are visible.

#Declaration

Delphi
property MinorVisible: Boolean read; write; default True;

#Property Value

Type Default Description
Boolean True

True if minor 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 Minor Tick Marks
False VCL Chart Control: X and Y Axes without Minor Tick Marks

The MinorVisible property’s default value is True.

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

See Also