Hi All,
I want to show my data in 3d view. I have parent child relationship data. My data and chat image is attached and following is my requirement. Please help me with sample application.
Regards
Sufyan
Hello Sufyan,
Thank you for your replies. I have been looking into them and regarding the coloring of the series of the XamChart, I can suggest setting the Fill property of the Series, when you are generating them, to different brushes in order to achieve the appearance that you have described. For the transparency of the walls of the chart, what you can do is setting the Scene3DBrush to transparent as I have already demonstrate in the sample that I have previously attached and also you can hide the grid lines of the axes of the chart.
Regarding the third question that you are having, for the ability to rotate the XamChart by clicking and dragging the mouse, you can use custom the approach I have suggested as basis to implement this custom scenario in order to match requirements that you are having. Also you if you need to implement any custom scenarios, as the ability to rotate the 3D chart, you can contact our Consulting Team. You can read more detailed information regarding this here in our web site: http://es.infragistics.com/consulting/.
I have modified the sample application that I have provided you with, in order to show how you can set different brushes to each series of the XamChart and also how to hide the grid lines of the axes.
Sincerely,
Krasimir
Developer Support Engineer
Infragistics
www.infragistics.com/support
I am using MVVM and above is my requirement use my attached sample application, kindly give me a solution with all bindings in xaml with the help of sample application as soon as possible.
Hello
Thanks for your reply, i face following problems
"This place is the attached image. See attached image for clarification."
The only axis/grid should be the horizontal plane and make even these axis grid lines light and thin.
3. Requirement :Enable user mouse click&drag to rotate view - Question : not working that well, seems impossible to look chart from above using mouse
Please use my previous attached and modified sample application for reference, please help me with sample application as soon as possible.
Thank you for your replies. I have been looking into the questions that you are having and the reason for the X axis to not show the labels of the all the series is that when you have multiple series in the XamChart, it uses the items of the first series, in order to show the labels on the X axis. For example, if you have two series and the first has 10 data points and the second has 20, the X axis will display 10 labels, that corresponds to the data points of the first series.
Regarding the second question that you are having, I believe that that approach that I have suggested, for rotating the XamChart , based on the mouse position, does not break the Model-View-ViewModel (MVVM) pattern, since the two events that I am handling in the View does not require any information regarding the Model and also the ViewModel, so I can suggest using that approach. You can avoid code in the xaml.cs file, by using Interactions to handle the events in your ViewModel, which will be the same as the approach I have suggest.
Please let me know if you need any further assistance on the matter.
Any updates of my issue. Kindly give me solution of my problem as soon as possible.