Search found 11 matches

by karthikasok
Thu May 03, 2007 1:22 pm
Forum: JFreeChart
Topic: Adding a target line similar to value marker
Replies: 4
Views: 4388

Thanks,David.

I was able to use the Annotation very well.
I put the text near the last point of the target series
I have one problem. When i zoom in the annotation
text moves away from the last point. Can i avoid this
by any means?

Thanks,
Karthik
by karthikasok
Thu May 03, 2007 10:59 am
Forum: JFreeChart
Topic: Adding a target line similar to value marker
Replies: 4
Views: 4388

Thanks for your quick reply.

Yes i can draw it using a LineRenderer. But i need to have the label as in a Marker.
Like if i have multiple charts and a target for each then i need to differentiate the
target for each chart.

So is there any other way.

Thanks,
Karthik
by karthikasok
Thu May 03, 2007 10:48 am
Forum: JFreeChart
Topic: Adding a target line similar to value marker
Replies: 4
Views: 4388

Adding a target line similar to value marker

Hi, Is there a way to add a target line in the chart. I have my values on x-axis and the target moves from 2 to 10 in my timeseries chart. The marker works only for constant target. I need the Label features of the ValueMarker + a (start,end) target line. Plz tell me how to proceed with this. Thanks...
by karthikasok
Tue Mar 06, 2007 6:34 am
Forum: JFreeChart
Topic: tooltip hides behind windows taskbar
Replies: 2
Views: 2812

Thanks David.
I have overridden the method and it works fine for me.
by karthikasok
Fri Mar 02, 2007 5:51 am
Forum: JFreeChart
Topic: tooltip hides behind windows taskbar
Replies: 2
Views: 2812

tooltip hides behind windows taskbar

When i have my windows taskbar on the right side on my screen and when I move over a point to view the tooltip, the tool tip appears only partially. The other part of the text hides behind the taskbar. Is there any way to view the tooltip fully?. I searched for this and found this in Sun Developers ...
by karthikasok
Tue Nov 07, 2006 10:39 am
Forum: JFreeChart
Topic: Item Label not visible goes outside chartpanel
Replies: 5
Views: 7746

Item Label not visible goes outside chartpanel

Hi ,

Im creating a TimeSeriesChart and setting the lItemLabel to true.
The item label for the last item of the chart is not visible.
Its partially visible and when i zoom in i can see it clearly.

I s there any way by which i can view that itemlabel clearly.

Thanks in advance
Karthik
by karthikasok
Mon Aug 28, 2006 12:10 pm
Forum: JFreeChart
Topic: what event triggers the tooltip in chartpanel
Replies: 2
Views: 6006

what event triggers the tooltip in chartpanel

hi,

I need to make the tool tip visible on mouse click.Im not sure
which event is triggering the tooltip.

i need it so that i can fire that event from my mouseclicked handler.

thanks in advance
by karthikasok
Fri Aug 25, 2006 2:27 pm
Forum: JFreeChart
Topic: Controling width of tool tip
Replies: 8
Views: 11264

oh great.
Thanks a lot. It works great :D
by karthikasok
Thu Aug 24, 2006 11:39 am
Forum: JFreeChart
Topic: Controling width of tool tip
Replies: 8
Views: 11264

im using jdk 1.5. but the html tags still doesnt work
by karthikasok
Thu Aug 24, 2006 10:53 am
Forum: JFreeChart
Topic: Controling width of tool tip
Replies: 8
Views: 11264

i tried giving the newline character in the string.
but it takes '\n' as a string only and dispays a single line.
by karthikasok
Wed Aug 23, 2006 3:02 pm
Forum: JFreeChart
Topic: Controling width of tool tip
Replies: 8
Views: 11264

Controling width of tool tip

hi,

How can i control the width of a tooltip. If the string
i display on the tooltip is very large the tooltip occupies
the whole screen and even goes beyond that. Ay idea

thanks in advance