Jump to content
Software FX Community

RE: CfxIE2000 Multiple graphs/min/max values


Software FX

Recommended Posts

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

unicodestring.bmp

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...