Unplanned
Last Updated: 25 Jun 2018 11:53 by ADMIN
ADMIN
Martin Ivanov
Created on: 17 Nov 2017 11:32
Category: ChartView3D
Type: Feature Request
5
ChartView3D: Introduce panning feature
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.
3 comments
ADMIN
Martin
Posted on: 25 Jun 2018 11:53
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
Umut
Posted on: 18 May 2018 12:37
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
Alex
Posted on: 17 Nov 2017 14:29
This is very important, because it will allow to zoom onto items located far from the center of the viewport.