Share via


ChartPoint.PieSliceLocation Method

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Function PieSliceLocation ( _
    loc As XlPieSliceLocation, _
    Index As XlPieSliceIndex _
) As Double
'Usage
Dim instance As ChartPoint
Dim loc As XlPieSliceLocation
Dim Index As XlPieSliceIndex
Dim returnValue As Double

returnValue = instance.PieSliceLocation(loc, _
    Index)
double PieSliceLocation(
    XlPieSliceLocation loc,
    XlPieSliceIndex Index
)

Parameters

Return Value

Type: System.Double

See Also

Reference

ChartPoint Interface

ChartPoint Members

Microsoft.Office.Core Namespace