Fires when interactive action is about to occur. This event permits additional control over the parameters of user interactions. It possible to change axes limits or cancel transformation.
[Visual Basic]
Public Event Transform As TransformEventHandler
[C#]
public event TransformEventHandler Transform
[Delphi]
public property Transform: TransformEventHandler read remove_Transform write add_Transform;
Remarks
The event handler receives an argument of type TransformEventArgs containing data related to this event. The sender object of the event is the Interaction object of the chart.
See Also
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |