Software FX Posted September 8, 2000 Report Share Posted September 8, 2000 AS_IGNORELABELS was added in version 4.5.16.0, are you using the most recent service pack ? If your version is 4.5.16.0 or newer you may want to try using the numerical value of AS_IGNORELABELS which is &H10000 I also checked the most recent version of our INC file and AS_IGNORELABELS is defined there. Regards, Juan Cegarra Software FX, Inc. support.softwarefx.com -----Original Message----- From: Mark Johnston [mailto:mark.johnston@pnl.gov] Posted At: Wednesday, September 06, 2000 9:00 PM Posted To: Server Conversation: Legend Subject: Re: Legend I have not been able to get ChartFX IE 2000 Server to recognize the AS_IGNORELABELS constant. I am using ChartFX IE with ASP and have the type library declared in the global.asa file as follows: <!-- METADATA TYPE="TypeLib" NAME="ChartFX IE 2000 Server" UUID="{21F49881-BFA9-11D2-A89C-00104B62BDDA}" VERSION="4.5" --> Can someone confirm whether or not this should be workable? Thanks, Mark Johnston Pacific NW National Laboratory Seattle, WA USA mailto:mark.johnston@pnl.gov Francisco Padron wrote: This forum is for Chart FX Client Server but yes, this is available in Chart FX IE 2000 -- Frank SFX "Mark Johnston" <mark.johnston@pnl.gov> wrote in message news:39B57F48.AD0E5A0A@pnl.gov... > Francisco, > > Is this option available in ChartFX IE version? The AS_IGNORELABELS > constant does not seem to be present in the include file which I have. > > Thanks, > > Mark Johnston > Pacific Northwest National Laboratory > Seattle, WA USA > mailto: mark.johnston@pnl.gov > > > Francisco Padron wrote: > > > You can do this by asigning the third colum as X-Axis labels and then, to > > prevent these labels from showing in the axis, you need to turn of the > > AS_IGNORELABELS flag in the Axis(AXIS_X).Style property as follows (VB): > > > > ChartFX1.Axis(AXIS_X).Style = ChartFX1.Axis(AXIS_X).Style and not > > AS_IGNORELABELS > > > > -- > > > > Frank > > SFX > > "Marty Cymerman" <mcymerman@greatbatch.com> wrote in message > > news:39AE6A65.4ADD93D4@greatbatch.com... > > > Hello > > > > > > Is it possible to call a sp with three cols....Have one for the X axis > > > one for the Y axis the the other be a data point label? > > > I can plot my X and Y axis fine, but I need to define the data point > > > further. > > > > > > Thanks > > > Marty > > > > Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.