ChartDirector 6.0 (Ruby 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

ArgumentDefaultDescription
majorTickLen(Mandatory)The length of the major ticks in pixels.
minorTickLen(Mandatory)The length of the minor ticks in pixels.

Return Value

None