[VB] | Public Sub setTickLength(majorTickLen As Integer) |
[C#] | public void setTickLength(int majorTickLen); |
ChartDirector 5.1 (.NET Edition)
Axis.setTickLength
Usage
[VB] | Public Sub setTickLength(majorTickLen As Integer) |
[C#] | public void setTickLength(int majorTickLen); |
Description
Arguments
Argument | Default | Description |
---|---|---|
majorTickLen | (Mandatory) | The length of the major ticks in pixels. The length of the minor ticks will automatically be set to half the length of the major ticks. |
Return Value