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

TdxChartAxisTicks Class

Stores appearance settings of axis tick marks.

Declaration

TdxChartAxisTicks = class(
    TcxLockablePersistent
)

Remarks

Tick marks divide an axis into even sections and help users compare series points on an XY diagram. The TdxChartAxisTicks class implements tick mark appearance settings.

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

Main API Members

The list below outlines key class members that allow you to customize tick mark appearance.

Numeric Settings and Scaling

All numeric properties of the TdxChartAxisTicks class specify tick mark dimensions in pixels at 96 DPI. The Chart control’s draw routines multiply the following property values by the current scale factor to calculate tick mark dimensions on the target screen:

Length
Specifies length of major tick marks on an axis, in pixels.
MinorLength
Specifies length of minor tick marks on an axis, in pixels.
MinorThickness
Specifies thickness of minor tick marks on an axis, in pixels.
Thickness
Specifies thickness of major tick marks on an axis, in pixels.

Direct TdxChartAxisTicks Class References

The TdxChartCustomAxis.Ticks property references a TdxChartAxisTicks object.

See Also