Hi Andrew,
If you do not give the series names, then there will be no legend box entry for these series.
For example:
//This series will have a legend box entry "aaa"
c.addLineLayer(myData, Chart.Transparent, "aaa");
//This series will not have a legend box
c.addLineLayer(myData2, Chart.Transparent);
Hope this can help.
Regards
Peter Kwan |