Fires whenever the function 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
YFunction Class | YFunction Members | C1.Win.C1Chart Namespace | YFunction Class
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |