Jump to content
Software FX Community

Floating Bars, YValue/YFrom


User (Legacy)

Recommended Posts

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...