Search found 6 matches
- Fri Sep 23, 2005 1:13 pm
- Forum: JFreeChart
- Topic: TimeTableXYDataset with limi data per series
- Replies: 1
- Views: 2933
TimeTableXYDataset with limi data per series
HI. I'm using TimeTableXYDataset to do StackedBar chart. My program add data once per minute to 10 series. After 12h of working it takes time to draw chart (only last 2h) Is ther any option to limit data per series like new TimeSeries("aa", Millisecond.class).setMaximumItemCount(MAXIMUM_ITEM_COUNT);...
- Thu Aug 25, 2005 3:38 pm
- Forum: JFreeChart
- Topic: Dynamic Histogram
- Replies: 1
- Views: 2997
Dynamic Histogram
Is possibility to make dynamic histogram or I have to you normal chart to emulate this ?
Now, on every datachange I genrete new chart object by ChartFacotry.createHistogram(....)
KrzyH
Now, on every datachange I genrete new chart object by ChartFacotry.createHistogram(....)

KrzyH
- Thu Jun 16, 2005 10:45 am
- Forum: JFreeChart
- Topic: Problem with regression
- Replies: 0
- Views: 1828
Problem with regression
Hi. I tried to do some linear regression. private XYDataset createDataset(){ TimeSeriesCollection dataset = new TimeSeriesCollection(); TimeSeries s = new TimeSeries("seria 1", Minute.class); long t = System.currentTimeMillis(); Random r = new Random(t); for (int i=0; i<4;i++){ s.add(new Minute(new ...
- Sun Jun 12, 2005 9:11 pm
- Forum: JFreeChart
- Topic: How to get chart like this
- Replies: 5
- Views: 8809
The GanttRenderer will do the bars in the data area, but you'll need a custom category axis to get the labels with icons and colors. I use Gnatt chart and get effect: http://eit.agh.edu.pl/~kotrebsk/1.png And now how get bars bigger, with no space between them ? I've tried severel methods from Cate...
- Fri Jun 10, 2005 6:15 am
- Forum: JFreeChart
- Topic: How to get chart like this
- Replies: 5
- Views: 8809
- Wed Jun 08, 2005 12:00 am
- Forum: JFreeChart
- Topic: How to get chart like this
- Replies: 5
- Views: 8809
How to get chart like this
Hi
How to get effect like this (made with jfreechart).


KrzyH
How to get effect like this (made with jfreechart).


KrzyH