changing the labels
Re: changing the labels
By calling DefaultCategoryDataset.setCategories(String[] categories)
where categories is an array for naming your categories
and name series by calling DefaultCategoryDataset.setSeriesNames(String[] names) as above.
We use DefaultCategoryDatset which implements CtaegoryDataset interface.
Bye
Gaurav Kathotia
where categories is an array for naming your categories
and name series by calling DefaultCategoryDataset.setSeriesNames(String[] names) as above.
We use DefaultCategoryDatset which implements CtaegoryDataset interface.
Bye
Gaurav Kathotia