Unzoom after import
Posted: Tue Apr 17, 2007 7:49 pm
If I save a chart to a .ten file after it has been zoomed, then import it again, how can I get it to unzoom to the original full chart?
Jay
Jay
Steema Software - Customer Support Forums
http://216.92.101.67/support/
Code: Select all
foreach (Axis axis in yourChart.Axes)
axis.Automatic = true;