Search found 6 matches

by rishikanth
Sun Dec 20, 2009 6:09 am
Forum: JFreeChart
Topic: Mouse Events for Web
Replies: 1
Views: 3022

Mouse Events for Web

Hi Everyone,

I using JFreechart to generate XYPlot and write it back to JSP page. Can I have mouse Listener attached to these graphs, so that data is displayed when the user clicks on the graph/point.

Thanks,
by rishikanth
Thu Dec 17, 2009 8:54 pm
Forum: JFreeChart
Topic: Customerized Minor Tick Count
Replies: 4
Views: 5272

Re: Customerized Minor Tick Count

Can someone please guide me with this issue. I tried saying setMinorTickCount(16), but if some dates are in range for the axis like 10/15 10/20 i want 4 minor ticks between them, but I get 16 as I use the above statement.

Help please.

Thanks,
by rishikanth
Mon Dec 14, 2009 5:34 pm
Forum: JFreeChart
Topic: Customerized Minor Tick Count
Replies: 4
Views: 5272

Re: Customerized Minor Tick Count

What if all the dates are in Range for the DateAxis.
by rishikanth
Fri Dec 11, 2009 7:46 pm
Forum: JFreeChart
Topic: Customerized Minor Tick Count
Replies: 4
Views: 5272

Customerized Minor Tick Count

Hey Group, I have been using Jfreechart 1.0.13 for last couple of days. I have checked out the new feature axis.setMinorTickMarksVisible(true) for showing the minor tick marks. Now the problem is. On the dateAxis, I have choosen to setAutoRange(true) to display dates in the Axis. My DateAxis start a...
by rishikanth
Wed Nov 18, 2009 3:01 am
Forum: JFreeChart
Topic: Time Series Chart
Replies: 2
Views: 2855

Re: Time Series Chart

Hi, Thanks for the reply. I am able to get marker on the chart. For example if I have dataset like ({2,22nd},{6,23rd}{8,24th}{2,30th}{2,31st}{2,1st}{4,2nd}{6,4th}). If I want discontinuity in the graph between 24th and 30th, I choose in between date say 27th and I pass "null" for Range in the timese...
by rishikanth
Fri Nov 13, 2009 10:11 pm
Forum: JFreeChart
Topic: Time Series Chart
Replies: 2
Views: 2855

Time Series Chart

Hi Group, I have been using JFC for couple of months and I could understand as how it works. The problem i am facing (I am not sure if this can be done) is using Marker with TimeSeries Chart. My objective is to have a Marker if there is discontinuity in the graph ( i get this using Null , as in Guid...