ChartDirector 7.1 (.NET Edition)

Axis.getTicks


Usage

[C#]public double[] getTicks();
[VB]Public Function getTicks() As Double()

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.