Zoom specified axis from custom axis list by mouse wheel
Posted: Wed Jun 25, 2014 9:43 am
Hi, i have multiple vertical custom axes, and i want to have ability to zoom one axis( plot ) via mouse wheel by setting mouse pointer to this axis and rolling the wheel. I implemented zooming via mouse wheel for all axes, so i dont have a problem with zooming, but i would like to know, is there any standart way to determine which axis is selected now( like MouseEnter event ). In axis scroll tool TeeChart determines the axis to be scrolled, so in some way it's implemented, but i couldn't find same public method. What can you recomend me?