__PACKAGE__->class_documentation({description=> 'Encapsulates the object that represents a single Excel chart.',
class=> 'Chart',
required=> [], # TODO
} );
__PACKAGE__->method_documentation({
'auto_scaling'=> {
datatype=> 'boolean',
base_name=> 'AutoScaling',
description=> '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.',
format=> '',
read_only=> '',
},
'back_wall'=> {
datatype=> 'Walls',
base_name=> 'BackWall',
description=> 'Returns a object that represents the back wall of a 3-D chart.',
format=> '',
read_only=> '',
},
'category_axis'=> {
datatype=> 'Axis',
base_name=> 'CategoryAxis',
description=> 'Gets the chart`s X axis.',
format=> '',
read_only=> '',
},
'chart_area'=> {
datatype=> 'ChartArea',
base_name=> 'ChartArea',
description=> 'Gets the chart area in the worksheet.',
format=> '',
read_only=> '',
},
'chart_data_table'=> {
datatype=> 'ChartDataTable',
base_name=> 'ChartDataTable',
description=> 'Represents the chart data table.',
format=> '',
read_only=> '',
},
'chart_object'=> {
datatype=> 'LinkElement',
base_name=> 'ChartObject',
description=> 'Represents the chartShape;',
format=> '',
read_only=> '',
},
'depth_percent'=> {
datatype=> 'int',
base_name=> 'DepthPercent',
description=> 'Represents the depth of a 3-D chart as a percentage of the chart width (between 20 and 2000 percent).',
format=> '',
read_only=> '',
},
'elevation'=> {
datatype=> 'int',
base_name=> 'Elevation',
description=> 'Represents the elevation of the 3-D chart view, in degrees.',
format=> '',
read_only=> '',
},
'first_slice_angle'=> {
datatype=> 'int',
base_name=> 'FirstSliceAngle',
description=> '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.',
format=> '',
read_only=> '',
},
'floor'=> {
datatype=> 'Floor',
base_name=> 'Floor',
description=> 'Returns a object that represents the walls of a 3-D chart.',
format=> '',
read_only=> '',
},
'gap_depth'=> {
datatype=> 'int',
base_name=> 'GapDepth',
description=> '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.',
format=> '',
read_only=> '',
},
'gap_width'=> {
datatype=> 'int',
base_name=> 'GapWidth',
description=> '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.',
format=> '',
read_only=> '',
},
'height_percent'=> {
datatype=> 'int',
base_name=> 'HeightPercent',
description=> 'Returns or sets the height of a 3-D chart as a percentage of the chart width (between 5 and 500 percent).',
format=> '',
read_only=> '',
},
'hide_pivot_field_buttons'=> {
datatype=> 'boolean',
base_name=> 'HidePivotFieldButtons',
description=> 'Indicates whether hide the pivot chart field buttons only when the chart is PivotChart.',
format=> '',
read_only=> '',
},
'is3_d'=> {
datatype=> 'boolean',
base_name=> 'Is3D',
description=> 'Indicates whether the chart is a 3d chart.',
format=> '',
read_only=> '',
},
'is_rectangular_cornered'=> {
datatype=> 'boolean',
base_name=> 'IsRectangularCornered',
description=> 'Gets or sets a value indicating whether the chart area is rectangular cornered. Default is true.',
format=> '',
read_only=> '',
},
'legend'=> {
datatype=> 'Legend',
base_name=> 'Legend',
description=> 'Gets the chart legend.',
format=> '',
read_only=> '',
},
'name'=> {
datatype=> 'string',
base_name=> 'Name',
description=> 'Represents chart name.',
format=> '',
read_only=> '',
},
'n_series'=> {
datatype=> 'SeriesItems',
base_name=> 'NSeries',
description=> 'Gets a collection representing the data series in the chart.',
format=> '',
read_only=> '',
},
'page_setup'=> {
datatype=> 'LinkElement',
base_name=> 'PageSetup',
description=> 'Represents the page setup description in this chart.',
format=> '',
read_only=> '',
},
'perspective'=> {
datatype=> 'int',
base_name=> 'Perspective',
description=> '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.',
format=> '',
read_only=> '',
},
'pivot_source'=> {
datatype=> 'string',
base_name=> 'PivotSource',
description=> 'The source is the data of the pivotTable. If PivotSource is not empty ,the chart is PivotChart.',
format=> '',
read_only=> '',
},
'placement'=> {
datatype=> 'string',
base_name=> 'Placement',
description=> 'Represents the way the chart is attached to the cells below it.',
format=> '',
read_only=> '',
},
'plot_area'=> {
datatype=> 'PlotArea',
base_name=> 'PlotArea',
description=> 'Gets the chart`s plot area which includes axis tick labels.',
format=> '',
read_only=> '',
},
'plot_empty_cells_type'=> {
datatype=> 'string',
base_name=> 'PlotEmptyCellsType',
description=> 'Gets and sets how to plot the empty cells.',
format=> '',
read_only=> '',
},
'plot_visible_cells'=> {
datatype=> 'boolean',
base_name=> 'PlotVisibleCells',
description=> 'Indicates whether only plot visible cells.',
format=> '',
read_only=> '',
},
'print_size'=> {
datatype=> 'string',
base_name=> 'PrintSize',
description=> 'Gets and sets the printed chart size.',
format=> '',
read_only=> '',
},
'right_angle_axes'=> {
datatype=> 'boolean',
base_name=> 'RightAngleAxes',
description=> 'True if the chart axes are at right angles. Applies only for 3-D charts(except Column3D and 3-D Pie Charts).',
format=> '',
read_only=> '',
},
'rotation_angle'=> {
datatype=> 'int',
base_name=> 'RotationAngle',
description=> 'Represents the rotation of the 3-D chart view (the rotation of the plot area around the z-axis, in degrees).',
format=> '',
read_only=> '',
},
'second_category_axis'=> {
datatype=> 'LinkElement',
base_name=> 'SecondCategoryAxis',
description=> 'Gets the chart`s second X axis.',
format=> '',
read_only=> '',
},
'second_value_axis'=> {
datatype=> 'LinkElement',
base_name=> 'SecondValueAxis',
description=> 'Gets the chart`s second Y axis.',
format=> '',
read_only=> '',
},
'series_axis'=> {
datatype=> 'LinkElement',
base_name=> 'SeriesAxis',
description=> 'Gets the chart`s series axis.',
format=> '',
read_only=> '',
},
'shapes'=> {
datatype=> 'LinkElement',
base_name=> 'Shapes',
description=> 'Returns all drawing shapes in this chart.',
format=> '',
read_only=> '',
},
'show_data_table'=> {
datatype=> 'boolean',
base_name=> 'ShowDataTable',
description=> 'Gets or sets a value indicating whether the chart displays a data table.',
format=> '',
read_only=> '',
},
'show_legend'=> {
datatype=> 'boolean',
base_name=> 'ShowLegend',
description=> 'Gets or sets a value indicating whether the chart legend will be displayed. Default is true.',
format=> '',
read_only=> '',
},
'side_wall'=> {
datatype=> 'LinkElement',
base_name=> 'SideWall',
description=> 'Returns a object that represents the side wall of a 3-D chart.',
format=> '',
read_only=> '',
},
'size_with_window'=> {
datatype=> 'boolean',
base_name=> 'SizeWithWindow',
description=> 'True if Microsoft Excel resizes the chart to match the size of the chart sheet window.',
format=> '',
read_only=> '',
},
'style'=> {
datatype=> 'int',
base_name=> 'Style',
description=> 'Gets and sets the builtin style.',
format=> '',
read_only=> '',
},
'title'=> {
datatype=> 'LinkElement',
base_name=> 'Title',
description=> 'Represents chart title.',
format=> '',
read_only=> '',
},
'type'=> {
datatype=> 'string',
base_name=> 'Type',
description=> 'Represents chart type.',
format=> '',
read_only=> '',
},
'value_axis'=> {
datatype=> 'Axis',
base_name=> 'ValueAxis',
description=> 'Gets the chart`s Y axis.',
format=> '',
read_only=> '',
},
'walls'=> {
datatype=> 'LinkElement',
base_name=> 'Walls',
description=> 'Returns a object that represents the walls of a 3-D chart.',
format=> '',
read_only=> '',
},
'walls_and_gridlines2_d'=> {
datatype=> 'boolean',
base_name=> 'WallsAndGridlines2D',
description=> 'True if gridlines are drawn two-dimensionally on a 3-D chart.',