Function:




Result:
The Nevron Chart for .NET component has built-in data series subset evaluating capabilities. In this example the subset is the whole data serie, but it can also be any other subset.
Function combo – specifies the performed evaluation function. Possible values are:
MIN – the result is the min value contained in the subset
MAX – the result is the max value contained in the subset
AVE - the result is the average of the subset
SUM – the result is the total sum of all values contained in the subset
ABSSUM - the result is the absolute sum of all values contained in the subset
FIRST - the result is the value of the first data point contained in the subset
LAST - the result is the value of the last data point contained in the subset

Evaluate button – performs the evaluation
Result edit – shows the evaluation result