Skip to content

python net 24.7 #16

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 5 additions & 0 deletions english/aspose.cells.charts/axisbins/reset_overflow/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@ def reset_overflow(self):
```


### Remarks

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


### See Also
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@ def reset_underflow(self):
```


### Remarks

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


### See Also
Expand Down
2 changes: 1 addition & 1 deletion english/aspose.cells.charts/chart/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ The Chart type exposes the following members:
| [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. |
| [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. |
| [is_chart_data_changed](/cells/python-net/aspose.cells.charts/chart/is_chart_data_changed/#) | Detects if a chart's data source has changed. |
| [refresh_pivot_data](/cells/python-net/aspose.cells.charts/chart/refresh_pivot_data/#) | Refreshes pivot chart's data from it's pivot data source. |
| [refresh_pivot_data](/cells/python-net/aspose.cells.charts/chart/refresh_pivot_data/#) | Refreshes chart's data from pivot table. |
| [change_template](/cells/python-net/aspose.cells.charts/chart/change_template/#bytes) | Change chart type with preset template. |
| [move](/cells/python-net/aspose.cells.charts/chart/move/#int-int-int-int) | Moves the chart to a specified location. |
| [get_actual_size](/cells/python-net/aspose.cells.charts/chart/get_actual_size/#) | Gets actual size of chart in unit of pixels. |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ is_root: false

## refresh_pivot_data {#}

Refreshes pivot chart's data from it's pivot data source.
Refreshes chart's data from pivot table.



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

### Remarks

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


Expand Down
4 changes: 3 additions & 1 deletion english/aspose.cells.charts/chartdatatable/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@ The ChartDataTable type exposes the following members:
| [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. |
| [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. |
| [background_mode](/cells/python-net/aspose.cells.charts/chartdatatable/background_mode) | Gets and sets the display mode of the background |
| [background](/cells/python-net/aspose.cells.charts/chartdatatable/background) | Gets and sets the display mode of the background |
| [has_border_horizontal](/cells/python-net/aspose.cells.charts/chartdatatable/has_border_horizontal) | True if the chart data table has horizontal cell borders |
| [has_horizontal_border](/cells/python-net/aspose.cells.charts/chartdatatable/has_horizontal_border) | True if the chart data table has horizontal cell borders |
| [has_border_vertical](/cells/python-net/aspose.cells.charts/chartdatatable/has_border_vertical) | True if the chart data table has vertical cell borders |
| [has_vertical_border](/cells/python-net/aspose.cells.charts/chartdatatable/has_vertical_border) | True if the chart data table has vertical cell borders |
| [has_border_outline](/cells/python-net/aspose.cells.charts/chartdatatable/has_border_outline) | True if the chart data table has outline borders |
| [has_outline_border](/cells/python-net/aspose.cells.charts/chartdatatable/has_outline_border) | True if the chart data table has outline borders |
| [show_legend_key](/cells/python-net/aspose.cells.charts/chartdatatable/show_legend_key) | True if the data label legend key is visible. |
| [border](/cells/python-net/aspose.cells.charts/chartdatatable/border) | Returns a Border object that represents the border of the object |

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: background_mode property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 50
weight: 40
url: /aspose.cells.charts/chartdatatable/background_mode/
is_root: false
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: border property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 60
weight: 50
url: /aspose.cells.charts/chartdatatable/border/
is_root: false
---
Expand Down
2 changes: 1 addition & 1 deletion english/aspose.cells.charts/chartdatatable/font/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: font property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 70
weight: 60
url: /aspose.cells.charts/chartdatatable/font/
is_root: false
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: has_border_horizontal property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 80
weight: 70
url: /aspose.cells.charts/chartdatatable/has_border_horizontal/
is_root: false
---
Expand All @@ -12,6 +12,14 @@ is_root: false


True if the chart data table has horizontal cell borders

### Remarks


NOTE: This property is now obsolete. Instead,
please use ChartDataTable.HasHorizontalBorder property.
This property will be removed 12 months later since June 2024.
Aspose apologizes for any inconvenience you may have experienced.
### Definition:
```python
@property
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: has_border_outline property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 90
weight: 80
url: /aspose.cells.charts/chartdatatable/has_border_outline/
is_root: false
---
Expand All @@ -12,6 +12,14 @@ is_root: false


True if the chart data table has outline borders

### Remarks


NOTE: This property is now obsolete. Instead,
please use ChartDataTable.HasOutlineBorder property.
This property will be removed 12 months later since June 2024.
Aspose apologizes for any inconvenience you may have experienced.
### Definition:
```python
@property
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: has_border_vertical property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 100
weight: 90
url: /aspose.cells.charts/chartdatatable/has_border_vertical/
is_root: false
---
Expand All @@ -12,6 +12,14 @@ is_root: false


True if the chart data table has vertical cell borders

### Remarks


NOTE: This property is now obsolete. Instead,
please use ChartDataTable.HasVerticalBorder property.
This property will be removed 12 months later since June 2024.
Aspose apologizes for any inconvenience you may have experienced.
### Definition:
```python
@property
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
title: has_horizontal_border property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 100
url: /aspose.cells.charts/chartdatatable/has_horizontal_border/
is_root: false
---

## has_horizontal_border property


True if the chart data table has horizontal cell borders
### Definition:
```python
@property
def has_horizontal_border(self):
...
@has_horizontal_border.setter
def has_horizontal_border(self, value):
...
```

### See Also
* module [`aspose.cells.charts`](../../)
* class [`ChartDataTable`](/cells/python-net/aspose.cells.charts/chartdatatable)
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
title: has_outline_border property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 110
url: /aspose.cells.charts/chartdatatable/has_outline_border/
is_root: false
---

## has_outline_border property


True if the chart data table has outline borders
### Definition:
```python
@property
def has_outline_border(self):
...
@has_outline_border.setter
def has_outline_border(self, value):
...
```

### See Also
* module [`aspose.cells.charts`](../../)
* class [`ChartDataTable`](/cells/python-net/aspose.cells.charts/chartdatatable)
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
title: has_vertical_border property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 120
url: /aspose.cells.charts/chartdatatable/has_vertical_border/
is_root: false
---

## has_vertical_border property


True if the chart data table has vertical cell borders
### Definition:
```python
@property
def has_vertical_border(self):
...
@has_vertical_border.setter
def has_vertical_border(self, value):
...
```

### See Also
* module [`aspose.cells.charts`](../../)
* class [`ChartDataTable`](/cells/python-net/aspose.cells.charts/chartdatatable)
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: show_legend_key property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 110
weight: 130
url: /aspose.cells.charts/chartdatatable/show_legend_key/
is_root: false
---
Expand Down
1 change: 1 addition & 0 deletions english/aspose.cells.charts/chartpoint/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ The ChartPoint type exposes the following members:
| [shape_height_px](/cells/python-net/aspose.cells.charts/chartpoint/shape_height_px) | Gets the height in units of pixels after calls Chart.Calculate() method. |
| [border_width_px](/cells/python-net/aspose.cells.charts/chartpoint/border_width_px) | Gets the width of border in units of pixels after calls Chart.Calculate() method. |
| [radius_px](/cells/python-net/aspose.cells.charts/chartpoint/radius_px) | Gets the radius of bubble, pie or doughnut in units of pixels after calls Chart.Calculate() method. |
| [doughnut_inner_radius](/cells/python-net/aspose.cells.charts/chartpoint/doughnut_inner_radius) | Gets the inner radius of doughnut slice in units of pixels after calls Chart.Calculate() method.<br/>Applies to Doughnut chart. |
| [inner_radius_px](/cells/python-net/aspose.cells.charts/chartpoint/inner_radius_px) | Gets the inner radius of doughnut slice in units of pixels after calls Chart.Calculate() method.<br/>Applies to Doughnut chart. |
| [start_angle](/cells/python-net/aspose.cells.charts/chartpoint/start_angle) | Gets the starting angle for the pie section, measured in degrees clockwise from the x-axis after calls Chart.Calculate() method.<br/>Applies to Pie chart. |
| [end_angle](/cells/python-net/aspose.cells.charts/chartpoint/end_angle) | Gets the ending angle for the pie section, measured in degrees clockwise from the x-axis after calls Chart.Calculate() method.<br/>Applies to Pie chart. |
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
title: doughnut_inner_radius property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 200
url: /aspose.cells.charts/chartpoint/doughnut_inner_radius/
is_root: false
---

## doughnut_inner_radius property


Gets the inner radius of doughnut slice in units of pixels after calls Chart.Calculate() method.
Applies to Doughnut chart.
### Definition:
```python
@property
def doughnut_inner_radius(self):
...
```

### See Also
* module [`aspose.cells.charts`](../../)
* class [`ChartPoint`](/cells/python-net/aspose.cells.charts/chartpoint)
2 changes: 1 addition & 1 deletion english/aspose.cells.charts/chartpoint/end_angle/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: end_angle property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 200
weight: 210
url: /aspose.cells.charts/chartpoint/end_angle/
is_root: false
---
Expand Down
2 changes: 1 addition & 1 deletion english/aspose.cells.charts/chartpoint/explosion/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: explosion property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 210
weight: 220
url: /aspose.cells.charts/chartpoint/explosion/
is_root: false
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: inner_arc_end_point_x_px property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 220
weight: 230
url: /aspose.cells.charts/chartpoint/inner_arc_end_point_x_px/
is_root: false
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: inner_arc_end_point_y_px property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 230
weight: 240
url: /aspose.cells.charts/chartpoint/inner_arc_end_point_y_px/
is_root: false
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: inner_arc_start_point_x_px property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 240
weight: 250
url: /aspose.cells.charts/chartpoint/inner_arc_start_point_x_px/
is_root: false
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: inner_arc_start_point_y_px property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 250
weight: 260
url: /aspose.cells.charts/chartpoint/inner_arc_start_point_y_px/
is_root: false
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: inner_radius_px property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 260
weight: 270
url: /aspose.cells.charts/chartpoint/inner_radius_px/
is_root: false
---
Expand All @@ -13,6 +13,14 @@ is_root: false

Gets the inner radius of doughnut slice in units of pixels after calls Chart.Calculate() method.
Applies to Doughnut chart.

### Remarks


NOTE: This property is now obsolete. Instead,
please use ChartPoint.DoughnutInnerRadius property.
This property will be removed 12 months later since June 2024.
Aspose apologizes for any inconvenience you may have experienced.
### Definition:
```python
@property
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: is_in_secondary_plot property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 270
weight: 280
url: /aspose.cells.charts/chartpoint/is_in_secondary_plot/
is_root: false
---
Expand Down
2 changes: 1 addition & 1 deletion english/aspose.cells.charts/chartpoint/marker/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: marker property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 280
weight: 290
url: /aspose.cells.charts/chartpoint/marker/
is_root: false
---
Expand Down
2 changes: 1 addition & 1 deletion english/aspose.cells.charts/chartpoint/radius_px/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: radius_px property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 290
weight: 300
url: /aspose.cells.charts/chartpoint/radius_px/
is_root: false
---
Expand Down
Loading