We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

3d surface plot

Hi,
Given a set of 3D points, is there an easy way to plot it in 3D?
Example points:
A = (x1, y1, z1),
B = (x2, y2, z2)

It seems that I need to map my data into a 'chart series' form before I can use syncfusion charts to plot it. I would like to be able to say something like the following:

Point3D points = new Point3D []
{
    new Point3D (x1, y1, z1),
    new Point3D (x2, y2, z2),
...
}

SurfaceChart chart = new SurfaceChart();
chart.DataSource = points;
...

See attached for an example view of the surface I would like to get.

Kind regards,
B




listplot3Dmathematica_8b30f06b.rar

2 Replies

KV Karthikeyan V Syncfusion Team January 10, 2013 11:40 AM UTC

Hi Besiana,

Thank you for choosing Syncfusion products.

We have analyzed your requirement. We are not having the support to pass the Points3D directly to DataSource to plot a Surface in X,Y and Z axis.

Please let us know, if you need any further assistance.

Thanks,

Karthikeyan V.



SS Sheik Syed Abthaheer M Syncfusion Team October 20, 2015 01:11 PM UTC

Hi Besiana,

We are glad to announce that we have implemented new SfSurfaceChart control in our latest Essential Studio 13.3.0.7 Version. Now, we have a support to pass Point3D collection directly to the surface items source. Please find the following link.

https://www.syncfusion.com/forums/120659/essential-studio-2015-volume-3-final-release-v13-3-0-7-is-available-for-download   

Please refer to the below SfSurfaceChart product page

http://www.syncfusion.com/products/wpf/sfsurface  

Also refer to the below UG documentation page for SfSurfaceChart control.

http://help.syncfusion.com/wpf/sfsurfacechart/overview  

We have prepared the sample based on your requirement by using this control. Please find the sample in the below location.

Sample: SurfaceChart


We thank you for your support and appreciate your patience in waiting for this feature. Please let us know if you require any further assistance.

Regards,
M. Sheik


Loader.
Live Chat Icon For mobile
Up arrow icon