I know how to set .XValues. I just can't read them. These are bogus:
?ActiveSheet.SeriesCollection(1).xValues.count
?ActiveSheet.SeriesCollection(1).xValues(1)
Can I get the count and the XValues contents programmatically?
?ActiveSheet.SeriesCollection(1).xValues.count
?ActiveSheet.SeriesCollection(1).xValues(1)
Can I get the count and the XValues contents programmatically?