How can I update IntervalMarkers?

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
chulerias
Posts: 7
Joined: Mon Aug 28, 2006 3:19 pm

How can I update IntervalMarkers?

Post by chulerias » Tue Aug 29, 2006 3:44 pm

Hi!

I've to work with dynamic data and I'd like to know if it's possible to update markers to let them become wider.

There is no way to change startValue and endValue (at least the endValue). It could be interesting if you want to create a marker and to update it depending on the data you are receiving. There're no "set methods" in IntervalMarker to modify these attributes...

Thanx

chulerias
Posts: 7
Joined: Mon Aug 28, 2006 3:19 pm

Post by chulerias » Tue Aug 29, 2006 3:47 pm

Ooops, sorry!

I didn't see the answer of the "IntervalMarker and CombinedDomainXYPlot" topic.

Thanks again.

Locked