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!
Legend checkbox will be twinkle when I move CursorTool
Legend checkbox will be twinkle when I move CursorTool
- Attachments
-
- WpfApplication5.rar
- (41.68 KiB) Downloaded 880 times
-
- Guru
- Posts: 1603
- Joined: Fri Nov 15, 2002 12:00 am
Re: Legend checkbox will be twinkle when I move CursorTool
The Steema.Teechart.WPF.Legend.CheckBoxes property is now marked with: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?
Code: Select all
System.Obsolete("Legend Checkbox property deprecated from 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 |
Re: Legend checkbox will be twinkle when I move CursorTool
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!
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!
-
- Guru
- Posts: 1603
- Joined: Fri Nov 15, 2002 12:00 am
Re: Legend checkbox will be twinkle when I move CursorTool
That's right. The legend checkbox implementation is very problematic in TeeChart.WPF.dll and does not have a solution.Candy wrote:Hello,
Do you means it doesn't support to use legend checkbox in the teechart wpf?
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.Candy wrote:I use the version 4.1.2013.7302,not the newest version. Thanks!
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 |