xyplot.AddRangeMarker() not showing on graph.

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
James.Haring@plumcreek.co

xyplot.AddRangeMarker() not showing on graph.

Post by James.Haring@plumcreek.co » Sat Mar 15, 2003 1:23 am

I hope this is the correct forum to post bugs and questions.

I have a chart that I want to display three RangeMarkers. One for the target and two others that are ( target +/- tolerance). The tolerance RangeMarkers don't display when all date is within tolerance (i.e no data lines cross the tolerance lines). The tolerance rangeMarkers are clipped. They print fine when the data is out of tolerance range.

I am using jFreeChart 0.9.6.

I have a good work around by adding the target and tolerances to the graph, but would like to use the RangeMarkers as they should be faster.

Does any body have a solution?

Thanks,

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Post by david.gilbert » Mon Mar 17, 2003 10:21 am

Hi James,

At present, the range markers are not incorporated into the auto-range calculation (they probably should be). The solution would be to set a manual range for the axis.

Regards,

Dave Gilbert

James.Haring@plumcreek.co

Thanks,

Post by James.Haring@plumcreek.co » Mon Mar 17, 2003 11:41 pm

Hi David,

Thanks for your reply. I will hope to see the fix in the next version.

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Post by david.gilbert » Tue Mar 18, 2003 12:34 am

I've added a feature request (705315) on SourceForge so I don't forget about it.

Regards,

Dave Gilbert

Locked