User (Legacy) Posted October 4, 2000 Report Share Posted October 4, 2000 What's the correct C++ syntax for passing in a text file to the chart? What I've got now gives me compiler errors: ICfxDataFilePtr datafile; datafile->FileName = "foo.csv"; m_pChartFX->GetExternalData( datafile ); Casting "datafile" to "_variant_t" crashes the chart. TIA, -Ed Evans 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.