ChartPlotArea

Overview

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

Represents rectangle where chart should be plotted.

Properties

NameTypeAccessDescription
format``ReadReturns the format of a plot area.
xfloatReadX coordinate as a fraction of the chart width (0 to 1).
yfloatReadY coordinate as a fraction of the chart height (0 to 1).
widthfloatReadWidth as a fraction of the chart width (0 to 1).
heightfloatReadHeight 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 | 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 | Casts the object to the ILayoutable interface | | as_i_actual_layout | | Read | Casts the object to the IActualLayout interface | | `as_i_chart_component` | | Read | Casts the object to the IChartComponent interface | | as_i_slide_component | | Read | Casts the object to the ISlideComponent interface | | `as_i_presentation_component` | | Read | Casts the object to the IPresentationComponent interface |