Hi there,
My function dynamically generates new data set to be used to draw a chart with 3 series in total: one for x axis and 2 for y axis. This is a simple line diagram but the challenge here is that I cannot use the cell values because all data is in a series of public array variables in VBA; therefore I have to use a function instead of a sub.
The chart should be plotted on-the-fly over my userform as the data series change.
Any ideas?
Thanks in advance.
My function dynamically generates new data set to be used to draw a chart with 3 series in total: one for x axis and 2 for y axis. This is a simple line diagram but the challenge here is that I cannot use the cell values because all data is in a series of public array variables in VBA; therefore I have to use a function instead of a sub.
The chart should be plotted on-the-fly over my userform as the data series change.
Any ideas?
Thanks in advance.