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
| Name | Type | Access | Description |
|---|---|---|---|
format | `` | Read | Returns the format of a plot area. |
x | float | Read/Write | X coordinate as a fraction of the chart width (0 to 1). |
y | float | Read/Write | Y coordinate as a fraction of the chart height (0 to 1). |
width | float | Read/Write | Width as a fraction of the chart width (0 to 1). |
height | float | Read/Write | Height as a fraction of the chart height (0 to 1). |
right | float | Read | Right boundary (x + width). |
bottom | float | Read | Bottom boundary (y + height). |
is_location_autocalculated | bool | Read | Defines 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. |