XlPieSliceIndex Enumeration

Specifies which position on the slice to return the coordinate of.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Public Enumeration XlPieSliceIndex
'Usage
Dim instance As XlPieSliceIndex
public enum XlPieSliceIndex

Members

Member name Description
xlOuterCounterClockwisePoint The outermost counterclockwise point of the circumference of a slice.
xlOuterCenterPoint The outer center point of the circumference of a slice.
xlOuterClockwisePoint The outermost clockwise point of the circumference of a slice.
xlMidClockwiseRadiusPoint The midpoint of the most clockwise radius of a slice.
xlCenterPoint The center point of a pie slice.
xlMidCounterClockwiseRadiusPoint The midpoint of the most counterclockwise radius of a slice.
xlInnerClockwisePoint The innermost point of the most clockwise radius of a doughnut slice.
xlInnerCenterPoint The innermost center point of a doughnut slice.
xlInnerCounterClockwisePoint The innermost point of the most counterclockwise radius of a doughnut slice.

See Also

Reference

Microsoft.Office.Interop.Excel Namespace