Hello,
I've created a JFreeChart embedded into a JPanel but I am not able to re-size the chart to let the plot fit exactly the dimension of the JPanel.
What type of parameters I need to re-define to let the chart being the same dimension of the JPanel?
Thanks in advance
P
Search found 3 matches
- Mon Oct 22, 2012 12:24 pm
- Forum: JFreeChart
- Topic: Resize JFreeChart
- Replies: 1
- Views: 4376
- Mon Oct 22, 2012 9:38 am
- Forum: JFreeChart
- Topic: Add JFreeChart to existing JFrame
- Replies: 0
- Views: 3322
Add JFreeChart to existing JFrame
Hello,
I have a JFrame which runs correctly with some comboxes and tables and I would like to add this JFrame a JFreeChart.
Is there any example available or if not could you please show me a simple basic example
thanks
P
I have a JFrame which runs correctly with some comboxes and tables and I would like to add this JFrame a JFreeChart.
Is there any example available or if not could you please show me a simple basic example
thanks
P
- Mon Sep 24, 2012 12:04 pm
- Forum: JFreeChart - Stockmarket
- Topic: CobinedDomainXYPlot
- Replies: 3
- Views: 69317
CobinedDomainXYPlot
Hello, I am quite new on JFree and I am encountering this problem: I need to combine two plots: subplot1: price + 2 moving averages subplot2: MACD + moving average I've created 2 dateset both are TimeSeriesCollection. I've not problem to build each one of the TimeSeries in separate chart but I've no...