Graphic series interrvals [message #1014374] |
Mon, 25 February 2013 12:26  |
Eclipse User |
|
|
|
Hi,
i seen that there is a possibility to set step of a series, but there is a possibility to set intervals?
That is to say, i would have this:
series 1= 0 - 2 - 4 - 6 - 8
series 2= 0.2 - 3.6 - 3.9 - 5.7 - 8
that is to say i would have two equal intervals of 5 elements.
Thanks in advance
|
|
|
|
|
|
|
Re: Graphic series interrvals [message #1015288 is a reply to message #1015040] |
Wed, 27 February 2013 23:17   |
Eclipse User |
|
|
|
If your values will always be in a particular range, for both series, you'd be able to set these intervals within the chart editor. If the values will be dynamic, for example the first series can be more than 6 or the second series can be less than 3.9 or greater than 4.8. I think based off your original post, this is the case. What you'd need to do here, is use the afterDataSetFilled script to find the min and max values for each series. Then, in the beforeGeneration, set the axis min, max, and step.
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.02794 seconds