Jump to content
Software FX Community

Getting/setting series Y axis does not work


User (Legacy)

Recommended Posts

In the following annotated C++ code, you can see how this doesn't work:

/* I've got a valid ICfxSeriesPtr series pointer, and I'd like to inspect

and modify

the series y axis*/

CfxAxisIndex idx = seriesPtr->YAxis; // idx gets set to -0x33340000

seriesPtr->YAxis = AXIS_Y; // Want to set it to primary Y axis

idx = seriesPtr->YAxis; // idx still gets set to -0x33340000

What's going on?

-Ed Evans

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...