Hi,
How do i change the tick labels for horizontal stacked bar chart (i.e. the labels category 1 ..... on Y-Axis) to custom labels for tick units.
Thanks,
Vijay
Horizontal stacked bar chart
Re: Horizontal stacked bar chart
Hi Vijay,
The names come from the categories you are using in your dataset. If you are using the DefaultCategoryDataset class, then you can use the setCategories(...) method to change these.
Regards,
DG.
The names come from the categories you are using in your dataset. If you are using the DefaultCategoryDataset class, then you can use the setCategories(...) method to change these.
Regards,
DG.