Search found 15 matches
- Wed Sep 13, 2017 2:16 pm
- Forum: JFreeChart
- Topic: Properties Menu in JavaFX implementation
- Replies: 2
- Views: 5811
Re: Properties Menu in JavaFX implementation
Any update/solution to this? I am running into the same issue while tyring to migrate my application from Swing to JavaFX.
- Mon Aug 23, 2010 12:05 pm
- Forum: JFreeChart
- Topic: Only one smooth line serie in a TimeSeries Chart
- Replies: 1
- Views: 3113
Re: Only one smooth line serie in a TimeSeries Chart
Investigate
setRenderer( new XYSplineRenderer());
Klaus
setRenderer( new XYSplineRenderer());
Klaus
- Wed Feb 04, 2009 12:23 pm
- Forum: JFreeChart
- Topic: JFreeChart 1.0.12 - Regression bug?
- Replies: 4
- Views: 5567
hansk, David!
That fixed it. There are still a lot of those
in this module, though.
Klaus
That fixed it. There are still a lot of those
Code: Select all
throw new IllegalArgumentException("Null ')
Klaus
- Tue Feb 03, 2009 6:39 pm
- Forum: JFreeChart
- Topic: JFreeChart 1.0.12 - Regression bug?
- Replies: 4
- Views: 5567
- Tue Feb 03, 2009 2:29 pm
- Forum: JFreeChart
- Topic: JFreeChart 1.0.12 - Regression bug?
- Replies: 4
- Views: 5567
JFreeChart 1.0.12 - Regression bug?
David, I ran into a problem when I upgraded from 1.0.11 to 1.0.12. This line ((CategoryPlot) barChart.getPlot()).setRenderer(stackedBarRenderer, true); which ran fine until and including 1.0.11 now throws the Exception below. Any suggestion where to start looking? Klaus --- java.lang.IllegalArgument...
- Thu Jul 10, 2008 4:57 pm
- Forum: JFreeChart
- Topic: TIP: using the zoom rectangle for your own purposes
- Replies: 10
- Views: 16216
Re: TIP: using the zoom rectangle for your own purposes
Would you mind posting a short example?jpmaia wrote:This works very nicely - I get my data points, ChartPanel draws the rectangle for me, and the chart does not zoom.
Klaus
- Sat Jun 14, 2008 11:30 am
- Forum: JFreeChart
- Topic: Given a spline, how do I find Y value for a given X?
- Replies: 2
- Views: 3929
Re: Given a spline, how do I find Y value for a given X?
we need to find what's the Y-value corresponding to a specific X-value given a spline curve, where this X-value doesn't belong to one of the control points. My first approach would be to copy the code for drawPrimaryLineAsPath(...), throw out all the drawing related stuff. Check whether your X is w...
- Tue Jan 08, 2008 1:59 am
- Forum: JFreeChart
- Topic: XYSplineRender
- Replies: 1
- Views: 3221
- Tue Dec 04, 2007 5:48 pm
- Forum: JFreeChart
- Topic: Can not set backgroun to be transparent with PNG
- Replies: 6
- Views: 8738
- Fri Jan 26, 2007 6:29 pm
- Forum: JFreeChart
- Topic: new chart type "geographical chart"
- Replies: 45
- Views: 78357
Martin, David this is most interesting! I am actually currently looking for ways to display a route on a map and this might actually be the solution! Two questions: - Would it be possible to draw a XY-LineChart on the map? I am thinking of having the coordinates in a XY-Dataset, no Z-Value needed. -...
- Tue Dec 06, 2005 4:48 pm
- Forum: JFreeChart
- Topic: JFreeChart 1.0.0
- Replies: 16
- Views: 34277
- Fri Mar 19, 2004 9:25 pm
- Forum: JFreeChart
- Topic: Coordinates of mouse click in a ChartPanel
- Replies: 8
- Views: 17983
This works for me: addMouseListener(new MouseAdapter() { public void mousePressed(MouseEvent evt) { setLocation(xAxis.translateJava2DtoValue(evt.getX(), chartPanel.getScaledDataArea(), RectangleEdge.BOTTOM), yAxis.translateJava2DtoValue(evt.getY(), chartPanel.getScaledDataArea(), RectangleEdge.LEFT)...
- Thu Feb 26, 2004 10:52 am
- Forum: JFreeChart
- Topic: Adding image/logo to a chart.
- Replies: 6
- Views: 12896
Re:Adding image/logo to a chart.
Have a look at JFreeChart.setBackgroundImage() and JFreeChart.setBackgroundImageAlignment().benoitx wrote:2/ put a logo outside the plot area, say in a corner of the whole chart?
Here is an example.
HTH,
Klaus
- Fri Jan 23, 2004 10:56 am
- Forum: JFreeChart
- Topic: Do we have to make separate jar for mac & windows platfo
- Replies: 1
- Views: 3983
- Thu Jan 22, 2004 4:32 pm
- Forum: JFreeChart
- Topic: does jfree chart library works equally good for Mac OS
- Replies: 2
- Views: 5613