User (Legacy) Posted February 13, 2000 Report Share Posted February 13, 2000 Hi! I am wondering what is the maximum number of points/series I can pass to a chart? Definitions in cfx4032.tlh file generated by #import "Cfx4032.ocx" confuse me. ICfxSeriesEnum : IDispatch { ... long GetCount ( ); ICfxSeriesPtr GetItem ( short index ); ... }; According to GetCount() the maximum number of series is 2147483647 (long), but GetItem accepts only a short index, ie 32767 series max. Is it possible to create a chart with more than 32K points/series? Thanks, Serge Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.