I\'m using JRuby to access JFreeChart. But I can\'t seem to set a domain marker on the date axis... Can anyone tell me why this is not working?
I wish to get the following coordinate in JFreeChart. I try to use chartPanel.getScreenDataArea(开发者_如何学JAVA)
I\'m using a library that has a dependency on jfreechart (v 1.0.9). When I try to run the .jar, I get:
I want to make bar chart using jfreechart such that the bars which belong to the same category should be displayed adjacent without any gaps. The categories should be displa开发者_如何学编程yed with g
I want to know whether it is possible to listen to the mouse event of dragging in JFreeCharts. By default it is assign to zooming. I remove this zooming functionality with,
I want to change the color of the \"pieces\" of pie in my jfreechart PieChart3D, this is the code that renders the piechart:
I created a stacked bar chart using JFreeChart (si开发者_如何学JAVAmilar to this one). Now I would like to connect the points of the corresponding series for all rows. Is this possible using JFreeChar
I\'m having a big graph created with jf开发者_运维问答reechart. This chart is too big for the screen, so I would like to put it in a scrollpane. However, when using the scrollbar, the complete graph i
In this demo application, XYPlot is drawn with dynamic data. With every new data the graphic开发者_如何学编程 slides to left dynamically. But the problem is if you zoom in or zoom out on XYPlot the gr