ChartDirector 7.1 (C++ Edition)

LegendBox.setCols


Usage

void setCols(int noOfCols);

Description

Sets the number of columns in the legend box.

Arguments

ArgumentDefaultDescription
noOfCols(Mandatory)The number of columns in the legend box. The special value AutoGrid (= -2) means the number of columns is automatically determined. If this argument is 0, the legend box will use a flow layout (from left to right and then top to bottom, in which the entries may not be vertically aligned).

Return Value

None