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 Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.