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