1

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

davidkonrad
  • 83,997
  • 17
  • 205
  • 265
agarwal_achhnera
  • 2,582
  • 9
  • 55
  • 84

1 Answers1

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