Skip to content

Latest commit

 

History

History
45 lines (26 loc) · 1.19 KB

Excel.Point.PieSliceLocation.md

File metadata and controls

45 lines (26 loc) · 1.19 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Point.PieSliceLocation method (Excel)
vbaxl10.chm576109
vbaxl10.chm576109
Excel.Point.PieSliceLocation
90a318d4-0ad2-d326-c26b-3c965b1ffe43
05/09/2019
medium

Point.PieSliceLocation method (Excel)

Returns 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.

Syntax

expression.PieSliceLocation (loc, Index)

expression A variable that represents a Point object.

Parameters

Name Required/Optional Data type Description
loc Required XlPieSliceLocation Specifies a horizontal or vertical coordinate.
Index Optional XlPieSliceIndex Specifies which pie slice position coordinate to return. The default value is xlOuterCenterPoint.

Return value

Double

Remarks

This property only applies to pie and doughnut chart types.

[!includeSupport and feedback]