Hi,
How can we reset the zoomrectangle in code behind after a chart is zoomed using crosshair?
Hello,
In order to do that you can returtn the Scrools' original scale value like so:
xamWebChart1.Axes[0].ScrollScale = 1;
xamWebChart1.Axes[1].ScrollScale = 1;
Hope this helps.
Sincerely,
Petar Monov
Developer Support Engineer
Infragistics Bulgaria
www.infragistics.com/support