ChartDirector Ver 3.0 (Perl Edition)

Axis.getTicks


Usage

getTicks()

Description

Get 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 explicity auto-scale the axis).

Arguments

None

Return Value

An array of numbers represent the values of the ticks.