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