Breaking up the legend
Posted: Tue Oct 07, 2008 3:43 am
G'day,
I've currently got a graph that allows a number of series to be plotted. These series are actually divided into groups. For example, let's pretend I have three groups, each with a Quantity, Sold and Price series.
At the moment I'm just adding all the series to the legend, and that's fine, except you end up with something like:
[ ] Quantity [ ] Sold [ ] Price [ ] Quantity [ ] Sold etc
What I'd ideally like to know is if there's a way to break these down into their respective groups.
e.g.
Item1: [ ] Quantity [ ] Sold [ ] Price
Item2: [ ] Quantity [ ] Sold [ ] Price
Item3: [ ] Quantity [ ] Sold [ ] Price
I'd prefer to use the TeeChart legend, but if it comes to it I could probably figure something else out.
I've currently got a graph that allows a number of series to be plotted. These series are actually divided into groups. For example, let's pretend I have three groups, each with a Quantity, Sold and Price series.
At the moment I'm just adding all the series to the legend, and that's fine, except you end up with something like:
[ ] Quantity [ ] Sold [ ] Price [ ] Quantity [ ] Sold etc
What I'd ideally like to know is if there's a way to break these down into their respective groups.
e.g.
Item1: [ ] Quantity [ ] Sold [ ] Price
Item2: [ ] Quantity [ ] Sold [ ] Price
Item3: [ ] Quantity [ ] Sold [ ] Price
I'd prefer to use the TeeChart legend, but if it comes to it I could probably figure something else out.