IChart class

IChart class

Represents an graphic chart on a slide.

The IChart type exposes the following members:

Properties

PropertyDescription
plot_visible_cells_onlyDetermines whether the only visible cells are plotted. False to plot both visible and hidden cells.
Read/write bool.
display_blanks_asReturns or sets the way to plot blank cells on a chart.
Read/write DisplayBlanksAsType.
chart_dataReturns information about the linked or embedded data associated with a chart.
Read-only IChartData.
has_titleDetermines whether a chart has a visible title.
Read/write bool.
chart_titleReturns or sets a chart title
Read-only IChartTitle.
has_data_tableDetermines whether a chart has a data table.
Read/write bool.
has_legendDetermines whether a chart has a legend.
Read/write bool.
legendReturns or sets a legend for a chart.
Read-only ILegend.
chart_data_tableReturns a data table of a chart.
Read-only IDataTable.
styleReturns or sets the chart style.
Read/write StyleType.
typeReturns or sets the chart type.
Read/write ChartType.
plot_areaRepresents the plot area of a chart.
Read-only IChartPlotArea.
rotation_3dReturns a 3D rotation of a chart.
Read-only IRotation3D.
back_wallReturns an object which allows to change format of the back wall of a 3D chart.
Read-only IChartWall.
side_wallReturns an object which allows to change format of the side wall of a 3D chart.
Read-only IChartWall.
floorReturns an object which allows to change format of the floor of a 3D chart.
Read-only IChartWall.
user_shapesSpecify the shapes drawn on top of the chart.
Read-only IGroupShape.
axesProvide access to chart axes.
Read-only IAxesManager.
show_data_labels_over_maximumSpecifies data labels over the maximum of the chart shall be shown.
Read/write bool.
has_rounded_cornersSpecifies the chart area shall have rounded corners.
Read/write bool.
shape_lock
graphical_object_lock
is_text_holder
placeholder
custom_data
raw_frame
frame
line_format
three_d_format
effect_format
fill_format
hidden
z_order_position
connection_site_count
rotation
x
y
width
height
alternative_text
alternative_text_title
name
is_decorative
unique_id
office_interop_shape_id
is_grouped
black_white_mode
parent_group
slide
presentation
hyperlink_click
hyperlink_mouse_over
hyperlink_manager
text_format
chart
theme_manager

Methods

MethodDescription
get_thumbnail
get_thumbnail
get_image
get_image
write_as_svg
write_as_svg
validate_chart_layoutCalculates actual values of chart elements. Actual values inlude position of elements that implement IActualLayout interface
(IActualLayout.ActualX, IActualLayout.ActualY, IActualLayout.ActualWidth, IActualLayout.ActualHeight)
and actual axes values (IAxis.ActualMaxValue, IAxis.ActualMinValue, IAxis.ActualMajorUnit, IAxis.ActualMinorUnit,
IAxis.ActualMajorUnitScale, IAxis.ActualMinorUnitScale)
add_placeholder
remove_placeholder
get_base_placeholder
create_theme_effective

See Also