ChartDirector Ver 3.1 (PHP Edition Edition)
Axis.setTickLength2
Usage
setTickLength2(majorTickLen, minorTickLen)
Description
Set the length of the major and minor axis ticks.
A positive tick length means the ticks are drawn outside the plot area. A negative tick length means the ticks are drawn inside the plot area.
Arguments
Argument | Default | Description |
majorTickLen | (Mandatory) | The length of the major ticks in pixels. |
minorTickLen | (Mandatory) | The length of the minor ticks in pixels. |
Return Value
None
© 2004 Advanced Software Engineering Limited. All rights reserved.