porting from 0.9.7 to 1.0.10

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
zulfikaralib
Posts: 14
Joined: Thu Sep 22, 2005 5:38 am
Location: Mumbai, India
Contact:

porting from 0.9.7 to 1.0.10

Post by zulfikaralib » Thu Sep 04, 2008 2:16 pm

Hi,

I am currently migrating from jfreechart-0.9.7 to jfreechart-1.0.10.
I have done most of the changes that were required but am facing some issues with the following:

What API do i use instead of the following:

1. piePlot.setSectionLabelType(PiePlot.NAME_LABELS)
2. piePlot.setPercentFormat(nf)
3. piePlot.setValueFormat(nf);
4. HorizontalDateAxis
5. TimeSeriesToolTipGenerator
6. HorizontalNumberAxis3D
7. VerticalNumberAxis3D
8. VerticalNumberAxis
9. HorizontalCategoryAxis3D
10. HorizontalCategoryAxis
11. VerticalCategoryAxis
12. VerticalBarRenderer3D
13. VerticalBarRenderer
14. HorizontalBarRenderer3D
15. HorizontalBarRenderer
16. StackedHorizontalBarRenderer
17. StackedVerticalBarRenderer3D
18. StackedVerticalBarRenderer
19. VerticalCategoryPlot
20. HorizontalCategoryPlot
21. categoryPlot.setValueLabelsVisible(chartDisplayOptions.getIsDataLabelsToBeDisplayed())
22. categoryPlot.setValueLabelFont(chartDisplayOptions.getDataLabelFont());
23. categoryPlot.setValueLabelFormatString(decimalFormat.toLocalizedPattern());
24. numberAxis.setMinimumAxisValue(0);
25. numberAxis.setMaximumAxisValue(1);

Would really appreciate if anyone could send a sample workaround for any/all of the above items.

Thanks,
Zulfikarali Barodawala

zulfikaralib
Posts: 14
Joined: Thu Sep 22, 2005 5:38 am
Location: Mumbai, India
Contact:

Post by zulfikaralib » Fri Sep 05, 2008 12:12 pm

i've managed to reduce the number to 4...

i've created a new thread "Some help on 1.0.10"

please see if any of you can be of some aid to me...

thanks. :twisted:
Zulfikarali Barodawala

Locked