ChartDirector 7.0 (PHP Edition)

Axis.setTickLength


Usage

setTickLength(majorTickLen)

Description

Sets the length of the 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

ArgumentDefaultDescription
majorTickLen(Mandatory)The length of the major ticks in pixels. The length of the minor ticks will automatically be set to half the length of the major ticks.

Return Value

None