The following tables list the members exposed by FunctionCalculator.
Public Constructors
Public Properties
| Name | Description |
| Arguments | Gives access to an associated ArgumentCollection object - a collection of
the data series which are used in the function calculation as arguments. |
| Expression | The Expression property defines the function expression or in other words
the formula of the function. The expression can be constructed to represent
various functions. |
Top
Public Methods
| Name | Description |
| Calculate | Calculates a function which is defined by the current expression and arguments. |
| CalculateXValues | Generates exemplary X-position values for the result elements. It is not
compulsory to use the generated x values when presenting a function in the
chart, still it is very useful for functions with groupping like AVERAGE,
MIN, MAX and SUM. |
| Validate | Checks if the current argument collection and the current expression are valid. |
Top
See Also