Jump to content
Software FX Community

RE: Floating Bars, YValue/YFrom


Software FX

Recommended Posts

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

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...