User (Legacy) Posted January 16, 2001 Report Share Posted January 16, 2001 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.