Search found 5 matches

by luna82
Wed Jul 12, 2006 11:37 am
Forum: JFreeChart
Topic: TimeSeriesCharts with compatible XYDataset number for X-Date
Replies: 3
Views: 3932

THX, it is running with the parse error exception :D try { DateFormat fmt1 = new SimpleDateFormat("yyyyMMddHHmmss"); java.util.Date dte = new java.util.Date(); dte = fmt1.parse(datumzeit); //datumzeit = "20050505121212" long val = dte.getTime(); zeitstempel = val; //Unix Time Stamp } catch (java.tex...
by luna82
Tue Jul 11, 2006 3:22 pm
Forum: JFreeChart
Topic: TimeSeriesCharts with compatible XYDataset number for X-Date
Replies: 3
Views: 3932

TimeSeriesCharts with compatible XYDataset number for X-Date

Hello, I use a TimeSeriesCharts with 5 TimeSeries. The y axis is okay. But the Time and the Date make problems. Incoming is a long number "20050101153010" that meens "yyyymmddhhmmss" My Dataset: private XYDataset createDatasetFromFile(){ final XYSeries seriesVmin = new XYSeries("VMin"); final XYSeri...
by luna82
Tue Jul 11, 2006 3:01 pm
Forum: JFreeChart
Topic: How to start JFreeChart
Replies: 5
Views: 5236

Okay is running now.

The ebook documentation is fine :D
by luna82
Tue Jun 27, 2006 2:02 pm
Forum: JFreeChart
Topic: How to start JFreeChart
Replies: 5
Views: 5236

Fine, how can I make my Line Chart? Its only a demo. If I try to do my Chart with the original jfreechart-1.0.1.zip, I become every time a lot of error messages. How can I start this Demo from my Computer. How can I compilie the source on my computer. I become only error from the javac.exe. Is same ...
by luna82
Tue Jun 27, 2006 11:23 am
Forum: JFreeChart
Topic: How to start JFreeChart
Replies: 5
Views: 5236

How to start JFreeChart

Hello I try to start JFreeChart :cry: I install JAVA-SDK all ready. I unzip jfreechart-1.0.1.zip I get a Example from www(dot)java2s(dot)com/Code/Java/Chart/JFreeChartLineChartDemo6.htm Then I try to compilie the LineChartDemo6.java # javac LineChartDemo6.java -classpath C:\Development\jfreechart-1....