ChartDirector 7.1 (.NET Edition)

LegendBox.setCols


Usage

[C#]public void setCols(int noOfCols);
[VB]Public Sub setCols(noOfCols As Integer)

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