Search found 5 matches

by bubbles
Sat Mar 01, 2008 12:30 pm
Forum: JFreeChart
Topic: Annotations+refreshing
Replies: 3
Views: 3640

heyyyyyyy
anybody there? :roll:
I need help to find out a solution for the refresh problem
by bubbles
Sun Feb 17, 2008 2:19 pm
Forum: JFreeChart
Topic: Annotations+refreshing
Replies: 3
Views: 3640

I am having the same problem here :( When the chart is plotted for the first time annotations are displayed exactly as desired. But I faced a problem, when the user zooms in or out the annotations place is changed (as its place is with respect to points in the chart) so I was obliged to create a new...
by bubbles
Wed May 30, 2007 2:21 pm
Forum: JFreeChart
Topic: Print Document Size
Replies: 2
Views: 2841

JRE: 1.6
OS: winxp
Printer: hp LaserJet 1300
by bubbles
Wed May 30, 2007 10:49 am
Forum: JFreeChart
Topic: Print Document Size
Replies: 2
Views: 2841

Print Document Size

Hi

I am using the createChartPrintJob() method to print a candle stick chart, my problem is when I tried to see the printing document status I found that the document size reached 62MB which is very weird !!!

Is there any solution for this problem?

Thanks in advance.
by bubbles
Mon Jan 22, 2007 9:05 pm
Forum: JFreeChart - Stockmarket
Topic: Candlestick chart
Replies: 1
Views: 10718

Candlestick chart

hi I am writting code for a program that takes from the user a certain date & a stock name & other info about this stock then the program gets the OHLC data for this specific data & plots its candlestick chart so as you can see, the chart is a variable so everything is setteled in the frame except f...