Group: Forum Members
Last Active: 11 Years Ago
Posts: 2,
Visits: 1
|
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
|
Group: Forum Members
Last Active: Last Week
Posts: 3,054,
Visits: 4,009
|
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
Best Regards, Nevron Support Team
|
Group: Forum Members
Last Active: 11 Years Ago
Posts: 2,
Visits: 1
|
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?
|
Group: Forum Members
Last Active: Last Week
Posts: 3,054,
Visits: 4,009
|
Hi, At this point Grid and Mesh surface series do not support data binding, this has to be implemented manually.
Best Regards, Nevron Support Team
|