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

TdxChartCustomAxis.Ticks Property

Provides access to settings of axis major and minor tick marks.

#Declaration

Delphi
property Ticks: TdxChartAxisTicks read; write;

#Property Value

Type Description
TdxChartAxisTicks

Stores settings of major and minor tick marks.

#Remarks

Tick marks denote values on an axis. Major tick marks correspond to labeled values on an axis while minor tick marks divide the range between every two major tick marks. You can use the MinorCount property to change the number of minor tick marks between every two major tick marks.

VCL Chart Control: Major and Minor Tick Marks on the Axis of Values

You can use Ticks.Thickness, Ticks.Length, Ticks.MinorThickness, and Ticks.MinorLength properties to adjust thickness and length of major and minor tick marks on an axis. Refer to the TdxChartAxisTicks class description for detailed information on all available options.

See Also