Jump to content
Software FX Community

Re: XY Charts where each series has a different number of points


User (Legacy)

Recommended Posts

Hi, 

I have also tried to do this but it has been unsuccessful.

I am using the following line of code:

seriesPtr->PutYvalue(10, CHART_HIDDEN);

where I am substituting my data value with the CHART_HIDDEN constant.

BUT, the compiler complains that CHART_HIDDEN is an undefined identifier.

Is CHART_HIDDEN the correct constant or am I supposed to #import the ocx in

a special way to get this constant.

N.B. I have searched the type library files generated by the #import and

there is no CHART_HIDDEN defined anywhere.

A sample bit of code would be very helpful,

Thanks

Frank Cammaroto

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...