ChartPlotArea

Overview

ChartPlotArea is a class in Aspose.Slides FOSS for Python. Inherits from: IChartPlotArea.

Represents rectangle where chart should be plotted.

Properties: actual_height, actual_width, actual_x, actual_y, as_i_actual_layout, as_i_chart_component, and 15 more.

Properties

NameTypeAccessDescription
format``ReadReturns the format of a plot area.
xfloatRead/WriteX coordinate as a fraction of the chart width (0 to 1).
yfloatRead/WriteY coordinate as a fraction of the chart height (0 to 1).
widthfloatRead/WriteWidth as a fraction of the chart width (0 to 1).
heightfloatRead/WriteHeight as a fraction of the chart height (0 to 1).
rightfloatReadRight boundary (x + width).
bottomfloatReadBottom boundary (y + height).
is_location_autocalculatedboolReadDefines how location should be calculated: True if auto-calculated,
    False if defined by X, Y, Width, Height properties. |

| layout_target_type | LayoutTargetType | Read/Write | If layout defined manually, specifies whether to layout by inside

    (not including axis/labels) or outside (including axis/labels). |

| actual_x | float | Read | Actual x location of the chart element. | | actual_y | float | Read | Actual top of the chart element. | | actual_width | float | Read | Actual width of the chart element. | | actual_height | float | Read | Actual height of the chart element. | | chart | | Read | Returns the parent chart. | | `slide` | | Read | Returns the parent slide. | | presentation | | Read | Returns the parent presentation. | | `as_i_layoutable` | | Read | Gets the as i layoutable. | | as_i_actual_layout | | Read | Gets the as i actual layout. | | `as_i_chart_component` | | Read | Gets the as i chart component. | | as_i_slide_component | | Read | Gets the as i slide component. | | `as_i_presentation_component` | | Read | Gets the as i presentation component. |

See Also