Sorry, I did not notice you post earlier.
(In the future, you can either use mailing list or PM me if TAChart-related post is
not responded to in 2-3 days).
Which events of the chart are still operational when you use the chart tools? I need to click on the chart to identify some peaks.
The idea is that you should use tools exclusively to interact with the chart.
The provide a better control over the tool priority and multi-tool interaction.
OnClick, OnMouseXXX etc. methods of TChart are left mostly for backwards compatibility.
Since r29353, dragdropdemo contains an example of using tool to identify the point
user clicked on -- is that what you want to achieve?
The extent method seems to be disabled as well when the tools are used, it ignores any value given to any extent (xmin, xmax etc.). Is that right?
I am not sure what are you talking about -- extent is a property, not a method,
and it should work identically with or without tools (see extentdemo for an example usage).
If it does not work, it is a bug.