IsChartTypeBar

ChartTypeCharacterizer.IsChartTypeBar method

Retourne vrai si chartType est l’un des sous-types de Bar. L’ensemble des sous-types correspond à l’ensemble approprié dans PowerPoint (voir la boîte de dialogue “Modifier le type de graphique” dans PowerPoint) : ClusteredBar, ClusteredBar3D, PercentsStackedBar, PercentsStackedBar3D, StackedBar, StackedBar3D, ClusteredHorizontalCone, ClusteredHorizontalCylinder, ClusteredHorizontalPyramid, StackedHorizontalCone, StackedHorizontalCylinder, StackedHorizontalPyramid, PercentsStackedHorizontalCone, PercentsStackedHorizontalCylinder, PercentsStackedHorizontalPyramid.

public static bool IsChartTypeBar(ChartType chartType)

Voir Aussi