ChartDirector 5.1 (.NET Edition)

AngularAxis.setLabelGap


Usage

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

Description

Sets the distance between the axis labels and the axis.

Arguments

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

Return Value

None