Represents the method that will handle the Transform event of a C1Chart class.
Namespace:
C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
C# |
---|
public delegate void TransformEventHandler( Object sender, TransformEventArgs e ) |
Visual Basic |
---|
Public Delegate Sub TransformEventHandler ( _ sender As Object, _ e As TransformEventArgs _ ) |
Remarks
The sender object is the Interaction object of the chart.