java - Mark current value on axis - jfreecharts -


i'm implementing dynamic charts xyplot , timeseries. i'm continually adding new values chart. how can mark on y axis last added value? custom renderer or simple change font size... ideas?

one option add valuemarker plot via addrangemarker() method.

this typically add line across plot perpendicular y-axis, shown here.


Comments

Popular posts from this blog

How to logout from a login page in asp.net -

Stack level too deep error after upgrade to rails 3.2 and ruby 1.9.3 -