Search found 4 matches

by JavaGui
Sun Jun 26, 2016 6:51 am
Forum: JFreeChart
Topic: TimeSeries chart auto restart
Replies: 3
Views: 3154

Re: TimeSeries chart auto restart

Dear Sir,

Thanks for help.
Now I have idea to solve problem.

I have one more question if you help me.

I have enable tooltip in my graph & working.

Problem is tooltip sensing point is tool small ?

Is it possible to increase area to sense mouse location, to enable tool tip ?

Thanks
by JavaGui
Sat Jun 25, 2016 8:32 am
Forum: JFreeChart
Topic: TimeSeries chart auto restart
Replies: 3
Views: 3154

TimeSeries chart auto restart

Hi ! I am using time series chart in my project. As user use mouse wheel to zoom in or zoom out, graph scrolling will stop & user can use zoom in or zoom out. In background graph is updating. When user will move mouse from right to left then it start again scrolling. Till here everything is perfect....
by JavaGui
Thu Jun 09, 2016 7:03 am
Forum: JFreeChart
Topic: Save Chart as png
Replies: 2
Views: 6846

Re: Save Chart as png

Sir, as per your instruction I have declare chart as static public JFreeChart chart; now chart does not show any error. according to your instruction your main class implement ActionListener, implement the actionPerformed-method in your mainclass. as you know I am novice for java & I am trying to ch...
by JavaGui
Wed Jun 08, 2016 7:11 am
Forum: JFreeChart
Topic: Save Chart as png
Replies: 2
Views: 6846

Save Chart as png

Hi ! I am novice for java & I have tried to search this forum for my problem, but could not find solution. After learning few days, I have created one program. Where I have create one chart with help of JFree chart. I have add one button named "Save Chart" & create one event listener of button. When...