Search found 3 matches
- Mon Mar 17, 2008 9:27 am
- Forum: ActiveX
- Topic: Possible to draw lines on graph
- Replies: 3
- Views: 3295
Drawing on graph in application - unwanted functionality
Thanks for the reply. The problem we have is that it IS possible for users of our application to draw on the teechart graph in certain circumstances (as described in the original posting) but we do NOT want this to happen. Is it possible to block users from drawing on the graph in these circumstance...
- Thu Mar 13, 2008 11:44 am
- Forum: ActiveX
- Topic: Zoom out function using mouse
- Replies: 1
- Views: 2425
Zoom out function using mouse
Hi For the Zoom Out facility (with the left-button mouse drag, where the mouse is dragged upwards and to the left), what is the definition of the “initial values” to which the Zoom Out facility returns the graph? We are considering disabling this function. Is there a way to disable this function whi...
- Thu Mar 13, 2008 11:41 am
- Forum: ActiveX
- Topic: Possible to draw lines on graph
- Replies: 3
- Views: 3295
Possible to draw lines on graph
Hi In our application we have a pane with a CTreeView and a pane with a CTChart. Following a right click on the CTreeView, it becomes possible to draw lines on the CTChart with the mouse. We use ON_EVENT to catch a TeeChart event including Mouse Button Down. The event in the Graph (derived from CFor...