Newer versions of TeeChart have TeeCommander component - toolbar for performing some actions. But it always sets the chart to be 3D before performing any scrolling or zooming.
To re-produce, either see Toolbar demo (if you load examples\features\Tee9New - just choose to continue after all exceptions) and set the chart to be 3D using the editor button on the toolbar or create a new VCL forms application, drop TChart and TTeeCommander components and set teeComander1.panel to be Chart1.
Is there a way to:
- Prevent scroll/zoom buttons to switch 3D to TRUE?
- Disable/Hide some buttons (Rotate)
similar as TDBNavigator?