Software FX Posted December 18, 2000 Report Posted December 18, 2000 Hello, I am not sure why the serleg as well as the others are not working for you. We have a sample of the serleg property being used on our support site at http://support.softwarefx.com/Samples/CfxIE/Labels/ShowLegend.asp.'>http://support.softwarefx.com/Samples/CfxIE/Labels/ShowLegend.asp. You might want to set these properties after you have passed the data to the chart but beyond this there should not be any special sequence of settings that need to occur. If you continue to experience this problem then please email me a small sample that demonstrates the problem and I will take a look at it. IMPORTANT NOTE: In an effort to provide the most advanced solutions in conjunction with the most comprehensive technical support structure, Software FX will implement a Paid-Support Program beginning January 1, 2001 for all existing and future Software FX application users. The specific details of the Paid-Support Program will be released in an upcoming broadcast e-mail, as well as on our website. Please be aware that the online technical support web site at http://support.softwarefx.com will continue to be available without charge. Justin Trask Software FX Please reply to: cfxie@softwarefx.com -----Original Message----- From: Tony Arnett [mailto:tarnett@sir-inc.com] Posted At: Wednesday, December 13, 2000 2:50 PM Posted To: Server Conversation: SerLeg and Axis.Step with Arrays Subject: SerLeg and Axis.Step with Arrays I have resolved the difficulty with feeding data to the array (as a note to others, the CfxArray will not accept arrays that have been filled with the GetRows ADO command - I suspect because GetRows returns a multi-dimensional array even if you have only 1 field in the ResultSet). However, I cannot seem to get the SerLeg property to work with a chart that uses the CfxArray. Here is the code: Chart1.serleg(0) = "Signal Returns" Chart1.serleg(1) = "At-Any-Time Returns" (There are two series for this chart, plus the X-Axis series) Similarly, in trying to step the tick marks on the Axis (NOT the markers in the data series), it's not working, either. Here is that code: Chart1.Axis(2).ScaleUnit = 1 Chart1.Axis(2).Step = 5 Any ideas? Do these properties work when you use an array to fill the chart? Is there any secret to the sequencing of these commands (i.e. like you can only use the serleg property AFTER you've used the SerLegBoxObj, etc.) Thanks. Tony Arnett
Recommended Posts
Archived
This topic is now archived and is closed to further replies.