Software FX Posted December 14, 1999 Report Share Posted December 14, 1999 Please note that in the second option YFrom is greater than YValue. If your question was related to the order of the statements then the answer is they can be set in any order. Regards, Juan Cegarra Software FX, Inc. http://support.softwarefx.com -----Original Message----- From: SteveT [ mailto:stephent@compassadv.com] Posted At: Monday, December 13, 1999 3:55 PM Posted To: General Conversation: Floating Bars, YValue/YFrom Subject: Floating Bars, YValue/YFrom I have a series with one dataset to display Y = 2 to -6 I read the YFrom Remarks and would like to know if, in the case of a bar crossing zero, does it make a difference which way I state the Yvalue and YFrom? objChart1.Series(j).YValue(i) = 2.0 objChart1.Series(j).YFrom(i)=-6.5 or objChart1.Series(j).Yvalue(i) = -6.5 objChart1.Series(j).YFrom(i)=2.0 Either way makes the chart and "satisfies" the requirement of YFrom < YValue. Thanks, Steve Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.