XlPieSliceLocation Enumeration

Specifies the vertical or horizontal coordinate of a point on a pie chart item from the top or left edge of the object to the top or left edge of the chart area.

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

Syntax

'Declaration
<GuidAttribute("33E189F9-6F21-42C5-95CB-B064ABF618EA")> _
Public Enumeration XlPieSliceLocation
'Usage
Dim instance As XlPieSliceLocation
[GuidAttribute("33E189F9-6F21-42C5-95CB-B064ABF618EA")]
public enum XlPieSliceLocation

Members

Member name Description
xlHorizontalCoordinate Horizontal coordinate.
xlVerticalCoordinate Vertical coordinate.

See Also

Reference

Microsoft.Office.Interop.PowerPoint Namespace