|
inlineprotectedvirtual |
Called by the framework to calculate a data point for the resulting series.
Override this method in a derived class to customize calculation of resulting data.
You must return TRUE from the overridden version to skip the default processing.
data | Array of CBCGPChartData taken from the input series at specified by nDataPointIndex index. |
nDataPointIndex | Data point index. |
dataNew | Should contain the result when the function returns. |