Jump to content
Software FX Community

Incorrect value from GetYAxis()


User (Legacy)

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...