Jump to content
Software FX Community

Re: X and Y Axis max value


User (Legacy)

Recommended Posts

Torben, 

I don't know if this would do the trick or not, but try putting

"chart.Axis(AXIS_Y).AdjustScale" immediately after your last statement.

I have also found out that if perform the scale changes and then do some

other changes later, your scale most often gets lost. You might want to put

this code immediately before you generate the report.

I hope this helps,

cj

"Torben Brenden Pedersen" <torbenbp (at) netcom (dot) no> wrote in message

news:DE0379D14694D211B4CE00609770710D059FA1@sftfx-221.wamnet.net...

> 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...