SliceToLabelDist Method

The SliceToLabelDist method returns or sets distance between a label and the pie slice. Returns a Double.

Syntax

object.SliceToLabelDist( index )

object.SliceToLabelDist( index, newValue )

 

Parameter Type Description
index Long required, index of slice (first slice = 1)
newValue Double required, distance value

 

Example

This example shows how to set the label to pie distance for the second pie slice.

Graph1.SliceToLabelDist(2,40)

 

Used by: AutoPieChart object