Jump to content
Software FX Community

Re: Scrolling legends using MFC and dll implementation


Software FX

Recommended Posts

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

Archived

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

×
×
  • Create New...