User (Legacy) Posted July 13, 2000 Report Share Posted July 13, 2000 Hello, I am trying to pass several X-Y pairs of data to a scatter Chart (each should be a different series)... I tried to do this using the Data Provider and have done something like the following: Dim CfxArray As New CfxDataArray CfxArray.AddArray XColumn CfxArray.AddArray YColumn m_Chart.GetExternalData CfxArray I do this in a loop...but it doesn't seem to work properly...can someone please point me in the right direction? Thanks, Abe Krebs Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.