I have really been having problems setting up my x axis to work on a time basis. I have been trying to make an xy plot using time as the x axis
and plotting realtime data to the graph.
What I would like to do.
-Have the X-axis show one Hour 00:00-23:00
-Using the system Millisecond function plot the data as it is comming in
Some suggestions about how to set this up what class to use would be great.
Time Axis Problems
Re: Time Axis Problems
I think I found my problem
When I add data to my time series which is defined with the millisecond.class I am only adding the millisconds example (345) when I want to add the whole date 10334939303 whaever How can I change the series to take a whole not just the milliseconds
When I add data to my time series which is defined with the millisecond.class I am only adding the millisconds example (345) when I want to add the whole date 10334939303 whaever How can I change the series to take a whole not just the milliseconds