|
|
DataExplode Property
Sets the explode value for a pie slice.
Syntax
FlpGrf.DataExplode( row, column ) [ = value]
The DataExplode property has these parts:
|
Part |
Description |
|
FlpGrf |
An object expression that evaluates the Flipper Graph ASP object. |
|
row |
A numeric expression for the row to set |
|
column |
A numeric expression for the column to set |
|
value |
A numeric expression specifying the percentage of the radius to explode the slice. (Range 0 to 80%) |
Remarks
Pie graphs are the only graphs that use this property. Once an explode value is set for a data point,
then a pie slice is separated from the pie to give emphasis to that slice. The explode percentage can
be set to any value between 0 and 80.
This property is not found in the property box. In order to set the pie explode value of a specific
data point, the row and column must be referenced. To find the total number of rows use the DataRows
property.
See Also
![]() |
Last modified on: Friday, August 16, 2002