Synchronizing charts and the UndoZoom event
Posted: Wed May 22, 2013 4:32 pm
Hi
I have 3 charts on my form and as they all have the same range of xvalues I have synchronized them as regards zooming and scrolling. This works fine all except for OnUndoZoom event. Obviously when I reset the zoom for Chart1 I want to call the UndoZoom for the other two charts which I do, but of course doing this fires their UndoZoom event which then calls Chart1's UndoZoom event in a recursive loop. There must be an easy way round this can you help?
Bruce.
I have 3 charts on my form and as they all have the same range of xvalues I have synchronized them as regards zooming and scrolling. This works fine all except for OnUndoZoom event. Obviously when I reset the zoom for Chart1 I want to call the UndoZoom for the other two charts which I do, but of course doing this fires their UndoZoom event which then calls Chart1's UndoZoom event in a recursive loop. There must be an easy way round this can you help?
Bruce.