Detaches any slices in the graphic whose values are set to "*TRUE" in the array ArrSlices.
Example: If ArrSlices(1) and ArrSlices(3) are set to "*TRUE", slices 1 and 3 of the graphic will be detached from the pie chart.
Syntax |
CALL_METHOD NamePieObject DETACH_SLICES ArrSlices |
Parameters |
ArrSlices (I) |
BOOL type array |
Conditions for use |
none. |
The array ArrSlices must contain at least as many elements as there are slices.