How to use SurfaceChart display non-matrix data points

Hi

I am using SfSurfaceChart to describe surface profile of  any shape of object.
But SfSurfaceChart  seem to must set RowSize and ColumnSize properties and number of data = RowSize * ColumnSize.
How to display surface like this? Thanks


3 Replies 1 reply marked as answer

SS Sridevi Sivakumar Syncfusion Team March 5, 2021 01:47 PM UTC

Hi,

Greetings from Syncfusion.

We have analyzed your requirement. In SfSurfaceChart we can set the matrix data point only and we should define the columns and rows size for the surface chart and we will convert the input data to the below grid table format based on the column size (Z) and row size (X). 
   


Example: 
   
   


We have prepared a matrix data format SfSurfaceChart sample for your requirement. Please have a sample from the below link
https://www.syncfusion.com/downloads/support/directtrac/general/ze/SurfaceTest402430097

For more information about setting the matrix points collection in SfSurfaceChart
https://help.syncfusion.com/wpf/surface-chart/data-binding

Please let us know if you have any other queries.

Regards,
Sridevi S. 
 


Marked as answer

?? ?? replied to Sridevi Sivakumar March 5, 2021 02:20 PM UTC

Hi,

Greetings from Syncfusion.

We have analyzed your requirement. In SfSurfaceChart we can set the matrix data point only and we should define the columns and rows size for the surface chart and we will convert the input data to the below grid table format based on the column size (Z) and row size (X). 
   


Example: 
   
   


We have prepared a matrix data format SfSurfaceChart sample for your requirement. Please have a sample from the below link
https://www.syncfusion.com/downloads/support/directtrac/general/ze/SurfaceTest402430097

For more information about setting the matrix points collection in SfSurfaceChart
https://help.syncfusion.com/wpf/surface-chart/data-binding

Please let us know if you have any other queries.

Regards,
Sridevi S. 
 


Hi

Thank your explanation.
so,... 
I wonder that is there any WPF control can display a dish-shaped or even any shape of object from non-matrix data points?



SS Sridevi Sivakumar Syncfusion Team March 8, 2021 09:27 AM UTC

Hi,

Query:  Can display a dish-shaped or even any shape of an object from non-matrix data points

Yes, we can use Syncfusion WPF Chart3D  control to display the shape with non-matrix data points.

For more information about  Chart3D  control
https://help.syncfusion.com/wpf/sfchart3d/gettingstarted

Let us know if you need any further assistance.

Regards,
Sridevi S. 


Loader.
Up arrow icon