ITeeFunction.asExpAvg
ITeeFunction
property asExpAvg: IExpAvgFunction;
Type Library
TeeChartx
Description
The asExpAvg property is used by the Teefunction Class to access Exponential Average Function specific properties. See Typecasting for a detailed explanation of access to Series and Function specific properties.
Example [Visual Basic]:
With TChart1.Series( 0 ).FunctionType
.asExpAvg.Weight = 1
end with