How to join different points with each

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: How to join different points with each

Post by Sandra » Wed Sep 22, 2010 3:23 pm

Hello Trimble,

Excuse us for the delay. We haven't forgotten you. We'll answer you asap.

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

trimble
Newbie
Newbie
Posts: 11
Joined: Mon Dec 14, 2009 12:00 am

TChart.Legend .CheckBoxes is no longer available in .net 201

Post by trimble » Wed Sep 29, 2010 11:56 am

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

Yeray
Site Admin
Site Admin
Posts: 9612
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: How to join different points with each

Post by Yeray » Wed Sep 29, 2010 11:58 am

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?

Code: Select all

tChart1.Legend.CheckBoxes = true;
If not, please, try to arrange a simple example project we can run as-is to reproduce the problem here.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Yeray
Site Admin
Site Admin
Posts: 9612
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: How to join different points with each

Post by Yeray » Thu Sep 30, 2010 10:10 am

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
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Yeray
Site Admin
Site Admin
Posts: 9612
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: How to join different points with each

Post by Yeray » Thu Sep 30, 2010 10:45 am

Hi Trimble,

Regarding the custom legend. Here it is the example mentioned above translated to Silverlight.
CNetSilverlightTest.zip
(20.94 KiB) Downloaded 277 times
If you still have problems with it, don't hesitate to let us know.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply