This topic provides reference information about the recordable user methods for testing the xamDataChart™ control.
This topic contains the following sections:
The following table briefly explains the recordable methods for testing the control. Detailed information about the methods is provided in the text blocks following the table.
The ClickControl method performs a click action on the control.
The method accepts as first parameter region that may has one of the following values:
igTopLeft,
igTopCenter,
igTopRight,
igMidLeft,
igMidCenter,
igMidRight,
igBottomLeft,
igBottomCenter,
igBottomRight,
igAt,
igPercent
The following table explains the method’s parameters together with some sample code.
The click action is recorded with a specified region and the coordinates of a point as parameters.
No known exceptions.
The RightClickControl method performs a right click action on the control.
The method accepts as first parameter region that may has one of the following values:
igTopLeft,
igTopCenter,
igTopRight,
igMidLeft,
igMidCenter,
igMidRight,
igBottomLeft,
igBottomCenter,
igBottomRight,
igAt,
igPercent
The following table explains the method’s parameters together with some sample code.
The right click action is recorded with a specified region and the coordinates of a point as parameters.
No known exceptions.
The following table lists other topics you may find useful.