Reputation: 517
I made a Datatable with 4 columns : Date , Data1, Data2, Data4 . I would like to know how to represent in an XY ultrachart Date versus Data4 ?
Thanks for your help
Upvotes: 0
Views: 1385
Reputation: 947
Look at the sample browser: Link Here is shown how to make BarChart with XY axis. Look at the C# file where is show how the BarChart is datasorced and databound - your functions for insert, delete should handle the whole row, update and select should include only the desired two columns :) Try to use this sample as a guide.
Upvotes: 2