Skip to content

Commit d649d54

Browse files
committed
python net 24.2
1 parent 03d4d2e commit d649d54

File tree

96 files changed

+264
-92
lines changed

Some content is hidden

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

96 files changed

+264
-92
lines changed

english/aspose.cells.charts/_index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ The **Aspose.Cells.Charts** namespace provides classes that allow to access and
1717
| [`AxisBins`](/cells/python-net/aspose.cells.charts/axisbins) | Represents axis bins |
1818
| [`Chart`](/cells/python-net/aspose.cells.charts/chart) | Encapsulates the object that represents a single Excel chart. |
1919
| [`ChartArea`](/cells/python-net/aspose.cells.charts/chartarea) | Encapsulates the object that represents the chart area in the worksheet. |
20+
| [`ChartCalculateOptions`](/cells/python-net/aspose.cells.charts/chartcalculateoptions) | Represents the options for calculating chart. |
2021
| [`ChartCollection`](/cells/python-net/aspose.cells.charts/chartcollection) | Encapsulates a collection of [`Chart`](/cells/python-net/aspose.cells.charts/chart) objects. |
2122
| [`ChartDataTable`](/cells/python-net/aspose.cells.charts/chartdatatable) | Represents a chart data table. |
2223
| [`ChartFrame`](/cells/python-net/aspose.cells.charts/chartframe) | Encapsulates the object that represents the frame object in a chart. |
@@ -85,3 +86,5 @@ The **Aspose.Cells.Charts** namespace provides classes that allow to access and
8586
| [`TickMarkType`](/cells/python-net/aspose.cells.charts/tickmarktype) | Represents the tick mark type for the specified axis. |
8687
| [`TimeUnit`](/cells/python-net/aspose.cells.charts/timeunit) | Represents the base unit for the category axis. |
8788
| [`TrendlineType`](/cells/python-net/aspose.cells.charts/trendlinetype) | Represents the trendline type. |
89+
90+

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

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

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

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

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

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

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

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

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

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

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ The Chart type exposes the following members:
7676
### Methods
7777
| Method | Description |
7878
| :- | :- |
79+
| [calculate](/cells/python-net/aspose.cells.charts/chart/calculate/#) | Calculates the custom position of plot area, axes if the position of them are auto assigned. |
80+
| [calculate](/cells/python-net/aspose.cells.charts/chart/calculate/#aspose.cells.charts.ChartCalculateOptions) | Calculates the custom position of plot area, axes if the position of them are auto assigned, with Chart Calculate Options. |
7981
| [to_image](/cells/python-net/aspose.cells.charts/chart/to_image/#str) | Creates the chart image and saves it to a file.<br/>The extension of the file name determines the format of the image. |
8082
| [to_image](/cells/python-net/aspose.cells.charts/chart/to_image/#str-aspose.cells.drawing.ImageType) | Creates the chart image and saves it to a file in the specified image type. |
8183
| [to_image](/cells/python-net/aspose.cells.charts/chart/to_image/#str-int) | Creates the chart image and saves it to a file in the Jpeg format. |
@@ -93,7 +95,6 @@ The Chart type exposes the following members:
9395
| [refresh_pivot_data](/cells/python-net/aspose.cells.charts/chart/refresh_pivot_data/#) | Refreshes pivot chart's data from it's pivot data source. |
9496
| [change_template](/cells/python-net/aspose.cells.charts/chart/change_template/#bytes) | Change chart type with preset template. |
9597
| [move](/cells/python-net/aspose.cells.charts/chart/move/#int-int-int-int) | Moves the chart to a specified location. |
96-
| [calculate](/cells/python-net/aspose.cells.charts/chart/calculate/#) | Calculates the custom position of plot area, axes if the position of them are auto assigned. |
9798
| [get_actual_size](/cells/python-net/aspose.cells.charts/chart/get_actual_size/#) | Gets actual size of chart in unit of pixels. |
9899
| [has_axis](/cells/python-net/aspose.cells.charts/chart/has_axis/#aspose.cells.charts.AxisType-bool) | Returns which axes exist on the chart. |
99100
| [switch_row_column](/cells/python-net/aspose.cells.charts/chart/switch_row_column/#) | Switches row/column. |

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

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,23 @@ def calculate(self):
2222

2323

2424

25+
## calculate {#aspose.cells.charts.ChartCalculateOptions}
26+
27+
Calculates the custom position of plot area, axes if the position of them are auto assigned, with Chart Calculate Options.
28+
29+
30+
31+
```python
32+
def calculate(self, calculate_options):
33+
...
34+
```
35+
36+
37+
| Parameter | Type | Description |
38+
| :- | :- | :- |
39+
| calculate_options | [`ChartCalculateOptions`](/cells/python-net/aspose.cells.charts/chartcalculateoptions) | |
40+
41+
2542

2643
### See Also
2744
* module [`aspose.cells.charts`](../../)
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: ChartCalculateOptions constructor
3+
second_title: Aspose.Cells for Python via .NET API References
4+
description:
5+
type: docs
6+
weight: 10
7+
url: /aspose.cells.charts/chartcalculateoptions/__init__/
8+
is_root: false
9+
---
10+
11+
## __init__ {#}
12+
13+
Creates the options for calculating chart.
14+
15+
16+
17+
```python
18+
def __init__(self):
19+
...
20+
```
21+
22+
23+
24+
25+
26+
### See Also
27+
* module [`aspose.cells.charts`](../../)
28+
* class [`ChartCalculateOptions`](/cells/python-net/aspose.cells.charts/chartcalculateoptions)
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
title: ChartCalculateOptions class
3+
second_title: Aspose.Cells for Python via .NET API References
4+
description:
5+
type: docs
6+
weight: 50
7+
url: /aspose.cells.charts/chartcalculateoptions/
8+
is_root: false
9+
---
10+
11+
## ChartCalculateOptions class
12+
13+
Represents the options for calculating chart.
14+
15+
16+
17+
The ChartCalculateOptions type exposes the following members:
18+
19+
### Constructors
20+
| Constructor | Description |
21+
| :- | :- |
22+
| [__init__](/cells/python-net/aspose.cells.charts/chartcalculateoptions/__init__/#) | Creates the options for calculating chart. |
23+
24+
25+
### Properties
26+
| Property | Description |
27+
| :- | :- |
28+
| [update_all_points](/cells/python-net/aspose.cells.charts/chartcalculateoptions/update_all_points) | Whether update all data points when performing the chart calculation. Default: False.<br/>When you want to get the value for each data point in the chart specifically, set it to true.<br/>If this parameter is set to True, the new data points may be generated when chart is calculated. This could make the Excel file larger. |
29+
30+
31+
32+
### See Also
33+
* module [`aspose.cells.charts`](..)

0 commit comments

Comments
 (0)