Skip to content

Commit d608b6b

Browse files
committed
python net 24.7
1 parent 9b70390 commit d608b6b

File tree

2,036 files changed

+4504
-2624
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,036 files changed

+4504
-2624
lines changed

english/aspose.cells.charts/axisbins/reset_overflow/_index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,12 @@ def reset_overflow(self):
2020
```
2121

2222

23+
### Remarks
2324

25+
NOTE: This method is now obsolete.
26+
This is an internal method that does not need to be called externally to avoid causing problems.
27+
This property will be removed 12 months later since July 2024.
28+
Aspose apologizes for any inconvenience you may have experienced.
2429

2530

2631
### See Also

english/aspose.cells.charts/axisbins/reset_underflow/_index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,12 @@ def reset_underflow(self):
2020
```
2121

2222

23+
### Remarks
2324

25+
NOTE: This method is now obsolete.
26+
This is an internal method that does not need to be called externally to avoid causing problems.
27+
This property will be removed 12 months later since July 2024.
28+
Aspose apologizes for any inconvenience you may have experienced.
2429

2530

2631
### See Also

english/aspose.cells.charts/chart/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ The Chart type exposes the following members:
9292
| [is_refered_by_chart](/cells/python-net/aspose.cells.charts/chart/is_refered_by_chart/#int-int) | Returns whether the cell refered by the chart. |
9393
| [is_cell_refered_by_chart](/cells/python-net/aspose.cells.charts/chart/is_cell_refered_by_chart/#int-int-int) | Returns whether the cell refered by the chart. |
9494
| [is_chart_data_changed](/cells/python-net/aspose.cells.charts/chart/is_chart_data_changed/#) | Detects if a chart's data source has changed. |
95-
| [refresh_pivot_data](/cells/python-net/aspose.cells.charts/chart/refresh_pivot_data/#) | Refreshes pivot chart's data from it's pivot data source. |
95+
| [refresh_pivot_data](/cells/python-net/aspose.cells.charts/chart/refresh_pivot_data/#) | Refreshes chart's data from pivot table. |
9696
| [change_template](/cells/python-net/aspose.cells.charts/chart/change_template/#bytes) | Change chart type with preset template. |
9797
| [move](/cells/python-net/aspose.cells.charts/chart/move/#int-int-int-int) | Moves the chart to a specified location. |
9898
| [get_actual_size](/cells/python-net/aspose.cells.charts/chart/get_actual_size/#) | Gets actual size of chart in unit of pixels. |

english/aspose.cells.charts/chart/refresh_pivot_data/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ is_root: false
1010

1111
## refresh_pivot_data {#}
1212

13-
Refreshes pivot chart's data from it's pivot data source.
13+
Refreshes chart's data from pivot table.
1414

1515

1616

@@ -22,7 +22,7 @@ def refresh_pivot_data(self):
2222

2323
### Remarks
2424

25-
We will gather data from pivot data source to the pivot chart cache.
25+
We will gather data from pivot data source to the pivot table report.
2626
This method is only used to gather all data to a pivot chart.
2727

2828

english/aspose.cells.charts/chartdatatable/_index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,12 @@ The ChartDataTable type exposes the following members:
2222
| [font](/cells/python-net/aspose.cells.charts/chartdatatable/font) | Gets a [`ChartDataTable.font`](/cells/python-net/aspose.cells.charts/chartdatatable#font) object which represents the font setting of the specified chart data table. |
2323
| [auto_scale_font](/cells/python-net/aspose.cells.charts/chartdatatable/auto_scale_font) | True if the text in the object changes font size when the object size changes. <br/>The default value is True. |
2424
| [background_mode](/cells/python-net/aspose.cells.charts/chartdatatable/background_mode) | Gets and sets the display mode of the background |
25-
| [background](/cells/python-net/aspose.cells.charts/chartdatatable/background) | Gets and sets the display mode of the background |
2625
| [has_border_horizontal](/cells/python-net/aspose.cells.charts/chartdatatable/has_border_horizontal) | True if the chart data table has horizontal cell borders |
26+
| [has_horizontal_border](/cells/python-net/aspose.cells.charts/chartdatatable/has_horizontal_border) | True if the chart data table has horizontal cell borders |
2727
| [has_border_vertical](/cells/python-net/aspose.cells.charts/chartdatatable/has_border_vertical) | True if the chart data table has vertical cell borders |
28+
| [has_vertical_border](/cells/python-net/aspose.cells.charts/chartdatatable/has_vertical_border) | True if the chart data table has vertical cell borders |
2829
| [has_border_outline](/cells/python-net/aspose.cells.charts/chartdatatable/has_border_outline) | True if the chart data table has outline borders |
30+
| [has_outline_border](/cells/python-net/aspose.cells.charts/chartdatatable/has_outline_border) | True if the chart data table has outline borders |
2931
| [show_legend_key](/cells/python-net/aspose.cells.charts/chartdatatable/show_legend_key) | True if the data label legend key is visible. |
3032
| [border](/cells/python-net/aspose.cells.charts/chartdatatable/border) | Returns a Border object that represents the border of the object |
3133

english/aspose.cells.charts/chartdatatable/background_mode/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: background_mode property
33
second_title: Aspose.Cells for Python via .NET API References
44
description:
55
type: docs
6-
weight: 50
6+
weight: 40
77
url: /aspose.cells.charts/chartdatatable/background_mode/
88
is_root: false
99
---

english/aspose.cells.charts/chartdatatable/border/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: border property
33
second_title: Aspose.Cells for Python via .NET API References
44
description:
55
type: docs
6-
weight: 60
6+
weight: 50
77
url: /aspose.cells.charts/chartdatatable/border/
88
is_root: false
99
---

english/aspose.cells.charts/chartdatatable/font/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: font property
33
second_title: Aspose.Cells for Python via .NET API References
44
description:
55
type: docs
6-
weight: 70
6+
weight: 60
77
url: /aspose.cells.charts/chartdatatable/font/
88
is_root: false
99
---

english/aspose.cells.charts/chartdatatable/has_border_horizontal/_index.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: has_border_horizontal property
33
second_title: Aspose.Cells for Python via .NET API References
44
description:
55
type: docs
6-
weight: 80
6+
weight: 70
77
url: /aspose.cells.charts/chartdatatable/has_border_horizontal/
88
is_root: false
99
---
@@ -12,6 +12,14 @@ is_root: false
1212

1313

1414
True if the chart data table has horizontal cell borders
15+
16+
### Remarks
17+
18+
19+
NOTE: This property is now obsolete. Instead,
20+
please use ChartDataTable.HasHorizontalBorder property.
21+
This property will be removed 12 months later since June 2024.
22+
Aspose apologizes for any inconvenience you may have experienced.
1523
### Definition:
1624
```python
1725
@property

english/aspose.cells.charts/chartdatatable/has_border_outline/_index.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: has_border_outline property
33
second_title: Aspose.Cells for Python via .NET API References
44
description:
55
type: docs
6-
weight: 90
6+
weight: 80
77
url: /aspose.cells.charts/chartdatatable/has_border_outline/
88
is_root: false
99
---
@@ -12,6 +12,14 @@ is_root: false
1212

1313

1414
True if the chart data table has outline borders
15+
16+
### Remarks
17+
18+
19+
NOTE: This property is now obsolete. Instead,
20+
please use ChartDataTable.HasOutlineBorder property.
21+
This property will be removed 12 months later since June 2024.
22+
Aspose apologizes for any inconvenience you may have experienced.
1523
### Definition:
1624
```python
1725
@property

0 commit comments

Comments
 (0)