Search found 10 matches
- 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 ...
- Wed Jun 25, 2008 10:16 am
- Forum: JFreeChart
- Topic: NumberTickUnit and Gridlines of Domain and Range
- Replies: 19
- Views: 29128
- Wed Jun 25, 2008 10:13 am
- Forum: JFreeChart
- Topic: Domain axis problem (many series)
- Replies: 6
- Views: 8165
- Tue Jun 10, 2008 9:48 am
- Forum: JFreeChart
- Topic: Domain axis problem (many series)
- Replies: 6
- Views: 8165
- Tue Jun 10, 2008 8:59 am
- Forum: JFreeChart
- Topic: String values in X axis
- Replies: 15
- Views: 30196
- Tue Jun 10, 2008 8:58 am
- Forum: JFreeChart
- Topic: tick
- Replies: 1
- Views: 2745
- Mon Jun 09, 2008 11:25 am
- Forum: JFreeChart
- Topic: number of serie is unknow before
- Replies: 3
- Views: 4003
- 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...
- Thu Jun 05, 2008 2:39 pm
- Forum: JFreeChart
- Topic: number of serie is unknow before
- Replies: 3
- Views: 4003
- 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...