Jump to content
Software FX Community

Re: CfxIE2000 Multiple graphs/min/max values


User (Legacy)

Recommended Posts

Is there any way to get the real values, it seems like it is not calculated 

in a "nice" way as I have one recordset with minimum of 0.008 and maximim of

0.6 and that works fine goes from 0 to 0.6

but then I have a recordset with minimum of 7.9 and max of 21.8 and that

takes 0 as minimum (bit too low) but gets the maximum OK (22) and then I

have another recordset where the real minimum is 2.13 and real max is 9.23

however your component takes 0 as min and 10 as max and that's quite OK, but

the graph itself is built with 100 as the max value ????? - bit weird

so I would rather get the raw value and adjust it myself.

looking forward to your reply

Cheers,

Filip

Juan Cegarra <JuanC@softwarefx.com> wrote in message

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

> MaxValue = Chart.Axis(AXIS_Y).Max

> MinValue = Chart.Axis(AXIS_Y).Min

>

> Please note that we added code to calculate "nice" min and max values so

> the numbers you will get are not necessary equal to the min and max

> values in the data set.

>

> Regards,

>

> Juan Cegarra

> Software FX, Inc.

> http://support.softwarefx.com

>

>

> -----Original Message-----

> From: Filip Kratochvil [ mailto:filipk@iname.com]

> Posted At: Thursday, January 20, 2000 6:10 PM

> Posted To: Server

> Conversation: CfxIE2000 Multiple graphs/min/max values

> Subject: Re: RE:CfxIE2000 Multiple graphs/min/max values

>

>

> Hi Juan,

>

> Thanks for all your help so far, here is another one for you.

>

> I get my resultSet (recordset) and assign it to the chart object:

>

> chart.AdoResultset rs

>

> then I want to find out what the minimum and maximum values are but

> don't

> want to run another SQL against my DB

> is there a way of quering the chart object to get these values?

>

> Thanks,

> Filip

>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...