| End-User Interaction > Rotating, Scaling, Translating, and Zooming > Controlling Transformation |
The transformations applied to the chart can be tuned by using Transform event of C1Chart. When scaling, rotating or zooming occurs, the Transform event fires. Adding a handler to this event allows adjusting limits of axes or to cancel the action.
The following example limits the range of x-axis from -10 to 10 by canceling action when axis minimum or maximum is beyond the range.
To write code in Visual Basic
To write code in C#