FatMax Posted November 26, 2012 Share Posted November 26, 2012 Hi, how can I create a button that freezes a graph? I know you can freeze it by right click on it and so on but I need a button to stop it really quickly. Link to comment Share on other sites More sharing options...
AzeoTech Posted November 26, 2012 Share Posted November 26, 2012 Just give it a Quick sequence with: component.myGraph.XAxisFrozen = 1 where myGraph is the name you gave to the graph. If you want to freeze Y as well, its the same format, but YAxisFrozen. Set them to 0 to thaw the axes. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.