Version

xamDataChart - Recordable Methods

Topic Overview

Purpose

This topic provides reference information about the recordable user methods for testing the xamDataChart™ control.

In this topic

This topic contains the following sections:

xamDataChart Recordable Methods

Recordable methods summary chart

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.

Method Description

ClickControl

Clicks on the control.

RightClickControl

Right click on the control.

ClickControl

Description

The ClickControl method performs a click action on the control.

Details

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

Parameters

The following table explains the method’s parameters together with some sample code.

Method Parameters Description
  • IGRectRegion

  • X

  • Y

Example

Click at the following x and y coordinates on the xamDataChart:

WpfWindow("MainWindow").XamDataChart("columnDataChart").ClickControl igAt, 100, 156

Default setting

The click action is recorded with a specified region and the coordinates of a point as parameters.

Possible exceptions

No known exceptions.

RightClickControl

Description

The RightClickControl method performs a right click action on the control.

Details

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

Parameters

The following table explains the method’s parameters together with some sample code.

Method Parameters Description
  • IGRectRegion

  • X

  • Y

Example

Right click at the following x and y coordinates on the xamDataChart:

WpfWindow("MainWindow").XamDataChart("columnDataChart").RightClickControl igAt, 305, 506

Default setting

The right click action is recorded with a specified region and the coordinates of a point as parameters.

Possible exceptions

No known exceptions.

Related Content

Topics

The following table lists other topics you may find useful.

Topic Purpose

This topic provides information about the user actions of the xamDataChart™ control which you can test and the elements you can inspect.

This topic provides reference information about the replay-only user methods for testing the xamDataChart™ control.

This topic provides reference information about the inspectable test object properties of the xamDataChart™ control.

This topic provides reference information about the proxy class that supports the testing of the xamDataChart™ control in Micro Focus Unified Functional Testing software.