IsChartTypeBar()

ChartTypeCharacterizer::IsChartTypeBar(ChartType) method

Return true if chartType is one of Bar subtypes. Subtypes set corresponds to the appropriate set in PowerPoint (see "Change Chart Type" dialog in PowerPoint): ChartType::ClusteredBar, ChartType::ClusteredBar3D, ChartType::PercentsStackedBar, ChartType::PercentsStackedBar3D, ChartType::StackedBar, ChartType::StackedBar3D, ChartType::ClusteredHorizontalCone, ChartType::ClusteredHorizontalCylinder, ChartType::ClusteredHorizontalPyramid, ChartType::StackedHorizontalCone, ChartType::StackedHorizontalCylinder, ChartType::StackedHorizontalPyramid, ChartType::PercentsStackedHorizontalCone, ChartType::PercentsStackedHorizontalCylinder, ChartType::PercentsStackedHorizontalPyramid.

static bool Aspose::Slides::Charts::ChartTypeCharacterizer::IsChartTypeBar(ChartType chartType)

See Also