Search found 19 matches
- Mon Mar 19, 2012 12:03 pm
- Forum: JFreeChart
- Topic: How to use XYErrorRenderer with TimeSeriesColelction
- Replies: 0
- Views: 2776
How to use XYErrorRenderer with TimeSeriesColelction
I want do display error bars for time based collection. So collection should hold Timeperiod period, double value,double error. If such collection type exists in jfrechart? Is XYErrorRenderer is capable of displaying error for such collection types(period,value,error)? If so can someone provide exam...
- Mon Mar 19, 2012 11:45 am
- Forum: JFreeChart
- Topic: How to integrate JFreeChart in Netbean 7.1?
- Replies: 1
- Views: 3093
Re: How to integrate JFreeChart in Netbean 7.1?
I assume that you understund how to make ChartPanel.
Just add created ChartPanelto your TopComponent.
Just add created ChartPanelto your TopComponent.
- Wed Mar 14, 2012 3:56 pm
- Forum: JFreeChart
- Topic: Draggin Axes,scaling problem.
- Replies: 1
- Views: 3252
Draggin Axes,scaling problem.
I am trying to implement feature while by dragging mouse, chart will be move(axes are setting to new positions). It works as follows. 1) While dragging mouse code memorizes start Drag point ; 2) When draggin more it gets end drag point; 3) Converts mouse coordinates in chart values 4) Calculates dip...
- Thu Oct 27, 2011 9:07 am
- Forum: JFreeChart
- Topic: Highlighting the bar
- Replies: 0
- Views: 3318
Highlighting the bar
How to highlight/remove highlight bar in BarChart on mouse click?
- Thu Oct 27, 2011 9:04 am
- Forum: JFreeChart
- Topic: Problems with setNumberFormatOverride
- Replies: 5
- Views: 8603
Re: Problems with setNumberFormatOverride
Thanks for answer. I will try.
- Thu Oct 27, 2011 9:00 am
- Forum: JFreeChart
- Topic: Removing Value Axes.
- Replies: 3
- Views: 5080
Re: Removing Value Axes.
I need to add,remove dynamically graphs to the jfreechart.
If I adding graph I adding new dataset, put new renderer, put new axis.
If i removing graph I make dataset,renderer,axis is null.
However this approach is not working when I removing dataset with index 0.
If I adding graph I adding new dataset, put new renderer, put new axis.
If i removing graph I make dataset,renderer,axis is null.
However this approach is not working when I removing dataset with index 0.
- Tue Oct 18, 2011 10:50 am
- Forum: JFreeChart
- Topic: Removing Value Axes.
- Replies: 3
- Views: 5080
Re: Removing Value Axes.
Does anyone knows the answer?
- Tue Oct 18, 2011 10:48 am
- Forum: JFreeChart
- Topic: Problems with setNumberFormatOverride
- Replies: 5
- Views: 8603
Re: Problems with setNumberFormatOverride
Thanks, for answer.
How I can set up Number format that will be the same even after zooming?
How I can set up Number format that will be the same even after zooming?
- Wed Oct 12, 2011 5:11 pm
- Forum: JFreeChart
- Topic: How to build JFreeChart from SVN
- Replies: 24
- Views: 24691
Re: How to build JFreeChart from SVN
In SVN in trunk folder for jfreechart the is some pom. file . However trying to run it cause an error.
Are you supporting maven builds or only ants? That pom file looks to be outdated.
P.S.
I am using maven 2.2.1 and jDK 1.6b24
Are you supporting maven builds or only ants? That pom file looks to be outdated.
P.S.
I am using maven 2.2.1 and jDK 1.6b24
- Wed Oct 12, 2011 5:04 pm
- Forum: JFreeChart
- Topic: Chart correct size
- Replies: 4
- Views: 6302
Re: Chart correct size
Looking at source code of ChartPanel one can find answer: public void doSaveAs() throws IOException { 2106: 2107: JFileChooser fileChooser = new JFileChooser(); 2108: ExtensionFileFilter filter = new ExtensionFileFilter( 2109: localizationResources.getString("PNG_Image_Files"), ".png"); 2110: fileCh...
- Wed Oct 12, 2011 4:40 pm
- Forum: JFreeChart
- Topic: Problems with setNumberFormatOverride
- Replies: 5
- Views: 8603
Re: Problems with setNumberFormatOverride
Exception after zooming with one point in graph. xception in thread "AWT-EventQueue-0" java.lang.IllegalArgumentException: Requires xLow < xHigh. at org.jfree.chart.renderer.RendererUtilities.findLiveItemsLowerBound(RendererUtilities.java:75) at org.jfree.chart.renderer.RendererUtilities.findLiveIte...
- Wed Oct 12, 2011 4:39 pm
- Forum: JFreeChart
- Topic: Problems with setNumberFormatOverride
- Replies: 5
- Views: 8603
Problems with setNumberFormatOverride
Sometimes I am getting only one point in a graph to display. If it is only one point there is no TickUnits,except for really large values. Second problem when is only one point in a graph zooming is not working correctly and really slow. (Generates exception ) Third one if I even set up number forma...
- Wed Oct 12, 2011 9:53 am
- Forum: JFreeChart
- Topic: Jfreechart 1.2.0
- Replies: 2
- Views: 3726
Jfreechart 1.2.0
When is planning to be release 1.2.0?
Will it be published to maven central repository?
Will it be published to maven central repository?
- Sun Oct 09, 2011 2:28 pm
- Forum: JFreeChart
- Topic: Removing Value Axes.
- Replies: 3
- Views: 5080
Removing Value Axes.
Dear all. I have question how to add and remove value axes to chart in any order. I am trying to use following code: if I am adding dataset number N setDataset(N,dataset); setRangeAxis(N,new NumberAxis()); mapDatasetToRangeAxes(N,N); if I am removing dataset : setRangeAxis(N,null); setDataset(N,null...
- Thu Sep 29, 2011 12:32 pm
- Forum: JFreeChart
- Topic: How to remove Marker.
- Replies: 1
- Views: 3368
Re: How to remove Marker.
sorry the is a method removeDomainMarker