Pre loader

XY, XZ, YZ plane/slice in 3D chart

Welcome to the SciChart Forums!

  • Please read our Question Asking Guidelines for how to format a good question
  • Some reputation is required to post answers. Get up-voted to avoid the spam filter!
  • We welcome community answers and upvotes. Every Q&A improves SciChart for everyone

WPF Forums | JavaScript Forums | Android Forums | iOS Forums

0
0

Hello i am new in using SciChart before that i was using OpenTK, i would like to create XY, XZ, YZ plane/slice in 3D chart like in OpenTK (example of using OpenTK in picture). User will be able to move slices in every direction depending on selected dimension. Is it possible to do this in SciChart?

Version
6.5
Images
  • You must to post comments
0
0

Hi Ivan

We have something similar but not exactly like this in SciChart WPF 3D

This example shows how you can use a Surface Mesh chart and flatten it, to place at the floor or ceiling of an axis cube. So it’s certainly possible to have a surface mesh flattened to look like a heatmap.

enter image description here

However I don’t believe it is possible to rotate the mesh into XY, ZY planes.

The closest workaround is to use scatter or point-cloud series instead of surface mesh and place them as follows. See this full code sample here.

enter image description here

Here we use point clouds and position them onto the walls of the axis cube. Point clouds support scatter points at XYZ values with custom size and colour per point, so you could create a sparse heatmap similar to the above with three series.

Take a look, its the closest we have at this time

Best regards
Andrew

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.

Try SciChart Today

Start a trial and discover why we are the choice
of demanding developers worldwide

Start TrialCase Studies