Real time on x-axis with adjustable scale on x-axis?

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
srikanthGr
Posts: 1
Joined: Fri Jan 20, 2017 8:06 am
antibot: No, of course not.

Real time on x-axis with adjustable scale on x-axis?

Post by srikanthGr » Tue Feb 14, 2017 11:44 am

Hi all,
I want to implement a trend graph with real time data coming continuously,for which am having time on x-axis with format "HH:MM:SS". Now my requirement is to have adjustable scale like 10min or 15min etc....And also how could i limit the time values on x-axis ?

Please help me. need solution urgently.

paradoxoff
Posts: 1634
Joined: Sat Feb 17, 2007 1:51 pm

Re: Real time on x-axis with adjustable scale on x-axis?

Post by paradoxoff » Thu Feb 16, 2017 12:48 pm

Check the classes DynamicTimeSeriesCollection and DateTickUnit.

Locked