Skip to main content
All docs
V25.1
  • TdxChartCustomSecondaryAxisCollectionItem.Ticks Property

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

    Declaration

    property Ticks: TdxChartAxisTicks read; write;

    Property Value

    Type Description
    TdxChartAxisTicks

    Stores axis tick mark settings.

    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.

    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 the current secondary axis.

    Refer to the TdxChartAxisTicks class description for detailed information on all available options.

    See Also