ASE Home Page Products Download Purchase Support About ASE
ChartDirector Support
Forum HomeForum Home   SearchSearch

Message ListMessage List     Post MessagePost Message

  DataSet Index Count?
Posted by Mike Cotrone on Aug-16-2016 09:55
How can I get the ubound or Index Count of a dataset array?

Thanks!

  Re: DataSet Index Count?
Posted by Peter Kwan on Aug-16-2016 12:28
Hi Mike,

Unluckily, there is no API to get the Ubound or Index count.

As the data are passed from your code to ChartDirector, your code should already have the Ubound or Index count of your data. It just need to keep track of any information that it may need later.

We try to limit the ChartDirector API for charting purpose, so its data query API may be limited. (We think that the API is already quite large.)

Regards
Peter Kwan

  Re: DataSet Index Count?
Posted by Mike Cotrone on Aug-17-2016 05:07
Thanks Peter!