"Thank you for your answer.
In fact with the .NET version, it isn't possible any more to make:
.TrackMode = CWUIControlsLib.CWGraphTrackModes.cwGTrackDragCursor
.TrackMode = CWUIControlsLib.CWGraphTrackModes.cwGTrackZoomRectXY
....."
I'm not sure what you mean here. The equivalent in .NET would be:
.InteractionMode = GraphInteractionModes.DragCursor
.InteractionMode = GraphInteractionModes.ZoomX Or GraphInteractionModes.ZoomY
It is a little more complicated to use the Shift/Ctrl keys, but the benefit of this approach is that you can have multiple (or even all) interactions enabled at the same time, as opposed to only being able to have one enabled at a time. This is good feedback, though, and we have seen this request from other developers, and we are evaluating adding a way to do interactions without the modifier keys in a future release of Measurement Studio.
- Elton