06-25-2015 09:44 AM
When zooming on a mixed signal graph, is there a property node to get the min and max indexes of the signal array, instead of the xscale minimum and xcale maximum value?
Solved! Go to Solution.
06-25-2015 09:52 AM
Nope, but if you have those minimum and maximum values and you have the graph data, you can pretty easily get the corresponding graph values for the edge from the data.
Cheers
--------, Unofficial Forum Rules and Guidelines ,--------
'--- >The shortest distance between two nodes is a straight wire> ---'
06-25-2015 12:11 PM
Indeed!
Thank you