I created a TChart.OnZoom handler.
The handler can be invoked via a Rectangle Drag action OR a MouseWheel forward/back action.
I would like to handle these two cases differently.
Is there a way to determine what action invoked the OnZoom event within the handler?
TChart.OnZoom handler
Re: TChart.OnZoom handler
Hello,
You may be better advised to check the mouse move/up event to register how the action took place. You could set a variable that is then used when the OnZoom event triggers.
Regards,
Marc Meumann
You may be better advised to check the mouse move/up event to register how the action took place. You could set a variable that is then used when the OnZoom event triggers.
Regards,
Marc Meumann
Steema Support