Skip to main content
A newer version of this page is available. .

TdxChartCustomAxis.Ticks Property

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

Declaration

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