Point.PieSliceLocation(XlPieSliceLocation, XlPieSliceIndex) Methode

Definition

Gibt die vertikale oder horizontale Position eines Punkts auf einem Diagrammelement von der oberen oder linken Kante des Objekts bis zur oberen oder linken Kante der Diagrammfläche in Punkt an.

public double PieSliceLocation (Microsoft.Office.Interop.Excel.XlPieSliceLocation loc, Microsoft.Office.Interop.Excel.XlPieSliceIndex Index = Microsoft.Office.Interop.Excel.XlPieSliceIndex.xlOuterCenterPoint);
Public Function PieSliceLocation (loc As XlPieSliceLocation, Optional Index As XlPieSliceIndex = Microsoft.Office.Interop.Excel.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 vom oberen oder linken Rand des Objekts bis zum oberen oder linken Rand des Diagrammbereichs.

Hinweise

Diese Eigenschaft gilt nur für Kreis- und Ringdiagrammtypen.

Gilt für: