resizing ChartPanel

Discussion about JFreeChart related to stockmarket charts.
Locked
developer78
Posts: 15
Joined: Fri Jan 11, 2008 10:58 am

resizing ChartPanel

Post by developer78 » Mon Jan 21, 2008 12:37 pm

:?
Hello sir!!
I'm having a highlow chart and a volume chart...I want to embed this volume chart with that highlow chart. the volume chart will be displayed separately within ChartPanel. My problem is, the ChartPanel is not being resized. is there any way to resize the ChartPanel so that the highlow chart will be displayed along with the volume chart within it????

regards...

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Post by david.gilbert » Wed Jan 30, 2008 4:46 pm

It isn't clear to me exactly what you are doing, but you should look at using a second dataset, renderer and y-axis to display the volume information on the same chart - for an example (if you have the JFreeChart Developer Guide), see PriceVolumeDemo1.java.
David Gilbert
JFreeChart Project Leader

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

developer78
Posts: 15
Joined: Fri Jan 11, 2008 10:58 am

resizing ChartPanel

Post by developer78 » Thu Jan 31, 2008 7:18 am

Hello sir!
what i exactly doing is, i've created a highlow chart and a volume chart, separately and that is displaying properly... but i just want to get it together in a same frame. i tried it to resizing the chat panels, but it is not working properly...
plz help!!
thank you for support..
regards...

Locked