Jump to content
Software FX Community

ChartFX.ASP.ListProvider,


vtad4f

Recommended Posts

 I would like to suggest that the ListProvider object's member function 'addCollection(...)' also accept multidimensional arrays. This would allow it to integrate nicely with the function ADODB.Recordset.getRows(...) function. It seems likely that most users would simply use recordsets rather than arrays for chart.datasource, but in the event that the data has to be slightly modified before being set as the data source for the chart, this 'overloading' of the getRows function could at the very least condense code. It would be a bonus if you could get around the O(n) run time of the iteration of splitting up the 2d array for integration into the chart.

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...