Alternate of "OnEditedChart" event in TeeChart for .Net 2010

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Maverick123
Newbie
Newbie
Posts: 14
Joined: Wed Apr 06, 2011 12:00 am

Alternate of "OnEditedChart" event in TeeChart for .Net 2010

Post by Maverick123 » Mon Jul 04, 2011 6:31 am

Hi,

I am switching from TeeChart Pro v7.0.0.7 to TeeChart .Net Pro v.4.0.2011.2082.

In TeeChart7 I was using "OnEditedChart" event of TeeCommander. What event of "ChartController" (.Net) can be used as an equivalent to “OnEditedChart”?

“ItemClicked” event of ChartController cannot be used because it fires for every item, whereas I want an event which fires only if “Edit” item is clicked.

Thanks and Regards,
Maverick

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: Alternate of "OnEditedChart" event in TeeChart for .Net 2010

Post by Sandra » Mon Jul 04, 2011 10:10 am

Hello Maverick

I am afraid that this is not possible at the moment, in TeeChart.Net version, so currently, the only event have ChartController is SetLabels. I have added it in wish-list with number [TF02015638] to be consider its inclusion in next versions of TeeChart.Net.

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

Maverick123
Newbie
Newbie
Posts: 14
Joined: Wed Apr 06, 2011 12:00 am

Re: Alternate of "OnEditedChart" event in TeeChart for .Net 2010

Post by Maverick123 » Tue Jul 05, 2011 5:26 am

Sandra,

Thanks for reply,

I want to know when "SetLabels" fires?

I put a message box in this event. Some how this message box appear on right click (not every time) at the TChart control's area. Once message box appear it countinously appearing and almost stuck the application. There may be some problem with this event?

Regards,
Maverick

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: Alternate of "OnEditedChart" event in TeeChart for .Net 2010

Post by Sandra » Tue Jul 05, 2011 11:41 am

Hello Maverick,
I want to know when "SetLabels" fires?
This event is called when the TeeCommander needs to display the "label" (help text). When the user clicks a button in the TeeCommander, the label is refreshed.You can use this event to obtain the label text and display it in other places than the TeeCommander panel.
I put a message box in this event. Some how this message box appear on right click (not every time) at the TChart control's area. Once message box appear it countinously appearing and almost stuck the application. There may be some problem with this event?
You are right. I can reproduce your problem using last version of Teechart.Net and I have added your request in bug list report with number [TF02015642]. We will try to fix it in next maintenance releases of TeeChart.Net
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

Post Reply