ChartDirector Ver 4.1 (C++ Edition)

Axis.setTickWidth


Usage

void setTickWidth(int majorTickWidth, int minorTickWidth = -1);

Description

Sets the width of the axis ticks.
SEO India | Search Engine Optimization Company India

Arguments

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

Return Value

None