Search found 8 matches
- Tue Oct 01, 2019 4:43 pm
- Forum: JFreeChart
- Topic: Help with font size please
- Replies: 2
- Views: 12528
Re: Help with font size please
Thank you for this - I will give it a try,
- Mon Sep 30, 2019 3:40 pm
- Forum: JFreeChart
- Topic: Help with font size please
- Replies: 2
- Views: 12528
Help with font size please
I would like to be able to reduce the font shown in the green box in the image url below. Although this example does not present a problem I will be looking a recording a lot more entries and I would like to be able to display as many points as possible. https://pasteboard.co/IzOBuKp.jpg https://pas...
- Sat Sep 28, 2019 2:42 pm
- Forum: JFreeChart
- Topic: Problem with 1.5 Example Source DualAxisDemo2.java
- Replies: 2
- Views: 11781
Re: Problem with 1.5 Example Source DualAxisDemo2.java
Yes that seems to have fixed the problem.
Many thanks for such a quick response - most appreciated.
Dave
Many thanks for such a quick response - most appreciated.
Dave
- Fri Sep 27, 2019 5:18 pm
- Forum: JFreeChart
- Topic: Problem with 1.5 Example Source DualAxisDemo2.java
- Replies: 2
- Views: 11781
Problem with 1.5 Example Source DualAxisDemo2.java
If you amend this example code so that you only have 1 value in each axis so that you have :- private static XYDataset createDataset1() { TimeSeries s1 = new TimeSeries("Random Data 1"); s1.add(new Month(2, 2016), 181.8); TimeSeriesCollection dataset = new TimeSeriesCollection(); dataset.addSeries(s...
- Fri Sep 06, 2019 2:23 pm
- Forum: JFreeChart
- Topic: Migrating to 1.5.0
- Replies: 4
- Views: 21507
Re: Migrating to 1.5.0
What about changes in dependencies. I use version 1.0.19 which is included in JasperReports. Can I remove the old jar and add the new one to my classpath wihout doing anything else ?
- Wed Aug 21, 2019 1:38 pm
- Forum: JFreeChart
- Topic: In a real muddle.
- Replies: 0
- Views: 12699
In a real muddle.
I have a desktop swing application to which I've added a JFreeChart Panel. I have a routine which builds a DefaultXYDataset by using 2 arrays of double. SeqDates was going to show the times for samples but to simplify it's just a sequential number starting at one and incrementing by 1 for each new g...
- Mon Aug 19, 2019 9:18 pm
- Forum: JFreeChart
- Topic: Show majorAxis at the end of NumberAxis
- Replies: 4
- Views: 16574
Re: Show majorAxis at the end of NumberAxis
Sorry to ask a question rather than post an answer. How did you get the value plot points to appear as dots on the red line ?
The API is very complex and I'm making very slow progress
The API is very complex and I'm making very slow progress
- Mon Aug 19, 2019 7:35 pm
- Forum: JFreeChart
- Topic: JFreeChart version and JasperReports
- Replies: 0
- Views: 12788
JFreeChart version and JasperReports
I am using the version of JFreeChart which is included in JasperReports. That is version 1.0.19 I see there is a newer version 1.5 on Maven. Not sure if its the same project as it's only available on Maven but the main project site points you to the SourceForge website for downloads and that only co...