This is a migrated thread and some comments may be shown as answers.

Multiple 2D spline area series in 3D

2 Answers 71 Views
ChartView3D
This is a migrated thread and some comments may be shown as answers.
Karl B
Top achievements
Rank 1
Karl B asked on 05 Mar 2019, 09:35 PM

I would like to see data from multiple 2D graphs in the same 3D chart.  Is this possible to do?

 

For example show a ScatterSplineAreaSeries in the XZ plane at Y=0 and show a separate spline series in the XZ plane at Y = 1.

 

I was hoping I could use a SurfaceSeries3D to accomplish this but I could not figure out how to feed it points that accomplished the same spline effect as in the 2D RadChartView.

2 Answers, 1 is accepted

Sort by
0
Martin Ivanov
Telerik team
answered on 08 Mar 2019, 03:22 PM
Hi Karl,

I will check if your requirement can be achieved with the 3D chart and let you know about my findings on Monday.

Regards,
Martin Ivanov
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
Martin Ivanov
Telerik team
answered on 11 Mar 2019, 05:17 PM
Hello Karl,

RadChartView3D doesn't support your requirement out of the box. A similar visualization might be achieve using several SurfaceSeries3D placed one in front of the other. However, please keep in mind that this won't be very straightforward. This is because the series won't be drawn as expected by only plotting the 2D that can be easily rendered in the 2D chart. Instead, you will need to construct your data in a tabular format. Or alternatively, you can calculate the triangle indexes of the geometry based on your data points and pass them to the TriangleIndices property of the series. This will allow you to tell the surface how exactly to draw itself.

Regards,
Martin Ivanov
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
ChartView3D
Asked by
Karl B
Top achievements
Rank 1
Answers by
Martin Ivanov
Telerik team
Share this question
or