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 Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.