Adding labels to series

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Anthony
Newbie
Newbie
Posts: 35
Joined: Wed Feb 25, 2004 5:00 am
Location: WL| Delft Hydraulics, Holland
Contact:

Adding labels to series

Post by Anthony » 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

Marjan
Site Admin
Site Admin
Posts: 745
Joined: Fri Nov 07, 2003 5:00 am
Location: Slovenia
Contact:

Post by Marjan » Wed Feb 09, 2005 7:42 am

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.
Marjan Slatinek,
http://www.steema.com

Post Reply