Search found 5 matches

by balt
Sun Jun 28, 2015 3:07 pm
Forum: JFreeChart
Topic: addDomainMarker label not visible in dynamic plot
Replies: 12
Views: 15820

Re: addDomainMarker label not visible in dynamic plot

Hi Peter,

I've had a chance to implement this now, works like a charm, fantastic! Thanks very much!

Let me know if you're ever in Sydney, I'll shout you a pint!

Cheers

- Balt
by balt
Tue Jun 23, 2015 12:32 am
Forum: JFreeChart
Topic: addDomainMarker label not visible in dynamic plot
Replies: 12
Views: 15820

Re: addDomainMarker label not visible in dynamic plot

thanks for this, but before I apply that patch, do you have some documentation on how it works, i.e. how would I draw the same type of vertical marker as above with a 90 degree rotated text using your patch?
by balt
Mon Jun 22, 2015 3:34 pm
Forum: JFreeChart
Topic: addDomainMarker label not visible in dynamic plot
Replies: 12
Views: 15820

Re: addDomainMarker label not visible in dynamic plot

No, addRangeMarker draws a horizontal line. I need to rotate the label only (not the vertical line) by 90 degrees. This would seem like a very standard problem yet I can only find posts of many others who have failed... I can rotate the axis labels using setLabelAngle on the axis object, but that me...
by balt
Mon Jun 22, 2015 3:20 pm
Forum: JFreeChart
Topic: addDomainMarker label not visible in dynamic plot
Replies: 12
Views: 15820

Re: addDomainMarker label not visible in dynamic plot

Thanks, that works for the horizontal label drawing. Any idea how to get the label to draw vertically?
by balt
Mon Jun 22, 2015 3:00 pm
Forum: JFreeChart
Topic: addDomainMarker label not visible in dynamic plot
Replies: 12
Views: 15820

addDomainMarker label not visible in dynamic plot

Hi all, I'm drawing a realtime chart. When certain events occur, the chart gets a vertical line with a short label text highlighting what it signifies. Unfortunately, the label is never drawn, but the line is drawn where and how it should. Can anyone tell me how I can get the code below to draw the ...