Adding labels to series
Posted: Tue Feb 08, 2005 11:50 am
Hi,
The problem with a legend is that it occupies a lot of space on the chart. I would like to add some label string to each series, which will be displayed somewhere along the line.
I tried something like:
line = new Steema.TeeChart.Styles.Line();
line.Add(" series name");
but that did not work out fine.
In your demo I found an example for a bar series, that worked.
Is there any solution for that while using series ?
Thanks in advance.
Kind regards,
Antoon Koster
Netherlands
The problem with a legend is that it occupies a lot of space on the chart. I would like to add some label string to each series, which will be displayed somewhere along the line.
I tried something like:
line = new Steema.TeeChart.Styles.Line();
line.Add(" series name");
but that did not work out fine.
In your demo I found an example for a bar series, that worked.
Is there any solution for that while using series ?
Thanks in advance.
Kind regards,
Antoon Koster
Netherlands