Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.21 KB

Excel.XlPieSliceIndex.md

File metadata and controls

29 lines (22 loc) · 1.21 KB
title api_name ms.assetid ms.date ms.localizationpriority
XlPieSliceIndex enumeration (Excel)
Excel.XlPieSliceIndex
04cfc5f3-2a8a-fbd7-e512-4bcd9f524f32
06/08/2017
medium

XlPieSliceIndex enumeration (Excel)

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

Name Value Description
xlCenterPoint 5 The center point of a pie slice.
xlInnerCenterPoint 8 The innermost center point of a doughnut slice.
xlInnerClockwisePoint 7 The innermost point of the most clockwise radius of a doughnut slice.
xlInnerCounterClockwisePoint 9 The innermost point of the most counterclockwise radius of a doughnut slice.
xlMidClockwiseRadiusPoint 4 The midpoint of the most clockwise radius of a slice.
xlMidCounterClockwiseRadiusPoint 6 The midpoint of the most counterclockwise radius 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.
xlOuterCounterClockwisePoint 1 The outermost counterclockwise point of the circumference of a slice.

[!includeSupport and feedback]