Skip to content

Latest commit

 

History

History
53 lines (49 loc) · 5.41 KB

File metadata and controls

53 lines (49 loc) · 5.41 KB

Chart

Properties

Name Type Description Notes
link Link [optional]
first_slice_angle int Gets or sets the angle of the first pie-chart or doughnut-chart slice, in degrees (clockwise from vertical). Applies only to pie, 3-D pie, and doughnut charts, 0 to 360. [optional]
floor LinkElement Returns a Floor object that represents the walls of a 3-D chart. [optional]
plot_empty_cells_type str Gets and sets how to plot the empty cells. [optional]
auto_scaling bool True if Microsoft Excel scales a 3-D chart so that it's closer in size to the equivalent 2-D chart. The RightAngleAxes property must be True. [optional]
style int Gets and sets the builtin style. [optional]
series_axis LinkElement Gets the chart's series axis. [optional]
value_axis LinkElement Gets the chart's Y axis. [optional]
show_data_table bool Gets or sets a value indicating whether the chart displays a data table. [optional]
is3_d bool Indicates whether the chart is a 3d chart. [optional]
chart_area LinkElement Gets the chart area in the worksheet [optional]
elevation int Represents the elevation of the 3-D chart view, in degrees. [optional]
side_wall LinkElement [optional]
type str Gets or sets a chart's type. [optional]
title LinkElement Gets the chart's title. [optional]
walls LinkElement Returns a Walls object that represents the walls of a 3-D chart. [optional]
back_wall LinkElement [optional]
chart_data_table LinkElement Represents the chart data table. [optional]
height_percent int Returns or sets the height of a 3-D chart as a percentage of the chart width (between 5 and 500 percent). [optional]
gap_width int Returns or sets the space between bar or column clusters, as a percentage of the bar or column width. The value of this property must be between 0 and 500. [optional]
legend LinkElement Gets the chart legend. [optional]
chart_object LinkElement Represents the chartShape; [optional]
is_rectangular_cornered bool Gets or sets a value indicating whether the chart displays a data table. [optional]
second_category_axis LinkElement Gets the chart's second X axis. [optional]
second_value_axis LinkElement Gets the chart's second Y axis. [optional]
placement str Represents the way the chart is attached to the cells below it. [optional]
name str Gets and sets the name of the chart. [optional]
size_with_window bool True if Microsoft Excel resizes the chart to match the size of the chart sheet window. [optional]
right_angle_axes bool True if the chart axes are at right angles.Applies only for 3-D charts(except Column3D and 3-D Pie Charts). [optional]
plot_visible_cells bool Indicates whether only plot visible cells. [optional]
show_legend bool Gets or sets a value indicating whether the chart legend will be displayed. Default is true. [optional]
pivot_source str The source is the data of the pivotTable.If PivotSource is not empty ,the chart is PivotChart. [optional]
depth_percent int Represents the depth of a 3-D chart as a percentage of the chart width (between 20 and 2000 percent). [optional]
print_size str Gets and sets the printed chart size. [optional]
gap_depth int Gets or sets the distance between the data series in a 3-D chart, as a percentage of the marker width.The value of this property must be between 0 and 500. [optional]
shapes LinkElement Returns all drawing shapes in this chart. [optional]
walls_and_gridlines2_d bool True if gridlines are drawn two-dimensionally on a 3-D chart. [optional]
n_series LinkElement Gets a SeriesCollection collection representing the data series in the chart. [optional]
rotation_angle int Represents the rotation of the 3-D chart view (the rotation of the plot area around the z-axis, in degrees). [optional]
plot_area LinkElement Gets the chart's plot area which includes axis tick lables. [optional]
category_axis LinkElement Gets the chart's X axis. The property is read only [optional]
perspective int Returns or sets the perspective for the 3-D chart view. Must be between 0 and 100.This property is ignored if the RightAngleAxes property is True. [optional]
hide_pivot_field_buttons bool Indicates whether hide the pivot chart field buttons only when the chart is PivotChart [optional]
page_setup LinkElement Represents the page setup description in this chart. [optional]

[Back to Model list] [Back to API list] [Back to README]