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.
DataWindow Web ActiveX DataWindow control
number dwcontrol.GetDataPieExplodePercentage ( )
Argument |
Description |
---|---|
dwcontrol |
A reference to a DataWindow control containing the graph |
Returns a number specifying how much the pie slice is exploded.
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.