posted 23 years ago
Hi Deeksha
I've been using the JClass Chart and I load the data to the Chart by using a TableModel by extending the AbstractTableModel class. But the problem I'm facing is that only the values for the Y axis are generated according to the requirement whereas the X axis values are generated randomly by the Chart. I happened to search for chart help on javaranch & I saw your suggestion about using JClass chart to one, Victoria.If you have experimented with this before or you have any suggestions to make wrt this, please do let me know.This is an important requirement and I'd greatly appreciate any help.
My ChartModel class is of the format :
ChartModel(columnTitles, rowData)
Thanks
Meghna