Search found 7 matches
- Thu Sep 30, 2004 9:32 pm
- Forum: JFreeChart
- Topic: getting defaultCategoryDataset graph to resize
- Replies: 1
- Views: 2021
ok i was talking crap a minute ago. ill try again. i have a ChartPanel in JPanel in a vertical JSplitPane which is in horizontal JSplitPane. The JPanel is set to BorderLayout and I add the ChartPanel to its CENTER region. When I move the vertical JSplitPane the Graphs height shrinks. When i move the...
- Thu Sep 30, 2004 9:16 pm
- Forum: JFreeChart
- Topic: getting defaultCategoryDataset graph to resize
- Replies: 1
- Views: 2021
getting defaultCategoryDataset graph to resize
Here is my code result = new DefaultCategoryDataset(); JFreeChart chart = createChart(result); barGraphPanel.setLayout(new BorderLayout()); //ChartPanel barGraphPanel = new ChartPanel(chart); graphPicture.setLayout(new BorderLayout()); //JPanel graphPicture.add(barGraphPanel,BorderLayout.CENTER); [\...
- Sat Jul 17, 2004 9:54 pm
- Forum: JFreeChart
- Topic: offset numbers at bottom of BarChart
- Replies: 1
- Views: 1913
offset numbers at bottom of BarChart
I have implemented my own scrolling barchart quite successfully. I have an external Data class that 'serves' subsections of its data to another class that displays this data. When an adjustment is detected on the scrollbar a new subsection is requested and displayed. This works quite well but I don'...
- Thu Jun 24, 2004 10:57 am
- Forum: JFreeChart
- Topic: addLibrary() in org.jfree.ui.about.ProjectInfo
- Replies: 4
- Views: 5578
- Thu Jun 24, 2004 10:53 am
- Forum: JFreeChart
- Topic: addLibrary() in org.jfree.ui.about.ProjectInfo
- Replies: 4
- Views: 5578
- Wed Jun 23, 2004 2:02 pm
- Forum: JFreeChart
- Topic: addLibrary() in org.jfree.ui.about.ProjectInfo
- Replies: 4
- Views: 5578
addLibrary() in org.jfree.ui.about.ProjectInfo
I posted already today with a problem which, (as I already said) I suspect is trivial and annoying to experienced users. However I still am having problems and I have an important prototype deadline approaching and I would like to use JFreeGraph in the product. Currently I believe the source of the ...
- Wed Jun 23, 2004 12:11 pm
- Forum: JFreeChart
- Topic: problems running a demo
- Replies: 0
- Views: 1683
problems running a demo
I am using NetBeans IDE 3.6 on windows 2000 to develop a Swing application. I want to display a graph of results obtained from a calculation performed by an external program. I was recommended JFreeGraph. I have downloaded the zip files for JFreeGraph and JCommon and extracted them to c:/myname/Java...