Exporting a datagridview information into a C1.Win.C1Chart.C1Chart

acheo

Member
Joined
Aug 5, 2009
Messages
5
Programming Experience
Beginner
Hi,

For some reasons I would like to dipslay in a C1.Win.C1Chart.C1Chart the same information I could easily display in a datagridview.


Would you know how?

cheers
 
I've never used that ComponentOne chart control. How would you usually provide data to it? I'm guessing that it would support a DataTable as a data source, which suggests that you should get the data from your DataGridView into a DataTable. In fact, you could already have your data in a DataTable and bind that to the grid, so there's no extra step.
 
Back
Top