Jump to content
Software FX Community

Scale Min & Max


User (Legacy)

Recommended Posts

Oops we missed that one!

There is no way to do this using the Properties Dialog.

You could add a button that does this:

m_chartMain.AxisX.AutoScale = true;

m_chartMain.RecalcScale();

If this is a critical issue for you please contact support at softwarefx dot

com

-c

"DSL" <a@b.com> wrote in message

news:Xb5iHqTvFHA.2812@webserver3.softwarefx.com...

> If the user uses the properties dialog in chartfx to set the scale min and

> max... How would they go about resetting it back to "Auto"? I have tried

> to

> enter zero's and typed in "Auto" in the textboxes to try to reset them but

> it does not work.

>

> Thanks!

>

>

Link to comment
Share on other sites

Thanks for the answer.  I can add the button.  Would it be possible in the

future to make the Properties dialog somewhat user customizable? Maybe

allow developers to add our own tabs with commands on it?

Thanks!

"Software FX Support" <support@softwarefx.com> wrote in message

news:YMBGUoWvFHA.2924@webserver3.softwarefx.com...

> Oops we missed that one!

> There is no way to do this using the Properties Dialog.

> You could add a button that does this:

> m_chartMain.AxisX.AutoScale = true;

>

> m_chartMain.RecalcScale();

>

> If this is a critical issue for you please contact support at softwarefx

dot

> com

> -c

>

> "DSL" <a@b.com> wrote in message

> news:Xb5iHqTvFHA.2812@webserver3.softwarefx.com...

> > If the user uses the properties dialog in chartfx to set the scale min

and

> > max... How would they go about resetting it back to "Auto"? I have

tried

> > to

> > enter zero's and typed in "Auto" in the textboxes to try to reset them

but

> > it does not work.

> >

> > Thanks!

> >

> >

>

>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...