User (Legacy) Posted April 5, 2000 Report Share Posted April 5, 2000 When I call GetYAxis() on a given series it returns -859045888. What does that mean? Here's a code snippet if that helps: --- ICfxSeriesPtr series = m_pChartFX->GetSeries()->GetItem( someseries ); CfxAxisIndex ax = series->GetYAxis(); // ax gets set to -859045888 --- Tracing into the code in the generated .tli file (enum CfxAxisIndex ICfxSeries::GetYAxis ( ) ), I've found that the call to get_YAxis( &_result) returns 0, but sets _result to the above erroneous number. -Edward Evans eevans@pacsim.com 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.