Chart Legends |
Layout | ||
You can control the number of columns in the chart by doing the following:
LegendProperties legendProperties= new LegendProperties(); legendProperties.setPlacement( LegendAreaProperties.LEFT ); legendProperties.setNumColumns( 1 );