Freigeben über


Point.PieSliceLocation(XlPieSliceLocation, XlPieSliceIndex) Methode

Definition

Ruft die vertikale oder horizontale Position eines Punkts auf einem Diagrammelement in Punkt vom oberen oder linken Rand des Objekts bis zum oberen oder linken Rand des Diagrammbereichs ab.

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

Parameter

loc
XlPieSliceLocation

Gibt eine horizontal oder vertikale Koordinate an.

Index
XlPieSliceIndex

Gibt an, welche Kreis Segments Position Koordinate zurückgegeben. Der Standardwert ist xlOuterCenterPoint.

Gibt zurück

Die vertikale oder horizontale Position eines Punkts auf einem Diagrammelement in Punkt.

Hinweise

Diese Eigenschaft gilt nur für Kreisdiagramme.

Gilt für: