|
getFullRange() |
Posted by Stephan Bielmann on Jun-12-2014 23:26 |
|
Hello there,
do I have something like a setFullRange() counterpart? Or another way to get
the full ranges of any given data scale or axis ? |
Re: getFullRange() |
Posted by Peter Kwan on Jun-12-2014 23:36 |
|
Hi Stephan,
The getValueAtViewPort can be used to obtain the view port range. You can use
getValueAtViewPort("x", 0) and getValueAtViewPort("x", 1) to obtain the full range of the
view port.
Hope this can help.
Regards
Peter Kwan |
Re: getFullRange() |
Posted by Stephan Bielmann on Jun-13-2014 13:28 |
|
Hello Peter,
thank you, this is exactly what I whas looking for. |
|