[C#] | public void setTickLength(int majorTickLen); |
[VB] | Public Sub setTickLength(majorTickLen As Integer) |
ChartDirector 7.1 (.NET Edition)
Axis.
Usage
[C#] | public void setTickLength(int majorTickLen); |
[VB] | Public Sub setTickLength(majorTickLen As Integer) |
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