User (Legacy) Posted January 25, 2005 Report Share Posted January 25, 2005 Hi, I am trying to scroll the chartFX through code using following code but its not working. m_Graph_DiskIO.Scroll(MAKELONG(4, 10),0); Nitin Garg Link to comment Share on other sites More sharing options...
Software FX Posted January 27, 2005 Report Share Posted January 27, 2005 Try: chart.Axis(AXIS_X).SetScrollView(<first point>,<last point>) -- FP Software FX Link to comment Share on other sites More sharing options...
User (Legacy) Posted February 4, 2005 Author Report Share Posted February 4, 2005 I have tried this. It works but very frequently it give floating point devision by zero execption. If you know any other way to do it then let me know. "SoftwareFX Support" <noreply@softwarefx.com> wrote in message news:dAIOxAJBFHA.3572@webserver3.softwarefx.com... > Try: > > chart.Axis(AXIS_X).SetScrollView(<first point>,<last point>) > > -- > FP > Software FX > > Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.