Search found 9 matches

by mentox
Mon Jan 07, 2008 12:45 pm
Forum: JFreeChart
Topic: Dynamic TimeTableXYDataset .. possible?
Replies: 3
Views: 4201

hi

where is the different between X and Y ...

i have only some series and for every a date with one value ..

i don know where ther is an x or y .. kann you help me or give me an url where i can read what x and y means .. how it is used
by mentox
Mon Jan 07, 2008 10:48 am
Forum: JFreeChart
Topic: DateAxis on Domain with fixed ticks / labels !? (autorange)
Replies: 5
Views: 6529

here is an other version... the code is not so nice but the result is much more nicer :-) import java.awt.Font; import java.awt.FontMetrics; import java.awt.Graphics2D; import java.awt.font.LineMetrics; import java.awt.geom.Rectangle2D; import java.util.Iterator; import java.util.List; import org.jf...
by mentox
Mon Jan 07, 2008 10:39 am
Forum: JFreeChart
Topic: DateAxis on Domain with fixed ticks / labels !? (autorange)
Replies: 5
Views: 6529

Fixed Number Axis for Vertical Axis

Hi, i also made an Fixed Vertical Axis, because i have some charts and all should have the same width. in this case you make an FixNuberAxis and set the FixWidth which are the number of charaters :-) feel free to use them .. perhaps is insperete you (david.gilbert) to include it in jfreechart :-) im...
by mentox
Mon Jan 07, 2008 9:28 am
Forum: JFreeChart
Topic: DateAxis on Domain with fixed ticks / labels !? (autorange)
Replies: 5
Views: 6529

have it ... totaly simple .. work for me :-) import java.util.Date; import org.jfree.chart.axis.DateAxis; import org.jfree.chart.axis.DateTickUnit; public class FixDateAxis extends DateAxis { private static final long serialVersionUID = 1L; @Override /** * Calculates the value of the lowest visible ...
by mentox
Fri Jan 04, 2008 11:42 am
Forum: JFreeChart
Topic: DateAxis on Domain with fixed ticks / labels !? (autorange)
Replies: 5
Views: 6529

found an free upload center

Image
by mentox
Fri Jan 04, 2008 11:36 am
Forum: JFreeChart
Topic: DateAxis on Domain with fixed ticks / labels !? (autorange)
Replies: 5
Views: 6529

DateAxis on Domain with fixed ticks / labels !? (autorange)

Hi, i have an stacked area with dataaxis in domain an autorange on. its great .. but i want that the first x ticks or lable is always on the 0 position. i mean left down of chart. the value on axis can odd.. i have an sceenshot but in this forum i cant attache one :-( i hope you know want i mean :-)...
by mentox
Fri Jan 04, 2008 8:20 am
Forum: JFreeChart
Topic: Dynamic TimeTableXYDataset .. possible?
Replies: 3
Views: 4201

Hello, i have tryed some code ... the chart is painting the axis with the rigth values but does the areas are not painted :-( what do i wrong? import java.util.Date; import java.util.TreeMap; import org.jfree.data.DomainInfo; import org.jfree.data.Range; import org.jfree.data.xy.AbstractXYDataset; i...
by mentox
Thu Jan 03, 2008 3:17 pm
Forum: JFreeChart
Topic: Dynamic TimeTableXYDataset .. possible?
Replies: 3
Views: 4201

Dynamic TimeTableXYDataset .. possible?

Hi, I have tryied some different Datasets Charts and some other Stuff :-) Now i am at the point to say i implement my own TableXYDataset if i must :-) but what do i need to implement .. i want an dynamic stackedarea chart .. which shows hits from the last mintute for each second ... i a new second i...
by mentox
Thu Jan 03, 2008 11:04 am
Forum: JFreeChart
Topic: Using TimeSeries in StackedArea Chart (StackedXYAreaChartDem
Replies: 6
Views: 8807

Hi,

i also want to make an chart. stacked area and in x time series.

but i cant get it work. :-(


anyone have an soulution for the stacked area time series problem ?!

greeting mentox