| C1.Win.C1Chart.4 Assembly > C1.Win.C1Chart Namespace > ParametricFunction Class : CalculateX Event |
'Declaration Public Event CalculateX As CalculateFunctionEventHandler
public event CalculateFunctionEventHandler CalculateX
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. |