ChartPlotArea
Vue de l’ensemble
ChartPlotArea C’est une classe dans Aspose.Slides FOSS pour Python. hérité de : IChartPlotArea.
Il représente un rectangle où le graphique doit être placé.
Propriétés : actual_height, actual_width, actual_x, actual_y, as_i_actual_layout, as_i_chart_component,Et 15 autres.
Propriétés
| 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. | (not including axis/labels) or outside (including axis/labels). |