francops henri
francops henri

Reputation: 517

how to do an ultrachart with 2 columns of a Datatable containing 4

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

Answers (1)

NT88
NT88

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

Related Questions