TheNovice Posted December 20, 2018 Share Posted December 20, 2018 Hi, I was working with graphs and I came to know that when in runtime when hold ctrl key we can move graph and zoom in and out with mouse click. Is there any way to restrict that and show graph as plain static image type. Thanks. Quote Link to comment Share on other sites More sharing options...
AzeoTech Posted December 20, 2018 Share Posted December 20, 2018 You can try adding: yAxisFrozen = 0 xAxisFrozen = 0 to the OnPaint event for the graph. They'll still be able to pan / zoom, but then it will instantly jump back to the programmed scaling. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.