Home > Software engineering >  O! Teechart usage in vs2010
O! Teechart usage in vs2010

Time:10-03

Teechart website I see how is the usage of the vc + + and vb, vs2010 usage is just the same online,,
I want to control chart had the effect of the mouse to scroll,
 CScroll scroll=(CScroll) m_teeChart2. Get_Scroll (); 
Scroll. Put_Enable (FALSE);


Doesn't work,,


Also want to draw circles on the axis, I add the following code
 CCanvas circle=(CCanvas) m_teeChart1. Get_Canvas (); 
,0,25,25 circle. The Ellipse (0);

No effect,,,

CodePudding user response:

In the resource view of IDE double-click the left mouse button on the control, open control property page, configuration control options,

CodePudding user response:

I what I see stick code is empty

CodePudding user response:

refer to the second floor SWWLLX response:
I what I see stick code is empty.


CScroll scroll=(CScroll) m_teeChart2. Get_Scroll ();
Scroll. Put_Enable (FALSE);

CodePudding user response:

http://jingyan.baidu.com/article/09ea3ede6ddfc0c0aede3939.html reference can prohibit the mouse wheel message response,
  • Related