IsChartTypeBar

ChartTypeCharacterizer.IsChartTypeBar method

Gibt „true“ zurück, wenn chartType einer der Balken-Untertypen ist. Untertypensatz entspricht dem entsprechenden Satz in PowerPoint (siehe Dialogfeld „Diagrammtyp ändern“ in PowerPoint): ClusteredBar , ClusteredBar3D , PercentsStackedBar , PercentsStackedBar3D , StackedBar , StackedBar3D , ClusteredHorizontalCone , ClusteredHorizontalCylinder , ClusteredHorizontalPyramid , StackedHorizontalCone , StackedHorizontalCylinder , StackedHorizontalPyramid , PercentsStackedHorizontalCone , PercentsStackedHorizontalCylinder , PercentsStackedHorizontalPyramid .

public static bool IsChartTypeBar(ChartType chartType)

Siehe auch