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