SliceLine Method
The SliceLine method returns AutoLine object for the specified pie slice. This is a read-only property.
Syntax
object.SliceLine( index )
Parameter | Type | Description |
index | Long | required, index of slice (first slice = 1) |
Example
This example changes the line properties of the fourth slice. Note that you need to set a line style before setting the line width or color.
Graph1.SliceLine(4).style = "Dash Dot Dot
Graph1.SliceLine(4).width = 0.1
Used by: AutoPieChart object