User (Legacy) Posted August 25, 2003 Report Share Posted August 25, 2003 Hi, In VC++ environment, a dialog based chart with 3 series(pie chart) set in the properties of the chart. But when i do int nTotalSeries = m_pChartFX->NSeries; the value of nTotalSeries is 1. which is not correct. What could be the problem? Regards, Rao Quote Link to comment Share on other sites More sharing options...
Software FX Posted August 25, 2003 Report Share Posted August 25, 2003 1) 3 series in a Pie hart means that you have 3 whole pies. 2) Make sure you retrieve this value AFTER data has been set to the chart. -- 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.