Jump to content
Software FX Community

Re: Passing Array(s) of data to Scatter Chart


Software FX

Recommended Posts

What you must put in a loop is only: 

CfxArray.AddArray XColumn

CfxArray.AddArray YColumn

If you create a new one every time and call GetExternalData many times you

will be un-doing what was previously done and only the last call will stay.

So you must create only one object and make only one call the

GetExternalData.

--

Frank

SFX

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...