how to convert jchart into csv format

174 Views Asked by At

Please can anyone tell me how to convert a JChart into csv format , so that I can save the chart data into csv format

1

There are 1 best solutions below

0
On

try getting the column and row count and keys, them access each value 'getValue (int row, int column)' and them export to a file...