XlPieSliceLocation Enumeration

Specifies the horizontal or vertical position of a point on a pie chart, in points, from the top or left edge of the object to the top or left edge of the chart area.

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

Syntax

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

Members

Member name Description
xlHorizontalCoordinate The horizontal coordinate (x)
xlVerticalCoordinate The vertical coordinate (y)

See Also

Reference

Microsoft.Office.Interop.Excel Namespace