Hello Trimble,
Excuse us for the delay. We haven't forgotten you. We'll answer you asap.
Thanks,
How to join different points with each
Re: How to join different points with each
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 |
TChart.Legend .CheckBoxes is no longer available in .net 201
Hello,
I used the TChart.Legend.CheckBoxes in 2009 .Net . But I cannot find it in new .net 2010 realse. So How can I Enable/Disable TChart.Legend.CheckBoxes in 2010 .Net?
Regrads
Hasan
I used the TChart.Legend.CheckBoxes in 2009 .Net . But I cannot find it in new .net 2010 realse. So How can I Enable/Disable TChart.Legend.CheckBoxes in 2010 .Net?
Regrads
Hasan
Re: How to join different points with each
Hi Trimble,
I can use code below using TeeChart for .NET 2010 release that has been posted today. Can you please check if it works fine at your end?
If not, please, try to arrange a simple example project we can run as-is to reproduce the problem here.
I can use code below using TeeChart for .NET 2010 release that has been posted today. Can you please check if it works fine at your end?
Code: Select all
tChart1.Legend.CheckBoxes = true;
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: How to join different points with each
Hi Trimble,
Excuse me, I forgot you were using Silverlight. I'm afraid in TeeChart for NET silverlight, the legend checkboxes aren't available as discussed here
Excuse me, I forgot you were using Silverlight. I'm afraid in TeeChart for NET silverlight, the legend checkboxes aren't available as discussed here
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: How to join different points with each
Hi Trimble,
Regarding the custom legend. Here it is the example mentioned above translated to Silverlight. If you still have problems with it, don't hesitate to let us know.
Regarding the custom legend. Here it is the example mentioned above translated to Silverlight. If you still have problems with it, don't hesitate to let us know.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |