Hello All,
I need help regarding 3d view rotation,
I am using MVVM. I rotate the chart with the left mouse button and scroll button. The rotation of the chart is difficult with the mouse i can rotate the chart with the help of Arrow Icons , can we add arrows to bottom right for rotating right/left and up/down (and right&up, right&down, left&up, left&down) similar to what is shown in attached screen shot and arrow Icons are also attached.
Regards
Sufyan
Hello again,
I have already updated your other forum thread:
http://ko.infragistics.com/community/forums/p/78228/395533.aspx#395533
Hi Stefan,
I face some more problems in XamChart When i change the window state to Maximized my XAxix label text is cut off,this happen in sample application and my project as well because we use two rows in sample application, in first row we display chart and in second row we display rotate buttons our label text goes behind the second row how can we set Grid.RowSpan="2" for chart only because we have enough space in lower part of XamChart not for legend? and second thing i enabled scroll bar of XamChart but unfortunately this is not displayed when i change the resolution, scroll-bars must be shown because different users have different resolutions. Kindly look into it.
ScrollViewer.HorizontalScrollBarVisibility="Visible" ScrollViewer.VerticalScrollBarVisibility="Visible"
Hello Sufyan,
Thank you for your feedback. I am glad that you resolved your issue and I believe that other community members may benefit from this as well.
Thanks again.
Thank you very much. It is very helpful for me and i solve my problem.
Ragards
Thank you for your post. I have been looking into it and I modified the sample project, so now the rotation is done by buttons. I used the images you sent me and all the logic is done in MVVM way with commands and Bindings. Please let me know if this helps you or you need further assistance on this matter.
Looking forward for your reply.