Jump to content
Software FX Community

independent min & max of primary and secodary Y axes


User (Legacy)

Recommended Posts

If you are using a constant (such as AXIS_Y2) please make sure that it is

properly defined in your code or one of the include files you may be using.

If you do something like

Chart.Axis(UNDEFINEDAXISCONSTANT).Max = 20

ASP will assume a 0 value for anything that is undefined and 0 is the value

assigned to AXIS_Y

--

Regards,

JC

"Philippos Argyris" <philippos@oneworld.gr> wrote in message

news:IMUN2D#VBHA.1476@webserver1.softwarefx.com...

> Hello,

>

> It seems that I cannot set the max of the Y2 axis. When I try, the max of

> the Y axis is affected. Any ideas?

>

> Thanks,

>

> Philip Argyris.

>

>

Link to comment
Share on other sites

That's it. Thanks

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

news:5e9xEUAWBHA.1476@webserver1.softwarefx.com...

> If you are using a constant (such as AXIS_Y2) please make sure that it is

> properly defined in your code or one of the include files you may be

using.

>

> If you do something like

> Chart.Axis(UNDEFINEDAXISCONSTANT).Max = 20

>

> ASP will assume a 0 value for anything that is undefined and 0 is the

value

> assigned to AXIS_Y

>

> --

> Regards,

>

> JC

> "Philippos Argyris" <philippos@oneworld.gr> wrote in message

> news:IMUN2D#VBHA.1476@webserver1.softwarefx.com...

> > Hello,

> >

> > It seems that I cannot set the max of the Y2 axis. When I try, the max

of

> > the Y axis is affected. Any ideas?

> >

> > Thanks,

> >

> > Philip Argyris.

> >

> >

>

>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...