You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/java/english/com.aspose.slides/charttitle/_index.md
+44Lines changed: 44 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,10 @@ Represents chart title properties.
35
35
|[addTextFrameForOverriding(String text)](#addTextFrameForOverriding-java.lang.String-)| Initialize TextFrameForOverriding with the text in paramener "text". |
36
36
|[getTextFrameForOverriding()](#getTextFrameForOverriding--)| Can contain a rich formatted text. |
37
37
|[getTextFormat()](#getTextFormat--)| Returns text format. |
38
+
|[getActualX()](#getActualX--)| Specifies actual x location (left) of the chart element relative to the left top corner of the chart. |
39
+
|[getActualY()](#getActualY--)| Specifies actual top of the chart element relative to the left top corner of the chart. |
40
+
|[getActualWidth()](#getActualWidth--)| Specifies actual width of the chart element. |
41
+
|[getActualHeight()](#getActualHeight--)| Specifies actual height of the chart element. |
Specifies actual x location (left) of the chart element relative to the left top corner of the chart. Call method IChart.ValidateChartLayout() before to get actual values. Read float.
233
+
234
+
**Returns:**
235
+
float
236
+
### getActualY() {#getActualY--}
237
+
```
238
+
public final float getActualY()
239
+
```
240
+
241
+
242
+
Specifies actual top of the chart element relative to the left top corner of the chart. Call method IChart.ValidateChartLayout() before to get actual values. Read float.
243
+
244
+
**Returns:**
245
+
float
246
+
### getActualWidth() {#getActualWidth--}
247
+
```
248
+
public final float getActualWidth()
249
+
```
250
+
251
+
252
+
Specifies actual width of the chart element. Call method IChart.ValidateChartLayout() before to get actual values. Read float.
253
+
254
+
**Returns:**
255
+
float
256
+
### getActualHeight() {#getActualHeight--}
257
+
```
258
+
public final float getActualHeight()
259
+
```
260
+
261
+
262
+
Specifies actual height of the chart element. Call method IChart.ValidateChartLayout() before to get actual values. Read float.
Specifies actual x location (left) of the chart element relative to the left top corner of the chart. Call method IChart.ValidateChartLayout() before to get actual values. Read float.
251
+
252
+
**Returns:**
253
+
float
254
+
### getActualY() {#getActualY--}
255
+
```
256
+
public final float getActualY()
257
+
```
258
+
259
+
260
+
Specifies actual top of the chart element relative to the left top corner of the chart. Call method IChart.ValidateChartLayout() before to get actual values. Read float.
261
+
262
+
**Returns:**
263
+
float
264
+
### getActualWidth() {#getActualWidth--}
265
+
```
266
+
public final float getActualWidth()
267
+
```
268
+
269
+
270
+
Specifies actual width of the chart element. Call method IChart.ValidateChartLayout() before to get actual values. Read float.
271
+
272
+
**Returns:**
273
+
float
274
+
### getActualHeight() {#getActualHeight--}
275
+
```
276
+
public final float getActualHeight()
277
+
```
278
+
279
+
280
+
Specifies actual height of the chart element. Call method IChart.ValidateChartLayout() before to get actual values. Read float.
0 commit comments