Shapes.AddChart2 Methode

Definition

Fügt einem Dokument ein Diagramm hinzu. Gibt ein Shape -Objekt zurück, das ein Diagramm darstellt, und fügt es der angegebenen Auflistung hinzu.

public Microsoft.Office.Interop.Word.Shape AddChart2 (int Style = -1, Microsoft.Office.Core.XlChartType Type = (Microsoft.Office.Core.XlChartType) -1, ref object Left, ref object Top, ref object Width, ref object Height, ref object Anchor, ref object NewLayout);
abstract member AddChart2 : int * Microsoft.Office.Core.XlChartType * obj * obj * obj * obj * obj * obj -> Microsoft.Office.Interop.Word.Shape
Public Function AddChart2 (Optional Style As Integer = -1, Optional Type As XlChartType = (Microsoft.Office.Core.XlChartType) -1, Optional ByRef Left As Object, Optional ByRef Top As Object, Optional ByRef Width As Object, Optional ByRef Height As Object, Optional ByRef Anchor As Object, Optional ByRef NewLayout As Object) As Shape

Parameter

Style
Int32

Das Diagrammformat.

Type
XlChartType

Der Typ des Diagramms.

Left
Object

Die Position (in Punkten) des linken Rands des Diagramms, relativ zur Verankerung.

Top
Object

Die Position (in Punkten) des oberen Rands des Diagramms relativ zur Verankerung.

Width
Object

Die Breite des Diagramms in Punkten.

Height
Object

Die Höhe des Diagramms in Punkten.

Anchor
Object

Wenn NewLayout true ist, wird das Diagramm mithilfe der neuen dynamischen Formatierungsregeln eingefügt (Titel ist aktiviert und Legende ist nur aktiviert, wenn mehrere Reihen vorhanden sind).

NewLayout
Object

Wenn NewLayout true ist, wird das Diagramm mithilfe der neuen dynamischen Formatierungsregeln eingefügt (Titel ist aktiviert und Legende ist nur aktiviert, wenn mehrere Reihen vorhanden sind).

Gibt zurück

Gilt für: