ChartTypeCharacterizer class

ChartTypeCharacterizer class

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

The ChartTypeCharacterizer type exposes the following members:

Methods

MethodDescription
is_bar_3d_chartReturn true if chartType is one of bar3DChart subtypes (3D columns or bars).
is_2d_chartReturn true if <br/>chart_type
is one of 2D chart types.
is_3d_chartReturn true if <br/>chart_type
is one of 3D chart types.
is_chart_type_columnReturn 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_lineReturn 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_pieReturn 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_barReturn 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_areaReturn 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_scatterReturn 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_stockReturn 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_surfaceReturn 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_doughnutReturn 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_bubbleReturn 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_radarReturn 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_coordinateReturns if specified series type uses X value coordinates.
is_series_uses_y_value_coordinateReturns if specified series type uses Y value coordinates.
is_series_uses_value_coordinateReturns if specified series type uses value coordinates.
is_series_uses_bubble_size_coordinateReturns if bubble size coordinates can be used for specified series type.
has_series_trend_linesReturns if there are series trend lines for specified series type.
is_error_bars_x_allowedReturns if error bars X allowed for specified series type.
is_error_bars_y_allowedReturns if error bars Y allowed for specified series type.

See Also