I have a JFree Bar Chart. the dataset is populated using DefaultCategoryDataset , There may be situations when the values on both the domain and range axis are such that these values are not very clearly visible.
I need something like a scrollPane into which the chart can be added. But it looks like the ChartPanel cannot be added into a JScrollPane
Is there any way of doing this ?
Thanks Bhavya