Page 1 of 1

Adding labels to series

Posted: Tue Feb 08, 2005 11:50 am
by 9080952
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

Posted: Wed Feb 09, 2005 7:42 am
by Marjan
Hi.
I would like to add some label string to each series, which will be displayed somewhere along the line.
In this case the best solution is to use the annotation tool to add extra text to chart/series. There are couple of example of this tool available in TeeChart .NET demo.