Search found 7 matches

by albamati
Tue Sep 05, 2006 11:19 am
Forum: JFreeChart
Topic: Problem for displaying tick without label on axis
Replies: 11
Views: 13342

Errata

I forgot to put a ?...
so:


Is there a way to add a parameter, to select the number of tick to show?
by albamati
Tue Sep 05, 2006 11:18 am
Forum: JFreeChart
Topic: Problem for displaying tick without label on axis
Replies: 11
Views: 13342

How change the code

Thx for the code.
There is a way to add a parameter, to select the nmber of tick to show.

For example, show a tick for each 4 unit, and a label every 8.
This because choosing tick distances, you select also the gridline distance.

Thank you,
Alberto
by albamati
Mon Sep 04, 2006 11:58 am
Forum: JFreeChart
Topic: label only selected categories?
Replies: 2
Views: 3361

Similar problem, but easier (I hope)

I have a CategoryAxis. I want to show just 1 out of 10 label, beacuse I have more that 100 labels. I tried to put "" as label, but the resulting graph is not correct.

Thanx
alb
by albamati
Thu Jul 20, 2006 6:22 pm
Forum: JFreeChart
Topic: Label overlapping in a Pie
Replies: 2
Views: 3561

It works!!!!!!!!!!!!!!

Thanks a lot!
A simple rotation solved the problem!

Bye,
AA
by albamati
Thu Jul 20, 2006 4:31 pm
Forum: JFreeChart
Topic: Label overlapping in a Pie
Replies: 2
Views: 3561

Label overlapping in a Pie

I have a Pie, with a lot of label (eleven). They overlap.
Is there a method to adjust the label position?

I found PieLabelDistributor, but I suppose it is not the right class.

Thanks
AA
by albamati
Thu Jul 20, 2006 4:29 pm
Forum: JFreeChart
Topic: Pie chart, label overlapping
Replies: 1
Views: 2573

sorry, wrong place...
by albamati
Thu Jul 13, 2006 3:47 pm
Forum: JFreeChart
Topic: How to set the style for label on graph?
Replies: 0
Views: 1996

How to set the style for label on graph?

I create a pie 2D.
I want to change the style of the label with the value on the graph:
1) change the font
2) if possible, to change the box with the label with a elipse.

Thanks a lot,
AA