ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotChart Class / Transform Event

In This Topic
    Transform Event
    In This Topic
    Syntax
    'Declaration
     
    Public Event Transform As C1.Win.C1Chart.TransformEventHandler
    public event C1.Win.C1Chart.TransformEventHandler Transform
    Event Data

    The event handler receives an argument of type C1.Win.C1Chart.TransformEventArgs containing data related to this event. The following TransformEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets or sets whether the transformation should be cancelled. Canceling the transformation inhibits the rotation, scaling, translating or zooming action associated with the transformation.  
    Gets or sets the new AxisX maximum.  
    Gets or sets the new AxisY maximum.  
    Gets or sets the new AxisY2 maximum.  
    Gets or sets the new AxisX minimum.  
    Gets or sets the new AxisY minimum.  
    Gets or sets the new AxisY2 minimum.  
    See Also