Skip to content
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions english/aspose.cells.charts/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ The **Aspose.Cells.Charts** namespace provides classes that allow to access and
| [`AxisBins`](/cells/python-net/aspose.cells.charts/axisbins) | Represents axis bins |
| [`Chart`](/cells/python-net/aspose.cells.charts/chart) | Encapsulates the object that represents a single Excel chart. |
| [`ChartArea`](/cells/python-net/aspose.cells.charts/chartarea) | Encapsulates the object that represents the chart area in the worksheet. |
| [`ChartCalculateOptions`](/cells/python-net/aspose.cells.charts/chartcalculateoptions) | Represents the options for calculating chart. |
| [`ChartCollection`](/cells/python-net/aspose.cells.charts/chartcollection) | Encapsulates a collection of [`Chart`](/cells/python-net/aspose.cells.charts/chart) objects. |
| [`ChartDataTable`](/cells/python-net/aspose.cells.charts/chartdatatable) | Represents a chart data table. |
| [`ChartFrame`](/cells/python-net/aspose.cells.charts/chartframe) | Encapsulates the object that represents the frame object in a chart. |
Expand Down Expand Up @@ -85,3 +86,5 @@ The **Aspose.Cells.Charts** namespace provides classes that allow to access and
| [`TickMarkType`](/cells/python-net/aspose.cells.charts/tickmarktype) | Represents the tick mark type for the specified axis. |
| [`TimeUnit`](/cells/python-net/aspose.cells.charts/timeunit) | Represents the base unit for the category axis. |
| [`TrendlineType`](/cells/python-net/aspose.cells.charts/trendlinetype) | Represents the trendline type. |


2 changes: 1 addition & 1 deletion english/aspose.cells.charts/axistype/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: AxisType enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 360
weight: 370
url: /aspose.cells.charts/axistype/
is_root: false
---
Expand Down
2 changes: 1 addition & 1 deletion english/aspose.cells.charts/backgroundmode/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: BackgroundMode enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 370
weight: 380
url: /aspose.cells.charts/backgroundmode/
is_root: false
---
Expand Down
2 changes: 1 addition & 1 deletion english/aspose.cells.charts/bar3dshapetype/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Bar3DShapeType enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 380
weight: 390
url: /aspose.cells.charts/bar3dshapetype/
is_root: false
---
Expand Down
2 changes: 1 addition & 1 deletion english/aspose.cells.charts/bubblesizerepresents/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: BubbleSizeRepresents enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 390
weight: 400
url: /aspose.cells.charts/bubblesizerepresents/
is_root: false
---
Expand Down
2 changes: 1 addition & 1 deletion english/aspose.cells.charts/categorytype/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: CategoryType enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 400
weight: 410
url: /aspose.cells.charts/categorytype/
is_root: false
---
Expand Down
3 changes: 2 additions & 1 deletion english/aspose.cells.charts/chart/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ The Chart type exposes the following members:
### Methods
| Method | Description |
| :- | :- |
| [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. |
| [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. |
| [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. |
| [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. |
| [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. |
Expand All @@ -93,7 +95,6 @@ The Chart type exposes the following members:
| [refresh_pivot_data](/cells/python-net/aspose.cells.charts/chart/refresh_pivot_data/#) | Refreshes pivot chart's data from it's pivot data source. |
| [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. |
| [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. |
| [get_actual_size](/cells/python-net/aspose.cells.charts/chart/get_actual_size/#) | Gets actual size of chart in unit of pixels. |
| [has_axis](/cells/python-net/aspose.cells.charts/chart/has_axis/#aspose.cells.charts.AxisType-bool) | Returns which axes exist on the chart. |
| [switch_row_column](/cells/python-net/aspose.cells.charts/chart/switch_row_column/#) | Switches row/column. |
Expand Down
17 changes: 17 additions & 0 deletions english/aspose.cells.charts/chart/calculate/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,23 @@ def calculate(self):



## 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.



```python
def calculate(self, calculate_options):
...
```


| Parameter | Type | Description |
| :- | :- | :- |
| calculate_options | [`ChartCalculateOptions`](/cells/python-net/aspose.cells.charts/chartcalculateoptions) | |



### See Also
* module [`aspose.cells.charts`](../../)
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
title: ChartCalculateOptions constructor
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 10
url: /aspose.cells.charts/chartcalculateoptions/__init__/
is_root: false
---

## __init__ {#}

Creates the options for calculating chart.



```python
def __init__(self):
...
```





### See Also
* module [`aspose.cells.charts`](../../)
* class [`ChartCalculateOptions`](/cells/python-net/aspose.cells.charts/chartcalculateoptions)
33 changes: 33 additions & 0 deletions english/aspose.cells.charts/chartcalculateoptions/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
title: ChartCalculateOptions class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 50
url: /aspose.cells.charts/chartcalculateoptions/
is_root: false
---

## ChartCalculateOptions class

Represents the options for calculating chart.



The ChartCalculateOptions type exposes the following members:

### Constructors
| Constructor | Description |
| :- | :- |
| [__init__](/cells/python-net/aspose.cells.charts/chartcalculateoptions/__init__/#) | Creates the options for calculating chart. |


### Properties
| Property | Description |
| :- | :- |
| [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. |



### See Also
* module [`aspose.cells.charts`](..)
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
title: update_all_points property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 30
url: /aspose.cells.charts/chartcalculateoptions/update_all_points/
is_root: false
---

## update_all_points property


Whether update all data points when performing the chart calculation. Default: False.
When you want to get the value for each data point in the chart specifically, set it to true.
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.
### Definition:
```python
@property
def update_all_points(self):
...
@update_all_points.setter
def update_all_points(self, value):
...
```

### See Also
* module [`aspose.cells.charts`](../../)
* class [`ChartCalculateOptions`](/cells/python-net/aspose.cells.charts/chartcalculateoptions)
2 changes: 1 addition & 1 deletion english/aspose.cells.charts/chartcollection/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: ChartCollection class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 50
weight: 60
url: /aspose.cells.charts/chartcollection/
is_root: false
---
Expand Down
2 changes: 1 addition & 1 deletion english/aspose.cells.charts/chartdatatable/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: ChartDataTable class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 60
weight: 70
url: /aspose.cells.charts/chartdatatable/
is_root: false
---
Expand Down
2 changes: 1 addition & 1 deletion english/aspose.cells.charts/chartframe/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: ChartFrame class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 70
weight: 80
url: /aspose.cells.charts/chartframe/
is_root: false
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: ChartGlobalizationSettings class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 80
weight: 90
url: /aspose.cells.charts/chartglobalizationsettings/
is_root: false
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: ChartLineFormattingType enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 410
weight: 420
url: /aspose.cells.charts/chartlineformattingtype/
is_root: false
---
Expand Down
2 changes: 1 addition & 1 deletion english/aspose.cells.charts/chartmarkertype/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: ChartMarkerType enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 420
weight: 430
url: /aspose.cells.charts/chartmarkertype/
is_root: false
---
Expand Down
2 changes: 1 addition & 1 deletion english/aspose.cells.charts/chartpoint/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: ChartPoint class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 90
weight: 100
url: /aspose.cells.charts/chartpoint/
is_root: false
---
Expand Down
2 changes: 1 addition & 1 deletion english/aspose.cells.charts/chartpointcollection/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: ChartPointCollection class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 100
weight: 110
url: /aspose.cells.charts/chartpointcollection/
is_root: false
---
Expand Down
2 changes: 1 addition & 1 deletion english/aspose.cells.charts/chartsplittype/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: ChartSplitType enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 430
weight: 440
url: /aspose.cells.charts/chartsplittype/
is_root: false
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: ChartTextDirectionType enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 440
weight: 450
url: /aspose.cells.charts/charttextdirectiontype/
is_root: false
---
Expand Down
2 changes: 1 addition & 1 deletion english/aspose.cells.charts/charttextframe/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: ChartTextFrame class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 110
weight: 120
url: /aspose.cells.charts/charttextframe/
is_root: false
---
Expand Down
2 changes: 1 addition & 1 deletion english/aspose.cells.charts/charttype/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: ChartType enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 450
weight: 460
url: /aspose.cells.charts/charttype/
is_root: false
---
Expand Down
2 changes: 1 addition & 1 deletion english/aspose.cells.charts/crosstype/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: CrossType enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 460
weight: 470
url: /aspose.cells.charts/crosstype/
is_root: false
---
Expand Down
2 changes: 1 addition & 1 deletion english/aspose.cells.charts/datalabels/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: DataLabels class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 120
weight: 130
url: /aspose.cells.charts/datalabels/
is_root: false
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: DataLabelsSeparatorType enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 470
weight: 480
url: /aspose.cells.charts/datalabelsseparatortype/
is_root: false
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: DataLablesSeparatorType enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 480
weight: 490
url: /aspose.cells.charts/datalablesseparatortype/
is_root: false
---
Expand Down
2 changes: 1 addition & 1 deletion english/aspose.cells.charts/displayunitlabel/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: DisplayUnitLabel class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 130
weight: 140
url: /aspose.cells.charts/displayunitlabel/
is_root: false
---
Expand Down
2 changes: 1 addition & 1 deletion english/aspose.cells.charts/displayunittype/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: DisplayUnitType enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 490
weight: 500
url: /aspose.cells.charts/displayunittype/
is_root: false
---
Expand Down
2 changes: 1 addition & 1 deletion english/aspose.cells.charts/dropbars/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: DropBars class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 140
weight: 150
url: /aspose.cells.charts/dropbars/
is_root: false
---
Expand Down
2 changes: 1 addition & 1 deletion english/aspose.cells.charts/errorbar/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: ErrorBar class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 150
weight: 160
url: /aspose.cells.charts/errorbar/
is_root: false
---
Expand Down
2 changes: 1 addition & 1 deletion english/aspose.cells.charts/errorbardisplaytype/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: ErrorBarDisplayType enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 500
weight: 510
url: /aspose.cells.charts/errorbardisplaytype/
is_root: false
---
Expand Down
2 changes: 1 addition & 1 deletion english/aspose.cells.charts/errorbartype/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: ErrorBarType enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 510
weight: 520
url: /aspose.cells.charts/errorbartype/
is_root: false
---
Expand Down
2 changes: 1 addition & 1 deletion english/aspose.cells.charts/floor/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Floor class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 160
weight: 170
url: /aspose.cells.charts/floor/
is_root: false
---
Expand Down
Loading