Software FX Posted April 7, 2000 Report Share Posted April 7, 2000 I added the following lines to the end of the AddOnePoint routine in CfxRealTime.cpp (provided with the installation) and it worked just fine. if (nOffset > 20) m_pChartFX2->Axis->GetItem(AXIS_X)->Label[0] = "\01"; m_pChartFX2->Axis->GetItem(AXIS_X)->Label[19] = "L"; Do you get an access violation with this code ? Frank SFX Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.