Jump to content
Software FX Community

Re: Hiding points in C++


User (Legacy)

Recommended Posts

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++?

>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...