ChartPlotArea
Overview
ChartPlotArea is a class in Aspose.Slides FOSS for Python.
Inherits from: IChartPlotArea.
Represents rectangle where chart should be plotted.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
format | `` | Read | Returns the format of a plot area. |
x | float | Read | X coordinate as a fraction of the chart width (0 to 1). |
y | float | Read | Y coordinate as a fraction of the chart height (0 to 1). |
width | float | Read | Width as a fraction of the chart width (0 to 1). |
height | float | Read | 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 | 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 |