See legend in gauges

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
acastro
Advanced
Posts: 204
Joined: Tue Oct 27, 2009 12:00 am

See legend in gauges

Post by acastro » Mon Nov 04, 2013 4:10 pm

I'm trying to see the legend in charts of type gauge but I cant. I have checked "visible" in Legend sheet but I don't see anything.
Do they have any special property to change?

Thanks

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: See legend in gauges

Post by Sandra » Tue Nov 05, 2013 2:36 pm

Hello wakeup,

To do visible the gauges in legend you need set the property SetInLegend to true as do in next line of code:

Code: Select all

      circular.ShowInLegend = true; 
Could you confirm us if previous code works in your end?

Thanks,
Best Regards,
Sandra Pazos / 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

acastro
Advanced
Posts: 204
Joined: Tue Oct 27, 2009 12:00 am

Re: See legend in gauges

Post by acastro » Tue Nov 05, 2013 3:32 pm

It works. Thanks a lot!

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: See legend in gauges

Post by Sandra » Tue Nov 05, 2013 3:54 pm

Hello wakeup,

I am glad my suggestion works for you.

Thanks,
Best Regards,
Sandra Pazos / 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