Version

xamDoughnutChart - User Actions and Elements

Topic Overview

Purpose

This topic provides information about the xamDoughnutChart™ control’s testable user actions and elements.

In this topic

This topic contains the following sections:

xam DoughnutChart Testable User Actions

Testable user action chart

The following table summarizes the control’s user actions and maps them to the recordable methods that emulate them.

User action Method

Clicking on a specified slice of the xamDoughnutChart control.

With replay action returns the value for a given slice.

With replay action returns the visible slice count for a given ring.

With replay action returns a delimited string of all the labels of the visible slices for a given ring.

xam DoughnutChart Testable Elements

Testable elements summary chart

The following table lists the elements in the control that you can test, the information you can retrieve about them, along with the properties and methods that manage the retrieval operations.

Legend:

spy.png
– Identification property (Visible in object spy)
checkpoint.png
– Checkpoint property (Visible with checkpoints)
script.png
– Accessible in script
Testable elements Test deliverable Member type Test object member Accessibility

Chart’s Ring

Returns the count of the DoughnutChart control’s Rings.

Property

RingCount

spy.png
Checkpoint.png
script.png

Chart’s visible slice

Returns the count of the DoughnutChart control’s visible slices.

Property

VisibleSlicesCount

spy.png
Checkpoint.png
script.png

Chart’s selected slices

Returns the count of all of the visible selected slices used in the DoughnutChart control.

Property

SelectedSlicesCount

spy.png
Checkpoint.png
script.png

Chart’s exploded slices

Returns the count of all of the visible exploded slices used in the DoughnutChart control.

Property

ExplodedSlicesCount

spy.png
Checkpoint.png
script.png

Data

Tabular data returned during standard checkpoint:

  • RingIndex

  • LevelDepth

  • Label

  • Value

  • Percent

  • IsExploded

  • IsOthersSlice

  • IsVisible

  • IsSelected

Verifiable table content

Checkpoint.png

Related Content

Topics

The following topics provide additional information related to this topic.

Topic Purpose

This topic provides information about the XamDoughnutChart control’s testable user recordable methods.

This topic provides information about the XamDoughnutChart control’s testable user replay-only methods.

This topic provides reference information about the XamDoughnutChart control’s test object properties.