GetDataPieExplodePercentage
method (Graphs in DataWindows)
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.
Obsolete method
GetDataPieExplodePercentage is obsolete and should not be used,
because the DataWindow Web Control for ActiveX technology is
obsolete.
Applies to
DataWindow Web ActiveX
DataWindow control
Syntax
Web ActiveX
|
1 |
number dwcontrol.GetDataPieExplodePercentage ( ) |
|
Argument |
Description |
|---|---|
|
dwcontrol |
A reference to a DataWindow control containing the |
Return value
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