Software FX Posted April 5, 2000 Report Share Posted April 5, 2000 This is by design. A stacked chart can not have series assigned to diferent axes. To re-enable this, you must assign ALL series to one axis by doing: ChartFX1.Series(-1).YAxis = AXIS_Y Notice the -1 used as the series index to indicate ALL. This is diferent than assigning the same value to each series as this call tells chart FX that all series are equal. Frank SFX 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.