| C1.Win.C1Chart.4 Assembly > C1.Win.C1Chart Namespace > YFunction Class : CalculateY Event |
'Declaration Public Event CalculateY As CalculateFunctionEventHandler
public event CalculateFunctionEventHandler CalculateY
The event handler receives an argument of type CalculateFunctionEventArgs containing data related to this event. The following CalculateFunctionEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Parameter | Gets the value of parameter of function at which the function value must be calculated. |
| Result | Gets the result of function calculation. |