ChartDirector 7.1 (.NET Edition)

Axis.setTickWidth


Usage

[C#]public void setTickWidth(int majorTickWidth [, int minorTickWidth ]);
[VB]Public Sub setTickWidth(majorTickWidth As Integer [, minorTickWidth As Integer ])

Description

Sets the width of the axis ticks.

Arguments

ArgumentDefaultDescription
majorTickWidth(Mandatory)The width of the major ticks in pixels.
minorTickWidth-1The width of the minor ticks in pixels. -1 means the width is the same as majorTickWidth.

Return Value

None