Jump to content
Software FX Community

How to get axis back in auto mode.


User (Legacy)

Recommended Posts

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.

post-2107-13922379584786_thumb.jpg

Link to comment
Share on other sites

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...