ChartDirector 6.0 (Ruby Edition)

Axis.getTicks


Usage

getTicks()

Description

Gets the values of the ticks.

The ticks on the axis is known only after auto-scaling. So this method should be called only after ChartDirector has finished auto-scaling (e.g. after calling BaseChart.layout to explicitly auto-scale the axis).

Arguments

None

Return Value

An array of numbers representing the values of the ticks.