The following charts demonstrate some options of the EnhancedLegendRendrer. Some of the enhancements are:

The first plot has legend labels in 3 columns. They are clickable.


    

The second chart has legend labels in 2 columns placed outside of the plot. The showLabels option is false, but the labels are still clickable.

The legend renderer's "seriesToggle" option has been set to 900 to produce a slow, 900 ms fade. You can set this to a number or to 'fast', 'normal' or 'slow'.

Also, the disableIEFading option is set to false to allow fading on IE (as opposed to simple show/hide). In IE, series will be toggled with a show()/hide() method by default as opposed to fadeIn()/fadeOut() because of poor performance on some machines.



The third plot has legend labels in 1 row outside and below the chart area. The showSwatches option is false, but the labels are still clickable.


The fourth chart is a pie plot. Pie plots use their own legend renderer, since a pie plot is only 1 series. The pie legend renderer has also been updated to handle custom rows/columns, although it is not clickable.