08-04-2013 12:16 PM
I have used array to plot the graph, since I dont the size of the array I have used List , I am facing problem when I am trying to use that list in the excel report it is not able take data from list and store
08-04-2013 03:31 PM
Hello Snoopy, as I already told you here, it's difficult to imagine what you are doing.
Can you post some example code to examine?
Alternatively, if you have used either PlotY or PlotXY with an array of data, GetPlotAttribute with ATTR_NUM_POINTS attribute permits you to retrieve the number of elements in the plot. Next using ATTR_XDATA and ATTR_YDATA atributes you can retrieve the data array directly from the graph.
Can this be of some help to you?