Point.PieSliceLocation(XlPieSliceLocation, XlPieSliceIndex) Method

Definition

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

public double PieSliceLocation (Microsoft.Office.Interop.Word.XlPieSliceLocation loc, Microsoft.Office.Interop.Word.XlPieSliceIndex Index = Microsoft.Office.Interop.Word.XlPieSliceIndex.xlOuterCenterPoint);
abstract member PieSliceLocation : Microsoft.Office.Interop.Word.XlPieSliceLocation * Microsoft.Office.Interop.Word.XlPieSliceIndex -> double
Public Function PieSliceLocation (loc As XlPieSliceLocation, Optional Index As XlPieSliceIndex = Microsoft.Office.Interop.Word.XlPieSliceIndex.xlOuterCenterPoint) As Double

Parameters

loc
XlPieSliceLocation

Specifies a horizontal or vertical coordinate.

Index
XlPieSliceIndex

Specifies which pie slice position coordinate to return. The default value is xlOuterCenterPoint.

Returns

The vertical or horizontal position of a point on a chart item, in points.

Remarks

This property applies only to pie chart types.

Applies to