Search found 10 matches

by ndhai
Fri Jul 04, 2008 11:45 am
Forum: JFreeChart
Topic: ordre series on the chart
Replies: 1
Views: 2469

ordre series on the chart

Hello, I have 2 axis Y1 (left) and Y2 (right) on the chart. I would like to draw : +++case 1: (begin by Y1) first, somes series of Y1, and then, somes series of Y2, and somes series of Y1 ... and so on... OR +++case 2: (begin by Y2) first, somes series of Y2, and then, somes series of Y1, and somes ...
by ndhai
Wed Jun 25, 2008 10:16 am
Forum: JFreeChart
Topic: NumberTickUnit and Gridlines of Domain and Range
Replies: 19
Views: 29128

hello all
I am finding somethings like that BO want
anybody know if it support now ?
thanks
ndhai
by ndhai
Wed Jun 25, 2008 10:13 am
Forum: JFreeChart
Topic: Domain axis problem (many series)
Replies: 6
Views: 8165

why don't like this: for( int x = 0; x < xValues.length; x++ ) { if(stdev != null) //we want stdv on the cart { result.add(yValues[x], stdev[x], serie, xValues[x]); } /* else //dont add stdev { result.add(yValues[x],0, serie, xValues[x]); } */ }
by ndhai
Tue Jun 10, 2008 9:48 am
Forum: JFreeChart
Topic: Domain axis problem (many series)
Replies: 6
Views: 8165

hi
i don't know why it doesn't work for you
see here

Image

and I get out the points in [24 - 28] on blue serie:

Image



best regards
ndhai
by ndhai
Tue Jun 10, 2008 8:59 am
Forum: JFreeChart
Topic: String values in X axis
Replies: 15
Views: 30196

can you show the Excel chart , please ?
by ndhai
Tue Jun 10, 2008 8:58 am
Forum: JFreeChart
Topic: tick
Replies: 1
Views: 2745

hi
any suggestion?
thanks
ndhai
by ndhai
Mon Jun 09, 2008 11:25 am
Forum: JFreeChart
Topic: number of serie is unknow before
Replies: 3
Views: 4003

hi paradoxoff,
you are right, i forgot it
thanks a lot
nice day
ndhai
by ndhai
Mon Jun 09, 2008 9:23 am
Forum: JFreeChart
Topic: tick
Replies: 1
Views: 2745

tick

Hello I have 2 questions following on NumberTickUnit 1. my tick on Axis X is number week (w) of year (01 -> 52 or 53) almost case, my data is on one year, so it's ok if I show on format 'ww' for ex: 09 10 11 12 but sometimes, my data is on 2 year, for ex 200751 200752 200801 200802 200803 could I cu...
by ndhai
Thu Jun 05, 2008 2:39 pm
Forum: JFreeChart
Topic: number of serie is unknow before
Replies: 3
Views: 4003

I have just tested
it works well :D
thanks everyway
ndhai
by ndhai
Thu Jun 05, 2008 2:08 pm
Forum: JFreeChart
Topic: number of serie is unknow before
Replies: 3
Views: 4003

number of serie is unknow before

Hello I would like to do one chart that has somes series my problem: number of serie is unknow before could I do some think link that: XYSeries seriesS = null; Hashtable hSeries = new Hashtable(); for (i = 1 >>>>>>>>> S) { seriesS = new XYSeries("Serie " + i); hSeries ("" + i, seriesS ); // add some...