Jump to content
Software FX Community

Min parameter for Y_Axis -- I can't make it work!


User (Legacy)

Recommended Posts

Hello...!

I need Y axis values to start from a number different than Zero, so I tried

this:

<param name="Axis(0).AutoScale" value="False">

<param name="Axis(0).Min" value="100">

<param name="Axis(0).ForceZero" value="0">

But nothing happened!

(BTW, the "100" was just for testing. I'll put there ASP code with a dynamic

Minimum)

Thanks for your help!

Adri

Link to comment
Share on other sites

  • 2 months later...

Hi , I have the same problem here, please tell me how to solve it. I need to

set Min & Max values for the Y-Axis using the <PARAM> & it doesnt work,

Fady

"Adrian Ivanov" <webmaster@adrianivanov.com> wrote in message

news:vvpMiSDcBHA.2012@webserver1.softwarefx.com...

> Hello...!

>

> I need Y axis values to start from a number different than Zero, so I

tried

> this:

>

> <param name="Axis(0).AutoScale" value="False">

> <param name="Axis(0).Min" value="100">

> <param name="Axis(0).ForceZero" value="0">

>

> But nothing happened!

>

> (BTW, the "100" was just for testing. I'll put there ASP code with a

dynamic

> Minimum)

>

> Thanks for your help!

>

> Adri

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...