Shapes.AddChart2 (Excel)

Fügt einem Dokument ein Diagramm hinzu.

AddChart2 (Style, XlChartType, Left, Top, Width, Height, NewLayout)


Dim shpAddChart2 As Shape
Set shpAddChart2 = ActiveChart.Shapes.AddChart2()

Arguments

Optional arguments

Die folgenden Argumente sind optional

Style (Style) - Das Diagrammformat.

XlChartType (XlChartType) - Der Typ des Diagramms.

Dies sind mögliche Werte für XlChartType

Left (Points) - Die Position (in Punkt) des linken Rands des Diagramms relativ zur Verankerung.

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

Width (Long) - Die Breite des Diagramms in Punkten.

Height (Long) - Die Höhe des Diagramms in Punkten.

NewLayout - Boolean