Search found 5 matches
- Thu Mar 02, 2017 1:19 pm
- Forum: JFreeChart
- Topic: Multiple background colors
- Replies: 0
- Views: 5232
Multiple background colors
Hey all, Just trying to work on my graphs and I've been stuck on this one graph. I currently have the following graph: http://puu.sh/uqIJ2/78fba4ad8b.png I am trying to get my graph to have a background color of green at all points below the yellow area in my graph, I've tinkered with XYDifference b...
- Wed Feb 22, 2017 12:23 pm
- Forum: JFreeChart
- Topic: StackedXYBarChart + LineChart
- Replies: 2
- Views: 6188
Re: StackedXYBarChart + LineChart
You should post the code that you've tried so far. In general, to overlay a second dataset you need to specify (1) an additional dataset, (2) a renderer for that dataset (you probably want an XYLineAndShapeRenderer). There are examples of this in the demo collection provided with the JFreeChart Dev...
- Wed Feb 22, 2017 8:44 am
- Forum: JFreeChart
- Topic: StackedXYBarChart + LineChart
- Replies: 2
- Views: 6188
StackedXYBarChart + LineChart
Hi all, Trying to get StackedXYBarChart working with a LineChart but I can't seem to get it working. Does anyone have an example of how I could get this working? So far I've done a basic StackedXYBarChart but trying to add the LineChart datasets creates an error. I appreciate any suggestions you mig...
- Sat Oct 08, 2016 9:59 am
- Forum: JFreeChart
- Topic: How to use with JavaFX?
- Replies: 5
- Views: 15101
Re: How to use with JavaFX?
Thanks!John Matthews wrote:For reference, I built a JAR with JavaFX support from the 1.0.19 source like this.
Trying to compile with maven kept failing the errors (even with error checking turned off!).
Changing it as per your post has helped me compile and function on JavaFX, extremely appreciate the help!
- Fri Oct 07, 2016 4:05 pm
- Forum: JFreeChart
- Topic: How to use with JavaFX?
- Replies: 5
- Views: 15101
How to use with JavaFX?
Hi everyone, I'm trying to implement JFreeChart with JavaFX but I seem to be stuck. What I've done so far: I've downloaded the JFreeChart 1.0.19.zip from the website. I've extracted it and from the lib folder, I've imported the jcommon, jfreechart, jfreesvg, hamcrest and servlet jar files into my pr...