GetDataPieExplodePercentage

Description

Returns the percentage value that a slice is exploded in a pie graph in a DataWindow object. You must call GetDataPieExplode first to retrieve the information and then call this method to get the value.

Applies to

DataWindow Web ActiveX DataWindow control

Syntax

Web ActiveX

number dwcontrol.GetDataPieExplodePercentage ( )

Argument

Description

dwcontrol

A reference to a DataWindow control containing the graph

Returns

Returns a number specifying how much the pie slice is exploded.

Usage

To find out the percentage of the pie graphs’s radius that a pie slice is moved away from the center of the pie graph, call GetDataPieExplode to retrieve the information, then immediately afterward, call GetDataPieExplodePercentage and examine the return value.

See also