User (Legacy) Posted August 29, 2001 Report Share Posted August 29, 2001 Hi I am trying to create multitype charts with candlesticks and a X/Y (curve) chart. I can create a 5 sereis chart easily.. that is ChartFX2.ValueEx(OHLC_LOW, j) = nlow ChartFX2.ValueEx(OHLC_OPEN, j) = nopen ChartFX2.ValueEx(OHLC_CLOSE, j) = nclose ChartFX2.ValueEx(OHLC_HIGH, j) = nhigh ChartFX2.ValueEx(4, j)= y ' y axis value for the curve chart' But now how do I control the x axis for the 5th series (x/y) chart. For example I want to display the 5th series starting form a parilcular value on x axis. Is this possible ?? Any help would be greatly appreciated !!! thanks Sharjeel Software Engineer World View Capital management Quote Link to comment Share on other sites More sharing options...
Software FX Posted August 30, 2001 Report Share Posted August 30, 2001 BAR charts and similar (CUBE, HILOWCLOSE, CANDLESTICK) don't support X values. Therefore you can not have X-data when having these chart types. There are some tricks to get around this described in article Q1371005 of the KB. -- FP Software FX, Inc. 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.