'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.
Property | Description |
---|---|
Cancel | |
MaxX | |
MaxY | |
MaxY2 | |
MinX | |
MinY | |
MinY2 |
See Also