Please can anyone tell me how to convert a JChart into csv format , so that I can save the chart data into csv format
Asked
Active
Viewed 154 times
1
1 Answers
1
try getting the column and row count and keys, them access each value 'getValue (int row, int column)' and them export to a file...

woliveirajr
- 9,433
- 1
- 39
- 49