Object Reference > SliceStyle Object > SliceStyle Object Properties > Offset Property (SliceStyle) |
Offset Property (SliceStyle)
The offset of the pie slice, measured from the center as a percentage of the radius.
Property Offset As DerivedDouble (read-only)
Example
' Sets the offset for the first series to 10% of the pie’s radius
Chart2D1.ChartGroups(1).Styles(1).Slice.Offset = 10
' Sets the offset for the third point of the second series
' to 15% of the pie’s radius
Chart2D1.ChartGroups(1).PointStyles.Item(2,3).Slice.Offset = 15
See Also