Graph AutoScale


echoi

Recommended Posts

You can't trigger the same auto-scale from script. Instead you need to change the axis scaling directly, something like:

component.myGraph.LeftAxis1.strScaleFrom = "min(myChannel)"

component.myGraph.LeftAxis1.strScaleTo = "max(myChannel)"

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.