Detect a change

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
moelski
Newbie
Newbie
Posts: 1
Joined: Thu Apr 05, 2012 12:00 am

Detect a change

Post by moelski » Fri Nov 30, 2012 10:57 am

Hi !

How can I detect a change in TChart after the chart is created?

I create a chart within a MDI Window. Then I populate the series with data and present it to the user.
How can I check if the user has made any change to the chart (like changing a series color)?

Dominik

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

Re: Detect a change

Post by Sandra » Mon Dec 03, 2012 10:28 am

Hello Dominik,

I think you can use some Events of TeeChart to detect as the user make a change. You can use the click events of Chart, the click events of Series or some MouseEvents. For this reason, I suggest you next list of events:

TeeChart Click events:
Chart event click
Chart event double click
Chart event Series click

Series events:
Click

Mouse events of TeeChart:
Chart Mouse event Click
Chart Mouse event double Click
Chart Mouse event Up
Chart Mouse event Down

There are more events, but I think previous list is the more useful for you. If you have any problems please let me know.

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

Post Reply