ChartTypeCharacterizer

ChartTypeCharacterizer class

Helper for getting additional information about charts and series by its ChartType.

ChartTypeCharacterizer

NameDescription
ChartTypeCharacterizer()

Returns: ChartTypeCharacterizer


hasSeriesTrendLines

NameDescription
hasSeriesTrendLines (int)Returns if there are series trend lines for specified series type.

Parameters:

NameTypeDescription
seriesTypeintSeries type.

Returns: boolean


is2DChart

NameDescription
is2DChart (int)Return true if chartType is one of 2D chart types.

Returns: boolean


is3DChart

NameDescription
is3DChart (int)Return true if chartType is one of 3D chart types.

Returns: boolean


isBar3DChart

NameDescription
isBar3DChart (int)Return true if chartType is one of bar3DChart subtypes (3D columns or bars).

Returns: boolean


isChartTypeArea

NameDescription
isChartTypeArea (int)Return true if chartType is one of Area subtypes. Subtypes set corresponds to the appropriate set in PowerPoint (see “Change Chart Type” dialog in PowerPoint): ChartType#Area, ChartType#PercentsStackedArea, ChartType#PercentsStackedArea3D, ChartType#StackedArea, ChartType#StackedArea3D, ChartType#Area3D.

Returns: boolean


isChartTypeBar

NameDescription
isChartTypeBar (int)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.

Returns: boolean


isChartTypeBubble

NameDescription
isChartTypeBubble (int)Return true if chartType is one of Bubble subtypes. Subtypes set corresponds to the appropriate set in PowerPoint (see “Change Chart Type” dialog in PowerPoint): ChartType#Bubble, ChartType#BubbleWith3D.

Returns: boolean


isChartTypeColumn

NameDescription
isChartTypeColumn (int)Return true if chartType is one of Column subtypes. Subtypes set corresponds to the appropriate set in PowerPoint (see “Change Chart Type” dialog in PowerPoint): ChartType#ClusteredColumn, ChartType#ClusteredColumn3D, ChartType#ClusteredCone, ChartType#ClusteredCylinder, ChartType#ClusteredPyramid, ChartType#PercentsStackedColumn, ChartType#PercentsStackedColumn3D, ChartType#PercentsStackedCone, ChartType#PercentsStackedCylinder, ChartType#PercentsStackedPyramid, ChartType#StackedColumn, ChartType#StackedColumn3D, ChartType#StackedCone, ChartType#StackedCylinder, ChartType#StackedPyramid, ChartType#Column3D, ChartType#Cylinder3D, ChartType#Cone3D, ChartType#Pyramid3D.

Returns: boolean


isChartTypeDoughnut

NameDescription
isChartTypeDoughnut (int)Return true if chartType is one of Doughnut subtypes. Subtypes set corresponds to the appropriate set in PowerPoint (see “Change Chart Type” dialog in PowerPoint): ChartType#Doughnut, ChartType#ExplodedDoughnut.

Returns: boolean


isChartTypeLine

NameDescription
isChartTypeLine (int)Return true if chartType is one of Line subtypes. Subtypes set corresponds to the appropriate set in PowerPoint (see “Change Chart Type” dialog in PowerPoint): ChartType#Line, ChartType#LineWithMarkers, ChartType#PercentsStackedLine, ChartType#PercentsStackedLineWithMarkers, ChartType#StackedLine, ChartType#StackedLineWithMarkers, ChartType#Line3D.

Returns: boolean


isChartTypePie

NameDescription
isChartTypePie (int)Return true if chartType is one of Pie subtypes. Subtypes set corresponds to the appropriate set in PowerPoint (see “Change Chart Type” dialog in PowerPoint): ChartType#BarOfPie, ChartType#ExplodedPie, ChartType#ExplodedPie3D, ChartType#Pie, ChartType#Pie3D, ChartType#PieOfPie.

Returns: boolean


isChartTypeRadar

NameDescription
isChartTypeRadar (int)Return true if chartType is one of Radar subtypes. Subtypes set corresponds to the appropriate set in PowerPoint (see “Change Chart Type” dialog in PowerPoint): ChartType#FilledRadar, ChartType#Radar, ChartType#RadarWithMarkers.

Returns: boolean


isChartTypeScatter

NameDescription
isChartTypeScatter (int)Return true if chartType is one of Scatter subtypes. Subtypes set corresponds to the appropriate set in PowerPoint (see “Change Chart Type” dialog in PowerPoint): ChartType#ScatterWithMarkers, ChartType#ScatterWithSmoothLines, ChartType#ScatterWithSmoothLinesAndMarkers, ChartType#ScatterWithStraightLines, ChartType#ScatterWithStraightLinesAndMarkers.

Returns: boolean


isChartTypeStock

NameDescription
isChartTypeStock (int)Return true if chartType is one of Stock subtypes. Subtypes set corresponds to the appropriate set in PowerPoint (see “Change Chart Type” dialog in PowerPoint): ChartType#HighLowClose, ChartType#OpenHighLowClose, ChartType#VolumeHighLowClose, ChartType#VolumeOpenHighLowClose.

Returns: boolean


isChartTypeSurface

NameDescription
isChartTypeSurface (int)Return true if chartType is one of Surface subtypes. Subtypes set corresponds to the appropriate set in PowerPoint (see “Change Chart Type” dialog in PowerPoint): ChartType#Surface3D, ChartType#WireframeSurface3D, ChartType#Contour, ChartType#WireframeContour.

Returns: boolean


isErrorBarsXAllowed

NameDescription
isErrorBarsXAllowed (int)Returns if error bars X allowed for specified series type.

Parameters:

NameTypeDescription
seriesTypeintSeries type.

Returns: boolean


isErrorBarsYAllowed

NameDescription
isErrorBarsYAllowed (int)Returns if error bars Y allowed for specified series type.

Parameters:

NameTypeDescription
seriesTypeintSeries type.

Returns: boolean


isSeriesUsesBubbleSizeCoordinate

NameDescription
isSeriesUsesBubbleSizeCoordinate (int)Returns if bubble size coordinates can be used for specified series type.

Parameters:

NameTypeDescription
seriesTypeintSeries type.

Returns: boolean


isSeriesUsesValueCoordinate

NameDescription
isSeriesUsesValueCoordinate (int)Returns if specified series type uses value coordinates.

Parameters:

NameTypeDescription
seriesTypeintSeries type.

Returns: boolean


isSeriesUsesXValueCoordinate

NameDescription
isSeriesUsesXValueCoordinate (int)Returns if specified series type uses X value coordinates.

Parameters:

NameTypeDescription
seriesTypeintSeries type.

Returns: boolean


isSeriesUsesYValueCoordinate

NameDescription
isSeriesUsesYValueCoordinate (int)Returns if specified series type uses Y value coordinates.

Parameters:

NameTypeDescription
seriesTypeintSeries type.

Returns: boolean