User (Legacy) Posted May 17, 2005 Report Share Posted May 17, 2005 CharFX for .Net V6.2 I can select the Y-axis properties panel and change either the min/max and step axis values to some discrete value. When I change the step setting back to "Auto" the step interval is automatically calculated. However, if I change either the min or max axis setting back to "Auto" they are ignored. If I close the properties panel and come back, my original discrete values are still in the min/max fields. Link to comment Share on other sites More sharing options...
Software FX Posted May 18, 2005 Report Share Posted May 18, 2005 Recalculating the Min and Max is much more "expensive" than recalculating the step. In order to Reset the Min and Max all the data needs to be re-examined. You can not set the Min/Max back to auto using the built-in dialog. To recalculate the Min and Max you can do: chart.AxisY.ResetScale(); chart.RecalcScale(); -- Francisco Padron www.chartfx.com Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.