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
See legend in gauges
Re: See legend in gauges
Hello wakeup,
To do visible the gauges in legend you need set the property SetInLegend to true as do in next line of code:
Could you confirm us if previous code works in your end?
Thanks,
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;
Thanks,
Best Regards,
Sandra Pazos / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
Re: See legend in gauges
It works. Thanks a lot!
Re: See legend in gauges
Hello wakeup,
I am glad my suggestion works for you.
Thanks,
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 |
Instructions - How to post in this forum |