Chart editor events?

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
toreba
Newbie
Newbie
Posts: 4
Joined: Wed Aug 22, 2012 12:00 am

Chart editor events?

Post by toreba » Tue Dec 18, 2012 11:48 am

Hi,

When a TChartEditor executes, is there an easy way of determining what the user has changed? For example, I need to tell whether the user changed axes extents or increments, but the TChartEditor seems not to provide events that allow this to be determined this programatically.

Thanks for any advice.

Toreba

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

Re: Chart editor events?

Post by Yeray » Tue Dec 18, 2012 2:59 pm

Hi Toreba,

No. The intention of the Editor is to help developers to create their charts, not for the end user. The editor is already enough complicated to add events for all the checkboxes, updown buttons, sliders, etc.
Feel free to implement your custom editors
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