ChartDirector 7.0 (Perl Edition)
Axis.setTickLength2
Usage
setTickLength2(majorTickLen, minorTickLen)
Description
Sets 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
© 2021 Advanced Software Engineering Limited. All rights reserved.