[C#] | public void setLabelGap(int d); |
[VB] | Public Sub setLabelGap(d As Integer) |
ChartDirector 7.1 (.NET Edition)
AngularAxis.
Usage
[C#] | public void setLabelGap(int d); |
[VB] | Public Sub setLabelGap(d As Integer) |
Description
Arguments
Argument | Default | Description |
---|---|---|
d | (Mandatory) | The distance between the axis label and axis in pixels. |
Return Value