ComponentOne Chart for .NET (2.0) Search HelpCentral 

C1Chart.Transform Event

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

C1Chart Class | C1Chart Members | C1.Win.C1Chart Namespace


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.