I everybody,
I have a chartpanel which contains a gantt chart and I want the chartpanel (including both axes) to be updated if I modify the dataset.
I want to make it is possible to select a dataset (task series collection) from a combobox and after the selection the panel shall be updated.
When I call taskseriesCollection.removeAll, the panel and the value axis are cleared but the labes in the category axis are still visible.
How can I clear also the category axis (a custom class which extends CategoryAxis) programmatically ?
Thanks for any help