User (Legacy) Posted February 15, 2000 Report Share Posted February 15, 2000 Include this define in your project: #define CHART_HIDDEN 1.0e+308 This will allow you to use the CHART_HIDDEN command. From what I have seen, all the documentation is in more pseudocode or visual basic than in C++. There are some good resources on the Chart FX's website and within the documentation they give you. HTH Josh Andrew Pane <apane@merak.com> wrote in message news:DE0379D14694D211B4CE00609770710D04AB1D@sftfx-221.wamnet.net... > Hi, > How do I hide data points using VC++? The documentation says you can hide > points in VB with... > > ChartFX1.ValueEx(i, j) = CHART_HIDDEN > > .. but I'm working in VC++, and CHART_HIDDEN is not defined in the TLH file. > I can't figure out what it is suppossed to be. > > Thx. > Andrew > > P.S. On a more general note, is there a version of the documentation > available for VC++? > 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.