Search found 2 matches

by class
Fri Dec 17, 2004 4:17 am
Forum: JFreeChart
Topic: is there difference
Replies: 0
Views: 1402

is there difference

1, obtain a JFreeChart instance by calling method of ChartFactory, then set other attribute needed

2, prepare renderer, plot, then new instance of JFreeChart():
JFreeChart chart = new JFreeChart(......)

is there difference between the two ways? Do they have same performance?
by class
Fri Dec 17, 2004 4:11 am
Forum: JFreeChart
Topic: label angle
Replies: 9
Views: 6077

Is there method "setTickLabelAngle()" in v0.9.21?

The demo Miscellaneous/CategoryStepChartDemo1 has tick label angle.

how does it work?