ChartTypeCharacterizer
ChartTypeCharacterizer class
Helper for getting additional information about charts and series by its ChartType.
ChartTypeCharacterizer
Name | Description |
---|---|
ChartTypeCharacterizer() |
Returns: ChartTypeCharacterizer
hasSeriesTrendLines
Name | Description |
---|---|
hasSeriesTrendLines (int) | Returns if there are series trend lines for specified series type. |
Parameters:
Name | Type | Description |
---|---|---|
seriesType | int | Series type. |
Returns: boolean
is2DChart
Name | Description |
---|---|
is2DChart (int) | Return true if chartType is one of 2D chart types. |
Returns: boolean
is3DChart
Name | Description |
---|---|
is3DChart (int) | Return true if chartType is one of 3D chart types. |
Returns: boolean
isBar3DChart
Name | Description |
---|---|
isBar3DChart (int) | Return true if chartType is one of bar3DChart subtypes (3D columns or bars). |
Returns: boolean
isChartTypeArea
Name | Description |
---|---|
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
Name | Description |
---|---|
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
Name | Description |
---|---|
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
Name | Description |
---|---|
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
Name | Description |
---|---|
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
Name | Description |
---|---|
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
Name | Description |
---|---|
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
Name | Description |
---|---|
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
Name | Description |
---|---|
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
Name | Description |
---|---|
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
Name | Description |
---|---|
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
Name | Description |
---|---|
isErrorBarsXAllowed (int) | Returns if error bars X allowed for specified series type. |
Parameters:
Name | Type | Description |
---|---|---|
seriesType | int | Series type. |
Returns: boolean
isErrorBarsYAllowed
Name | Description |
---|---|
isErrorBarsYAllowed (int) | Returns if error bars Y allowed for specified series type. |
Parameters:
Name | Type | Description |
---|---|---|
seriesType | int | Series type. |
Returns: boolean
isSeriesUsesBubbleSizeCoordinate
Name | Description |
---|---|
isSeriesUsesBubbleSizeCoordinate (int) | Returns if bubble size coordinates can be used for specified series type. |
Parameters:
Name | Type | Description |
---|---|---|
seriesType | int | Series type. |
Returns: boolean
isSeriesUsesValueCoordinate
Name | Description |
---|---|
isSeriesUsesValueCoordinate (int) | Returns if specified series type uses value coordinates. |
Parameters:
Name | Type | Description |
---|---|---|
seriesType | int | Series type. |
Returns: boolean
isSeriesUsesXValueCoordinate
Name | Description |
---|---|
isSeriesUsesXValueCoordinate (int) | Returns if specified series type uses X value coordinates. |
Parameters:
Name | Type | Description |
---|---|---|
seriesType | int | Series type. |
Returns: boolean
isSeriesUsesYValueCoordinate
Name | Description |
---|---|
isSeriesUsesYValueCoordinate (int) | Returns if specified series type uses Y value coordinates. |
Parameters:
Name | Type | Description |
---|---|---|
seriesType | int | Series type. |
Returns: boolean