Hi All,
Hope someone can assist me. I have a ScatterSurface3D and a XamDatagrid. I need to add focus to a certain point or highlight it on the scatterSurface3D. I need the yellow block to show on my scattersurface3D.
So if the yellow block moves the point will be highlighted on the cube.
This is a sample of what i want to achieve (Blue block):
Friendly Regards,
Roelof
Hello Roelof,
Before I can invesitage if this is possiable in the SurfaceChart, can you tell me if your want render the blue region exacly as on your image or is it acceptable for you to render single marker (e.g. blue rectanlge) on the surface?
Regards,
Martin
Hi Martin,
If we can render a single marker that will work. I just need to indicate the current focus point on the Surface chart.
My focus pointis the yellow block.The yellow block will alway be one point where X and Y crosses.
I have 256 point on my SurfaceChart so I turned the makers off, otherwise it becomes to cluttered and a bit slow.
Thanks in advance
Hello Roelof,I implemented an example of how you can show one marker over a surface, for selected data item. You can adjust shape of the marker using points of the MarkerMesh. Let me know if you have more questions about the Surface Chart control.SurfaceChartHighlight.zip
Hello Roelof,I created another app (see attached zip file) that generates 2 synchronized and overlaid surface charts. With these charts you can render selected region over your surface. Currently, the selected region is rendered as flat surface and you can modify Z values such that they match with your surface. Please submit a product idea if you wish the selection region was added to the SurfaceChart as a new and complete feature.
SurfaceChartSync.zip
HI Martin,
Thanks for the help. This will work but I just like to know if it will be possible to render the blue region as well. I think that visually it will look better than the pointer.
Thanks again,