Code: Select all
.AddSeries scLine
'Define the Function Type for the new Series
.Series(5).SetFunction tfAverage
'Define the Datasource for the new Function Series
'Use the existing Function (Series0) as input
.Series(5).DataSource = "Series0"
.Series(5).FunctionType.Period = 0
.Series(5).CheckDataSource
you have entered an expression that has an invalid reference to |
when I debug and try again I get a different error..
method 'period' of object iteefunction failed.
Anybody ever come across this before?