User (Legacy) Posted October 18, 2001 Report Posted October 18, 2001 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.
Software FX Posted October 18, 2001 Report Posted October 18, 2001 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. > >
User (Legacy) Posted October 19, 2001 Author Report Posted October 19, 2001 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. > > > > > >
Recommended Posts
Archived
This topic is now archived and is closed to further replies.