Jump to content
Software FX Community

RE: Question about adjustscale


Software FX

Recommended Posts

You may want to try setting the ForceZero property of the Y axis object to false, with this approach we should set a minimum of 500 (or 510) if your min value is 515.65.

Chart.Axis(AXIS_Y).ForceZero = False

Regards,

Juan Cegarra

Software FX, Inc.

http://support.softwarefx.com

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

From: Matthijs Hoekstra [ mailto:matthijs.hoekstra@e-office.com]

Posted At: Thursday, July 20, 2000 12:10 PM

Posted To: Server

Conversation: Question about adjustscale

Subject: Question about adjustscale

Hello,

I have a simple line chart. x axis are date values, Y axis are numeric

values.

The maximum value is for examle around 700 and the minimum around 500. The

chart always creates a y axis with minimum of 0.

When I manualy set the minimum to 500 with autoscale feature to false I get

a correct scale. But I want the component to adjust the scale (for example

the minimum value is 515.65) but when i call adjustscale the minimum is set

back to 0 again.

Can somebody point me out what I'm missing here?

Thanks very much,

Matthijs Hoekstra

e-office BV

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...