|
Enabled
|
Represents property Enabled.
|
|
FunctionType
|
Defines the function to apply to the SourceChart to generate the TargetChart values
To define a custom function, set FunctionType to hlaCustom and create an OnCustomFunction event handler
|
|
OnCustomFunction
|
Represents property OnCustomFunction.
|
|
OnExecutedFunction
|
Represents property OnExecutedFunction.
|
|
OnExecutingFunction
|
Represents property OnExecutingFunction.
|
|
Period
|
Represents property Period.
|
|
PeriodValue
|
Represents property PeriodValue.
|
|
SourceChart
|
Represents property SourceChart.
|
|
TargetChart
|
Defines the output or target chart for the function. The function transforms the input SourceChart values and adds values to the TargetChart
Important Note
|
The old TargetChart values are deleted every time the function executes
|
|