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
Post a Comment