Thank you for your patience. I'm sure I have added the current chart to the selected objects, but I still can't get the chart zoomed in/out by scrolling the middle wheel. I use the left button to rotate the chart, the right button the move the chart (offset tool), and the wheel the zoom the chart. I doubted the problem is caused by too many tools related to the mouse actions, so I removed the other 2 tools and left the zoom tool only, still, it DOESN'T work
Currently I need a back-up plan. I want to control the zooming by 2 buttons - one zoom in button and one zoom out button, just as the ones in the toolbar created by dragging a NChartCommandBarsManager component to the GUI desing window. I have searched the whole Nevron docs and didn't find a related example yet. Then I tried NChartCommander class, but I DON'T know how to use it in my code, and I don't even know if it's the right choice.
Can you give me a simple example of directly zooming the chart by coding with other classes, but WITHOUT NZoomTool class? Thank you again!