Page 1 of 1

See legend in gauges

Posted: Mon Nov 04, 2013 4:10 pm
by 15654539
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

Re: See legend in gauges

Posted: Tue Nov 05, 2013 2:36 pm
by 10050769
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,

Re: See legend in gauges

Posted: Tue Nov 05, 2013 3:32 pm
by 15654539
It works. Thanks a lot!

Re: See legend in gauges

Posted: Tue Nov 05, 2013 3:54 pm
by 10050769
Hello wakeup,

I am glad my suggestion works for you.

Thanks,