Represents the method that will handle the Transform event of a C1Chart class.
[Visual Basic]
Public Delegate Sub TransformEventHandler( _
ByVal sender As Object, _
ByVal e As TransformEventArgs _
)
[Delphi]
type TransformEventHandler = procedure (
sender: Object;
) of object;
Namespace: C1.Win.C1Chart
Assembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Remarks
The sender object is the Interaction object of the chart.
See Also
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |