# Calculating the Value for Functions

## Content



You can calculate the value of the functions for **Parametric** and **YFunction** using the **CalculateValue()** method.

The following code demonstrates the **CalculateValue()** method:

```csharp
class MySeries : FunctionSeries
{
    void SomeMethod()
    {
       CalculateValue(...);
    }
}
```

## See Also

[Saving C1Chart as a .Png File](/componentone/docs/wpf/online-chart/overview/ChartFeatures/EXPORT/PNG)