XlPieSliceIndex Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies which position on the slice to return the coordinate of.
public enum class XlPieSliceIndex
public enum XlPieSliceIndex
type XlPieSliceIndex =
Public Enum XlPieSliceIndex
- Inheritance
-
XlPieSliceIndex
Fields
Name | Value | Description |
---|---|---|
xlOuterCounterClockwisePoint | 1 | The outermost counterclockwise point of the circumference of a slice. |
xlOuterCenterPoint | 2 | The outer center point of the circumference of a slice. |
xlOuterClockwisePoint | 3 | The outermost clockwise point of the circumference of a slice. |
xlMidClockwiseRadiusPoint | 4 | The midpoint of the most clockwise radius of a slice. |
xlCenterPoint | 5 | The center point of a pie slice. |
xlMidCounterClockwiseRadiusPoint | 6 | The midpoint of the most counterclockwise radius of a slice. |
xlInnerClockwisePoint | 7 | The innermost point of the most clockwise radius of a doughnut slice. |
xlInnerCenterPoint | 8 | The innermost center point of a doughnut slice. |
xlInnerCounterClockwisePoint | 9 | The innermost point of the most counterclockwise radius of a doughnut slice. |