Software FX Posted January 24, 2001 Report Share Posted January 24, 2001 The problem you are expiriencing, and a work aound for it, is described in article Q1381014. Fank SFX "Edward Evans" <eevans@pacsim.com> wrote in message news:8xU$Ti$fAHA.3068@sfxserver.softwarefx.com... > 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.