ChartDirector 7.1 (.NET Edition)

Axis.setTickLength2


Usage

[C#]public void setTickLength2(int majorTickLen, int minorTickLen);
[VB]Public Sub setTickLength2(majorTickLen As Integer, minorTickLen As Integer)

Description

Sets the length of the major and minor axis ticks.

A positive tick length means the ticks are drawn outside the plot area. A negative tick length means the ticks are drawn inside the plot area.

Arguments

ArgumentDefaultDescription
majorTickLen(Mandatory)The length of the major ticks in pixels.
minorTickLen(Mandatory)The length of the minor ticks in pixels.

Return Value

None