Software FX Posted January 27, 2000 Report Share Posted January 27, 2000 Please make sure you are including our INC file, if you are not doing it then AXIS_X is undefined and IIS will assume a 0 value (AXIS_Y is defined as 0). IIS does not recognize the constants defined inside an ASP component (like COD_VALUES, AREA, etc.) In order to use these constants you need to follow one of these approaches - Include the INC file provided by ChartFX as follows <!-- #include virtual="/IncludeFiles/CfxIE.inc" --> Where IncludeFiles will typically be a virtual directory that points to a folder where the include files are located - Copy and paste the definitions of the constants you need from the INC file, e.g. Const COD_VALUES = 1 Const AREA = 6 - Use the numerical values instead of the constant names, you can see these values in the INC file or the Help file. e.g. ' COD_VALUES = 1 ChartFX.OpenDataEx 1,3,10 Regards, Juan Cegarra Software FX, Inc. http://support.softwarefx.com -----Original Message----- From: White [ mailto:2886905@019pcs.lgtel.co.kr] Posted At: Wednesday, January 26, 2000 10:04 PM Posted To: Server Conversation: I Want hide X Axis Legend Subject: I Want hide X Axis Legend Hi I Want hide X Axis Legend but next code hides Y Axis labels. ChartFX1.Axis(AXIS_X).Visible = false What's wrong and What do I do to hide X Axis Legend Thanks, White Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.