By Sasi Lingineni - Thursday, February 21, 2013
Hello:
I would like to know if there is any way to bind a datatable directly to the chart, without looking through the values. My datatable has x-Axis values in the first column, and z-Axis values as column names.
Thanks,
Sasi
|
By Nevron Support - Monday, February 25, 2013
Hi Sasi,
The chart control supports data binding to data table, so in general the answer is yes. You can take a look at the following examples in our WinForms demo application:
All Examples > Data Manipulation > Data Binding Binding to Data Table
|
By Sasi Lingineni - Tuesday, February 26, 2013
Thank you for your prompt reply. I have looked at the specified example, and it shows the binding a two dimensional chart. Is there any example to bind a datatable to 3D Mesh Surface?
|
By Nevron Support - Thursday, February 28, 2013
Hi,
At this point Grid and Mesh surface series do not support data binding, this has to be implemented manually.
|
|