ASE Home Page Products Download Purchase Support About ASE
ChartDirector Support
Forum HomeForum Home   SearchSearch

Message ListMessage List     Post MessagePost Message

  Increase the axis size for realtimechart.jsp
Posted by Rahul Ashok on Apr-22-2014 17:46
Hi All,

Is it possible to increase the x axis size for the real time chart?

Now, the graph moves every time it is updated. I want the update to happen every
2/5/10 seconds as in the dropdown menu, but the x axis should have, say, the previous
1 hour data.

Regards
Rahul

  Re: Increase the axis size for realtimechart.jsp
Posted by Peter Kwan on Apr-23-2014 05:14
Hi Rahul,

If you provide one hour of data, the x-axis will show one hour.

In the sample code, the data are from a random number generator that generates 240 data
values with the time between points being one second apart. If you change the random
number generating code to generate 3600 values with the time between points being one
second apart, the x-axis will represent one hour.

Hope this can help.

Regards
Peter Kwan