Search found 3 matches

by paolo72
Mon Oct 22, 2012 12:24 pm
Forum: JFreeChart
Topic: Resize JFreeChart
Replies: 1
Views: 3417

Resize JFreeChart

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
by paolo72
Mon Oct 22, 2012 9:38 am
Forum: JFreeChart
Topic: Add JFreeChart to existing JFrame
Replies: 0
Views: 2674

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
by paolo72
Mon Sep 24, 2012 12:04 pm
Forum: JFreeChart - Stockmarket
Topic: CobinedDomainXYPlot
Replies: 3
Views: 39786

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...