Jump to content
Software FX Community

RE: X and Y Axis max value


Software FX

Recommended Posts

Please make sure that you are including our INC file so that AXIS_Y and AXIS_X are defined appropriately. 

You may also want to follow Curtis's suggestion and change the min/max just before the GetHtmlTag call.

Regards,

Juan Cegarra

Software FX, Inc.

http://support.softwarefx.com

-----Original Message-----

From: Torben Brenden Pedersen [ mailto:torbenbp netcom no]

Posted At: Thursday, July 13, 2000 6:44 AM

Posted To: Client

Conversation: X and Y Axis max value

Subject: X and Y Axis max value

Hi

I have been trying to get the Y axis of my charts to display the correct max

value. I use the command:

' Max and min values

chart.Axis( AXIS_Y ).Min = 0

chart.Axis( AXIS_Y ).Max = 100

chart.Axis( AXIS_X ).Min = 0

chart.Axis( AXIS_X ).Max = 100

This does not seem to work on th Y axis, even though it is a numerical axis.

Please look at att.

-- Torben Brenden Pedersen

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...