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 Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.