# How to get vtkChartXY tooltips when mouse wheel zoom is turned off

**URL:** https://discourse.vtk.org/t/how-to-get-vtkchartxy-tooltips-when-mouse-wheel-zoom-is-turned-off/14527
**Category:** Support
**Created:** [September 4, 2024, 6:53pm UTC](https://discourse.vtk.org/t/how-to-get-vtkchartxy-tooltips-when-mouse-wheel-zoom-is-turned-off/14527 "2024-09-04T18:53:45Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Jessica\_Marquis](https://discourse.vtk.org/user_avatar/discourse.vtk.org/jessica_marquis/32/5849_2.png) [@Jessica\_Marquis](https://discourse.vtk.org/u/Jessica_Marquis)
#### Post date: [September 4, 2024, 6:53pm UTC](https://discourse.vtk.org/t/how-to-get-vtkchartxy-tooltips-when-mouse-wheel-zoom-is-turned-off/14527/1 "2024-09-04T18:53:45Z")

</div>

I am trying to create some charts using the vtkChartXY class. I would like to be able to turn off the feature of zooming in and out of the graph with the mouse wheel button (vtkChartXY::SetZoomWithMouseWheel) but whenever I use that function to turn off the mouse wheel zooming, the tooltip info no longer shows up when I hover over the data points in the chart. Is there a way to keep the tooltips while turning the mouse wheel zoom off?
