[]
        
(Showing Draft Content)

Calculating the Value for Functions

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(...);
    }
}

See Also

Saving C1Chart as a .Png File