This can be integrated in the Chart3DCameraBehavior. The user should be able to pan around the viewport. And also to zoom based on the mouse position. Currently, the zooming is based on the center of the viewport.
Hello Umut, The status 'Approved' means that we agree the report is a feature or a bug. However, this status doesn't guarantee that the item is planned for release. Currently, this feature is not included in the planning for our next release. I could suggest you to follow the feedback item so that you will be notified by email as soon as there is a change in its status. In the meantime, you can implement your requirement using the Camera property of the chart. You can see a sample solution showing how to update the camera on pressing the arrow keys in the attached project. Note that I used the approach for calculating the new camera positions from the following stackoverflow question - https://stackoverflow.com/questions/43375372/moving-perspectivecamera-in-the-direction-it-is-facing-in-c-sharp. Regards, Martin Ivanov, Technical Support Engineer
Martin - I see that this feature is approved - it is also important for our own processes as well. What does this mean for this to be approved? Do you have a rough timeline or is it still in the lower backlog? Kind regards
This is very important, because it will allow to zoom onto items located far from the center of the viewport.