Hi,
I am currently trying to resize the Values/XValues property of my charts.
I want to use the Resize method like so:
Activechart.SeriesCollection(1).Values.Resize(somevalue,somevalue)
I looked up on the internet, but could not find anything that explained the parameters being passed in.
Can anyone explain the function of resize as it applies to the values/xvalues properties?
How would this method recognize which row and columns to resize?
Thanks!