문제

I'm implementing dynamic charts with XYPlot and TimeSeries. I'm continually adding new values to chart. How can I mark on Y axis last added value? Some custom renderer or just simple change font size... any ideas?

도움이 되었습니까?

해결책

One option is to add a ValueMarker to the plot via the addRangeMarker() method.

This will typically add a line across the plot perpendicular to the y-axis, as shown here.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top