Search found 9 matches

by dropsy
Sun Sep 10, 2006 11:10 pm
Forum: JFreeChart
Topic: Problem for displaying tick without label on axis
Replies: 11
Views: 13342

Sorry, but I didn't implement this functionnality.
by dropsy
Sun Aug 27, 2006 8:04 pm
Forum: JFreeChart
Topic: Problem for displaying tick without label on axis
Replies: 11
Views: 13342

Well, with the code of jwenting in the other thread, i could not compile becouse of a missing method (alignToUnit()).

For your problem, did you try to increase the margin of the chart? (perhaps it is the plot margin, i'll have a look at my code tomorrow to confirm that point)

Dropsy.
by dropsy
Fri Aug 25, 2006 5:21 pm
Forum: JFreeChart
Topic: Problem for displaying tick without label on axis
Replies: 11
Views: 13342

Well, here is what i did to solve my problem. I extend 2 classes from JFreeChart: DateTickUnit public class RepartDateTickUnit extends DateTickUnit { /** * Creates a new date tick unit. You can specify the units using one of * the constants YEAR, MONTH, DAY, HOUR, MINUTE, SECOND or MILLISECOND. * In...
by dropsy
Mon Jul 31, 2006 5:27 pm
Forum: JFreeChart
Topic: Problem for displaying tick without label on axis
Replies: 11
Views: 13342

ok, thx for your answers.
by dropsy
Mon Jul 31, 2006 4:28 pm
Forum: JFreeChart
Topic: Problem for displaying tick without label on axis
Replies: 11
Views: 13342

Ok, thank you for your answer David, i'll have a look at this method source to see how to do it.
But, is there a way to simply specify the first displayed date so that i can have a 17 as first date instead of 20 as on my example? Or do i need to extend DateAxis for this too?
by dropsy
Mon Jul 31, 2006 3:29 pm
Forum: JFreeChart
Topic: Problem for displaying tick without label on axis
Replies: 11
Views: 13342

Problem for displaying tick without label on axis

Hello, I get troubles to configure the display of my domain axis (the x-axis). The x-axis is a time serie with one value for each day of the period (which is a month, from may 2006, 17th to june 2006, 16th for example). I need to - display a tick on my x-axis for every day in my period - display a d...
by dropsy
Sat Jul 22, 2006 6:08 pm
Forum: JFreeChart
Topic: Il y a des français dans le coin ?
Replies: 42
Views: 91651

Salut à tous,

encore un français :)

Personnellement, vu le peu d'activité du forum, il risque d'être encore plus difficile de trouver les réponses aux questions si on met un forum par langue... Mais, j'aurai rien contre un glossaire :D
by dropsy
Sat Jul 22, 2006 3:25 pm
Forum: JFreeChart
Topic: How to eliminate the space around the PIE Graph
Replies: 4
Views: 5459

Well, i need to do quite the same thing as you.
I don't know yet how to do it, i'll tell you if i find the way ;)
by dropsy
Wed Jul 19, 2006 4:15 pm
Forum: JFreeChart
Topic: How to eliminate the space around the PIE Graph
Replies: 4
Views: 5459

i use "plot.setInteriorGap(0.15);" to remove the space all around the graph.