Currently using the mouse wheel to zoom focuses the zoom location to where the mouse is currently positioned.
I would like to change this behavior so that it always modifies the start value of the x-axis, and doesn't modify the end value.
How would I go about doing this?
The above answer helped me out. I thought there used to be a Suggest as Answer on the forum here but I am failing to find it right now.
Hello Daniel,
I am just checking the progress of this issue and was wondering if you managed to overcome it or if you need any further assistance on the matter.
If the above suggestion helped you solve your issue please verify the thread as answered so other users may take better advantage of it.
Sincerely,Petar MonovDeveloper Support EngineerInfragistics Bulgariawww.infragistics.com/support
I have been looking into your issue and think you have misunderstood how this works. Zooming doesn’t modify the axes’ or their values it rather enlarges the chart area and shows different segments of it. I can suggest reading through this link from our online documentation and its follow up links as well: http://help.infragistics.com/NetAdvantage/DV/2010.2/CLR4.0/?page=xamDataChart_Interactions.html
In your case it would be easiest to use something like this: this.xmDataChart.WindowPositionHorizontal += 0.05; in your DataChart’s MouseWhele event.
Please let me know if you require any further assistance on the matter.
Sincerely,
Petar Monov
Developer Support Engineer
Infragistics Bulgaria
www.infragistics.com/support