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
Unzoom after import
Hi, Jay.
One solution is to set all axis Automatic property to true after importing chart. For example
One solution is to set all axis Automatic property to true after importing chart. For example
Code: Select all
foreach (Axis axis in yourChart.Axes)
axis.Automatic = true;
Marjan Slatinek,
http://www.steema.com
http://www.steema.com