LegendBox *addLegend2(int x, int y, int noOfCols, const char *font = 0, double fontSize = 10);
Adds a legend box to the chart with grid layout.
In grid layout, the legend box will be divided into a table in which all cells are of of same width. The legend entries will fill the cells from left to right, top to bottom.
The number of columns can be specified using the
noOfCols argument. If this argument is set to the special constant
AutoGrid (= -2), the number of columns will be automatically determined based on the longest legend entry. 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).
In any case, the number of rows in the table is automatically determined so as to have enough cells for all legend entries.
A
LegendBox object representing the legend box. You may use this object to fine-tune the appearance of the legend box.
© 2006 Advanced Software Engineering Limited. All rights reserved.