ChartDirector Ver 4.1 (ColdFusion Edition)

Axis.setLabelOffset


Usage

setLabelOffset(offset)

Description

Shifts the axis labels from its default position along the axis.

This method expects the offset along the axis being a value on the axis scale. The Box.setPos method of the axis label prototype (obtained using Axis.setLabelStyle) can also be used to shift the labels, with the offsets specified in pixel units.

Arguments

ArgumentDefaultDescription
offset(Mandatory)The distance to shift the labels along the axis as a value on the axis scale.

Return Value

None