Value markers

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
blahfunk
Posts: 8
Joined: Wed Jan 17, 2018 5:52 pm
antibot: No, of course not.

Value markers

Post by blahfunk » Fri May 18, 2018 1:45 pm

Is there a way to have a valuemarker not go across the graph completely? Like it stops at some X value? I need it to look something like this:

Image

John Matthews
Posts: 513
Joined: Wed Sep 12, 2007 3:18 pm

Re: Value markers

Post by John Matthews » Fri May 18, 2018 5:06 pm

You might be able to scale an Annotation like this.

blahfunk
Posts: 8
Joined: Wed Jan 17, 2018 5:52 pm
antibot: No, of course not.

Re: Value markers

Post by blahfunk » Fri May 18, 2018 9:20 pm

Thank you. That got me in the ballpark of where I needed to be

Locked