is_bar_3d_chart | Return true if chartType is one of bar3DChart subtypes (3D columns or bars). |
is_2d_chart | Return true if chart_type is one of 2D chart types. |
is_3d_chart | Return true if chart_type is one of 3D chart types. |
is_chart_type_column | 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.CLUSTERED_COLUMN,
ChartType.CLUSTERED_COLUMN_3D,
ChartType.CLUSTERED_CONE,
ChartType.CLUSTERED_CYLINDER,
ChartType.CLUSTERED_PYRAMID,
ChartType.PERCENTS_STACKED_COLUMN,
ChartType.PERCENTS_STACKED_COLUMN_3D,
ChartType.PERCENTS_STACKED_CONE,
ChartType.PERCENTS_STACKED_CYLINDER,
ChartType.PERCENTS_STACKED_PYRAMID,
ChartType.STACKED_COLUMN,
ChartType.STACKED_COLUMN_3D,
ChartType.STACKED_CONE,
ChartType.STACKED_CYLINDER,
ChartType.STACKED_PYRAMID,
ChartType.COLUMN_3D,
ChartType.CYLINDER_3D,
ChartType.CONE_3D,
ChartType.PYRAMID_3D. |
is_chart_type_line | 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.LINE_WITH_MARKERS,
ChartType.PERCENTS_STACKED_LINE,
ChartType.PERCENTS_STACKED_LINE_WITH_MARKERS,
ChartType.STACKED_LINE,
ChartType.STACKED_LINE_WITH_MARKERS,
ChartType.LINE_3D. |
is_chart_type_pie | 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.BAR_OF_PIE,
ChartType.EXPLODED_PIE,
ChartType.EXPLODED_PIE_3D,
ChartType.PIE,
ChartType.PIE_3D,
ChartType.PIE_OF_PIE. |
is_chart_type_bar | 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.CLUSTERED_BAR,
ChartType.CLUSTERED_BAR_3D,
ChartType.PERCENTS_STACKED_BAR,
ChartType.PERCENTS_STACKED_BAR_3D,
ChartType.STACKED_BAR,
ChartType.STACKED_BAR_3D,
ChartType.CLUSTERED_HORIZONTAL_CONE,
ChartType.CLUSTERED_HORIZONTAL_CYLINDER,
ChartType.CLUSTERED_HORIZONTAL_PYRAMID,
ChartType.STACKED_HORIZONTAL_CONE,
ChartType.STACKED_HORIZONTAL_CYLINDER,
ChartType.STACKED_HORIZONTAL_PYRAMID,
ChartType.PERCENTS_STACKED_HORIZONTAL_CONE,
ChartType.PERCENTS_STACKED_HORIZONTAL_CYLINDER,
ChartType.PERCENTS_STACKED_HORIZONTAL_PYRAMID. |
is_chart_type_area | 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.PERCENTS_STACKED_AREA,
ChartType.PERCENTS_STACKED_AREA_3D,
ChartType.STACKED_AREA,
ChartType.STACKED_AREA_3D,
ChartType.AREA_3D. |
is_chart_type_scatter | 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.SCATTER_WITH_MARKERS,
ChartType.SCATTER_WITH_SMOOTH_LINES,
ChartType.SCATTER_WITH_SMOOTH_LINES_AND_MARKERS,
ChartType.SCATTER_WITH_STRAIGHT_LINES,
ChartType.SCATTER_WITH_STRAIGHT_LINES_AND_MARKERS. |
is_chart_type_stock | 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.HIGH_LOW_CLOSE,
ChartType.OPEN_HIGH_LOW_CLOSE,
ChartType.VOLUME_HIGH_LOW_CLOSE,
ChartType.VOLUME_OPEN_HIGH_LOW_CLOSE. |
is_chart_type_surface | 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.SURFACE_3D,
ChartType.WIREFRAME_SURFACE_3D,
ChartType.CONTOUR,
ChartType.WIREFRAME_CONTOUR. |
is_chart_type_doughnut | 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.EXPLODED_DOUGHNUT. |
is_chart_type_bubble | 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.BUBBLE_WITH_3D. |
is_chart_type_radar | 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.FILLED_RADAR,
ChartType.RADAR,
ChartType.RADAR_WITH_MARKERS. |
is_series_uses_x_value_coordinate | Returns if specified series type uses X value coordinates. |
is_series_uses_y_value_coordinate | Returns if specified series type uses Y value coordinates. |
is_series_uses_value_coordinate | Returns if specified series type uses value coordinates. |
is_series_uses_bubble_size_coordinate | Returns if bubble size coordinates can be used for specified series type. |
has_series_trend_lines | Returns if there are series trend lines for specified series type. |
is_error_bars_x_allowed | Returns if error bars X allowed for specified series type. |
is_error_bars_y_allowed | Returns if error bars Y allowed for specified series type. |