Fires when the y value is calculated.
[Visual Basic]
Public Event CalculateY As CalculateFunctionEventHandler
[C#]
public event CalculateFunctionEventHandler CalculateY
[Delphi]
public property CalculateY: CalculateFunctionEventHandler read remove_CalculateY write add_CalculateY;
Remarks
The event handler receives an argument of type CalculateFunctionEventArgs containing data related to this event.
See Also
ParametricFunction Class | ParametricFunction Members | C1.Win.C1Chart Namespace | ParametricFunction Class
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |