[]
You can calculate the value of the functions for Parametric and YFunction using the CalculateValue() method.
The following code demonstrates the CalculateValue() method:
class MySeries : FunctionSeries
{
void SomeMethod()
{
CalculateValue(...);
}
}