Legend checkbox will be twinkle when I move CursorTool

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Candy
Newbie
Newbie
Posts: 57
Joined: Mon Apr 26, 2010 12:00 am
Contact:

Legend checkbox will be twinkle when I move CursorTool

Post by Candy » Thu Nov 13, 2014 6:37 am

Hello,
I use the TeeChart in the wpf application, and add the CursorTool in it, but when I move the cursor ,the checkbox in the legend will be twinkle. Is this a bug?
The attachment is my application. Thanks!
Attachments
WpfApplication5.rar
(41.68 KiB) Downloaded 764 times

Christopher
Guru
Posts: 1603
Joined: Fri Nov 15, 2002 12:00 am

Re: Legend checkbox will be twinkle when I move CursorTool

Post by Christopher » Thu Nov 13, 2014 9:33 am

Candy wrote:Hello,
I use the TeeChart in the wpf application, and add the CursorTool in it, but when I move the cursor ,the checkbox in the legend will be twinkle. Is this a bug?
The Steema.Teechart.WPF.Legend.CheckBoxes property is now marked with:

Code: Select all

System.Obsolete("Legend Checkbox property deprecated from TeeChart.WPF.dll.")
In the latest version of TeeChart.WPF.dll.
Best Regards,
Christopher Ireland / 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

Candy
Newbie
Newbie
Posts: 57
Joined: Mon Apr 26, 2010 12:00 am
Contact:

Re: Legend checkbox will be twinkle when I move CursorTool

Post by Candy » Fri Nov 14, 2014 1:22 am

Hello,
Do you means it doesn't support to use legend checkbox in the teechart wpf?
I use the version 4.1.2013.7302,not the newest version. Thanks!

Christopher
Guru
Posts: 1603
Joined: Fri Nov 15, 2002 12:00 am

Re: Legend checkbox will be twinkle when I move CursorTool

Post by Christopher » Fri Nov 14, 2014 9:29 am

Candy wrote:Hello,
Do you means it doesn't support to use legend checkbox in the teechart wpf?
That's right. The legend checkbox implementation is very problematic in TeeChart.WPF.dll and does not have a solution.
Candy wrote:I use the version 4.1.2013.7302,not the newest version. Thanks!
My best suggestion is that you stop using the legend checkbox now and find an alternative way of working. You could try adding a System.Windows.Controls.CheckBox to the Children collection of the TChart class, for example.
Best Regards,
Christopher Ireland / 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

Post Reply