Jump to content
Software FX Community

How many points/series ChartFX supports?


User (Legacy)

Recommended Posts

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

Archived

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

×
×
  • Create New...