Axis.getTicks
ChartDirector Ver 4.1 (C++ Edition)
Axis.getTicks
Usage
DoubleArray getTicks() const;
SEO India | Search Engine Optimization Company India
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.
© 2006 Advanced Software Engineering Limited. All rights reserved.
|