User (Legacy) Posted January 28, 2002 Report Share Posted January 28, 2002 I have more than one series of data need to be displayed in XY chart. I use the following statements try to display them in stacked style: m_pChartFX->Series->Item[0]->Stacked = TRUE ; m_pChartFX->Series->Item[1]->Stacked = TRUE ; I don't know why they were not displayed in stacked style. Is there something wrong in my code? Any help would be most appreciated. Danqing Quote Link to comment Share on other sites More sharing options...
Software FX Posted January 29, 2002 Report Share Posted January 29, 2002 Only certain chart types support Stacked these are Bar and Area. -- 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.