Skip to content

Commit 24f9c27

Browse files
committed
26.5
1 parent 4f07552 commit 24f9c27

629 files changed

Lines changed: 2590 additions & 585 deletions

File tree

Some content is hidden

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

english/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ is_root: true
1212
| Module | Description |
1313
| :- | :- |
1414
| [`aspose.cells`](/cells/python-net/aspose.cells) | The **Aspose.Cells** namespace provides fundamental and base classes for generating, converting, modifying, rendering and printing Spreadsheets without utilizing Microsoft Excel. <br/>For example, [`Workbook`](/cells/python-net/aspose.cells/workbook) class is the main entry to create or load and then manipulate a spreadsheet file, <br/>[`Cells`](/cells/python-net/aspose.cells/cells) class is the main class to manipulate all data and properties in a sheet, ...etc. |
15-
| [`aspose.cells.charts`](/cells/python-net/aspose.cells.charts) | The <b>Aspose.Cells.Charts</b> namespace provides classes that allow access to and drawing of charts and sparkline in Microsoft Excel spreadsheets. |
15+
| [`aspose.cells.charts`](/cells/python-net/aspose.cells.charts) | The **Aspose.Cells.Charts** namespace provides classes that allow access to and drawing of charts and sparkline in Microsoft Excel spreadsheets. |
1616
| [`aspose.cells.datamodels`](/cells/python-net/aspose.cells.datamodels) | The **Aspose.Cells.DataModels** namespace provides classes to access and update data models of the workbook. |
1717
| [`aspose.cells.digitalsignatures`](/cells/python-net/aspose.cells.digitalsignatures) | The **Aspose.Cells.DigitalSignatures** namespace provides classes to sign documents and verify signatures. |
1818
| [`aspose.cells.drawing`](/cells/python-net/aspose.cells.drawing) | The **Aspose.Cells.Drawing** namespace provides classes that allow to create and modify drawing shapes, form controls, and more advanced drawing objects. |

english/aspose.cells.charts/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ url: /aspose.cells.charts/
88
is_root: false
99
---
1010

11-
The <b>Aspose.Cells.Charts</b> namespace provides classes that allow access to and drawing of charts and sparkline in Microsoft Excel spreadsheets.
11+
The **Aspose.Cells.Charts** namespace provides classes that allow access to and drawing of charts and sparkline in Microsoft Excel spreadsheets.
1212

1313
### Classes
1414
| Class | Description |
@@ -17,7 +17,7 @@ The <b>Aspose.Cells.Charts</b> namespace provides classes that allow access to a
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 the chart. |
20+
| [`ChartCalculateOptions`](/cells/python-net/aspose.cells.charts/chartcalculateoptions) | Represents the options for calculating a chart. |
2121
| [`ChartCollection`](/cells/python-net/aspose.cells.charts/chartcollection) | Encapsulates a collection of [`Chart`](/cells/python-net/aspose.cells.charts/chart) objects. |
2222
| [`ChartDataTable`](/cells/python-net/aspose.cells.charts/chartdatatable) | Represents a chart data table. |
2323
| [`ChartDataValue`](/cells/python-net/aspose.cells.charts/chartdatavalue) | Encapsulates chart data value |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ is_root: false
1010

1111
## ChartCalculateOptions class
1212

13-
Represents the options for calculating the chart.
13+
Represents the options for calculating a chart.
1414

1515

1616

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The ChartTextFrame type exposes the following members:
5858
| [width_pixel](/cells/python-net/aspose.cells.charts/charttextframe/width_pixel) | Gets or sets the width of frame in units of Pixel. |
5959
| [height_pixel](/cells/python-net/aspose.cells.charts/charttextframe/height_pixel) | Gets or sets the height of frame in units of Pixel. |
6060
| [is_auto_text](/cells/python-net/aspose.cells.charts/charttextframe/is_auto_text) | Indicates the text is auto generated. |
61-
| [is_deleted](/cells/python-net/aspose.cells.charts/charttextframe/is_deleted) | Indicates whether this data labels are deleted. |
61+
| [is_deleted](/cells/python-net/aspose.cells.charts/charttextframe/is_deleted) | Indicates whether this data label is deleted. |
6262
| [text_horizontal_alignment](/cells/python-net/aspose.cells.charts/charttextframe/text_horizontal_alignment) | Gets and sets the text horizontal alignment. |
6363
| [text_vertical_alignment](/cells/python-net/aspose.cells.charts/charttextframe/text_vertical_alignment) | Gets or sets the text vertical alignment of text. |
6464
| [rotation_angle](/cells/python-net/aspose.cells.charts/charttextframe/rotation_angle) | Represents the text rotation angle. |

english/aspose.cells.charts/charttextframe/is_deleted/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ is_root: false
1111
## is_deleted property
1212

1313

14-
Indicates whether this data labels are deleted.
14+
Indicates whether this data label is deleted.
1515
### Definition:
1616
```python
1717
@property

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The DataLabels type exposes the following members:
5959
| [width_pixel](/cells/python-net/aspose.cells.charts/datalabels/width_pixel) | Gets or sets the width of frame in units of Pixel. |
6060
| [height_pixel](/cells/python-net/aspose.cells.charts/datalabels/height_pixel) | Gets or sets the height of frame in units of Pixel. |
6161
| [is_auto_text](/cells/python-net/aspose.cells.charts/datalabels/is_auto_text) | Indicates the text is auto generated. |
62-
| [is_deleted](/cells/python-net/aspose.cells.charts/datalabels/is_deleted) | Indicates whether this data labels are deleted. |
62+
| [is_deleted](/cells/python-net/aspose.cells.charts/datalabels/is_deleted) | Indicates whether this data label is deleted. |
6363
| [text_horizontal_alignment](/cells/python-net/aspose.cells.charts/datalabels/text_horizontal_alignment) | Gets and sets the text horizontal alignment. |
6464
| [text_vertical_alignment](/cells/python-net/aspose.cells.charts/datalabels/text_vertical_alignment) | Gets or sets the text vertical alignment of text. |
6565
| [rotation_angle](/cells/python-net/aspose.cells.charts/datalabels/rotation_angle) | Represents the text rotation angle. |

english/aspose.cells.charts/datalabels/is_deleted/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ is_root: false
1111
## is_deleted property
1212

1313

14-
Indicates whether this data labels are deleted.
14+
Indicates whether this data label is deleted.
1515
### Definition:
1616
```python
1717
@property

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The DisplayUnitLabel type exposes the following members:
5959
| [width_pixel](/cells/python-net/aspose.cells.charts/displayunitlabel/width_pixel) | Gets or sets the width of frame in units of Pixel. |
6060
| [height_pixel](/cells/python-net/aspose.cells.charts/displayunitlabel/height_pixel) | Gets or sets the height of frame in units of Pixel. |
6161
| [is_auto_text](/cells/python-net/aspose.cells.charts/displayunitlabel/is_auto_text) | Indicates the text is auto generated. |
62-
| [is_deleted](/cells/python-net/aspose.cells.charts/displayunitlabel/is_deleted) | Indicates whether this data labels are deleted. |
62+
| [is_deleted](/cells/python-net/aspose.cells.charts/displayunitlabel/is_deleted) | Indicates whether this data label is deleted. |
6363
| [text_horizontal_alignment](/cells/python-net/aspose.cells.charts/displayunitlabel/text_horizontal_alignment) | Gets and sets the text horizontal alignment. |
6464
| [text_vertical_alignment](/cells/python-net/aspose.cells.charts/displayunitlabel/text_vertical_alignment) | Gets or sets the text vertical alignment of text. |
6565
| [rotation_angle](/cells/python-net/aspose.cells.charts/displayunitlabel/rotation_angle) | Represents the text rotation angle. |

english/aspose.cells.charts/displayunitlabel/is_deleted/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ is_root: false
1111
## is_deleted property
1212

1313

14-
Indicates whether this data labels are deleted.
14+
Indicates whether this data label is deleted.
1515
### Definition:
1616
```python
1717
@property

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ The LabelPositionType type exposes the following members:
2020
| Field | Description |
2121
| :- | :- |
2222
| CENTER | Applies only to bar, 2D/3D pie charts |
23-
| INSIDE_BASE | Applies only to bar, 2d/3d pie charts |
23+
| INSIDE_BASE | Applies only to bar, 2D/3D pie charts |
2424
| INSIDE_END | Applies only to bar charts |
2525
| OUTSIDE_END | Applies only to bar, 2d/3d pie charts |
2626
| ABOVE | Applies only to line charts |
2727
| BELOW | Applies only to line charts |
2828
| LEFT | Applies only to line charts |
2929
| RIGHT | Applies only to line charts |
3030
| BEST_FIT | Applies only to 2D/3D pie charts |
31-
| MOVED | User moved the data labels only for reading the chart from the template file. |
31+
| MOVED | User moved the data labels. This is only for reading chart from template file. |
3232

3333

3434

0 commit comments

Comments
 (0)