ChartDirector 7.1 (.NET Edition)

Axis.setLabelGap


Usage

[C#]public void setLabelGap(int d);
[VB]Public Sub setLabelGap(d As Integer)

Description

Sets the distance between the axis labels and the ticks on the axis.

Arguments

ArgumentDefaultDescription
d(Mandatory)The distance between the axis label and the tick in pixels.

Return Value

None