[C#] | public void setCols(int noOfCols); |
[VB] | Public Sub setCols(noOfCols As Integer) |
ChartDirector 7.1 (.NET Edition)
LegendBox.
Usage
[C#] | public void setCols(int noOfCols); |
[VB] | Public Sub setCols(noOfCols As Integer) |
Description
Arguments
Argument | Default | Description |
---|---|---|
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