One Entry In Legend When Using One Point Series

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Mr. Selger
Newbie
Newbie
Posts: 2
Joined: Fri Sep 09, 2005 4:00 am

One Entry In Legend When Using One Point Series

Post by Mr. Selger » Thu Sep 29, 2005 2:43 pm

When I create a chart using several Point series (plural) I have a legend with just as many entries.

When I create a chart using only one Point series I have an entry for each point of the series. This looks a bit strange to the users.

How do I make it so that there is only one entry in the legend?

thanks[/img]

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Thu Sep 29, 2005 3:20 pm

Hi Mr. Selger,

Yes, use:

Code: Select all

tChart1.Legend.LegendStyle = Steema.TeeChart.LegendStyles.Series;
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply