Skip to content

Commit 4f07552

Browse files
committed
26.4
1 parent 9cbff7c commit 4f07552

187 files changed

Lines changed: 309 additions & 898 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 **Aspose.Cells.Charts** namespace provides classes that allow to access and drawing charts and sparkline in Microsoft Excel spreadsheets. |
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. |
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: 6 additions & 6 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 **Aspose.Cells.Charts** namespace provides classes that allow to access and drawing charts and sparkline in Microsoft Excel spreadsheets.
11+
The <b>Aspose.Cells.Charts</b> namespace provides classes that allow access to and drawing of charts and sparkline in Microsoft Excel spreadsheets.
1212

1313
### Classes
1414
| Class | Description |
@@ -17,12 +17,12 @@ 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. |
20+
| [`ChartCalculateOptions`](/cells/python-net/aspose.cells.charts/chartcalculateoptions) | Represents the options for calculating the 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 |
2424
| [`ChartFrame`](/cells/python-net/aspose.cells.charts/chartframe) | Encapsulates the object that represents the frame object in a chart. |
25-
| [`ChartGlobalizationSettings`](/cells/python-net/aspose.cells.charts/chartglobalizationsettings) | Represents the globalization settings for chart. |
25+
| [`ChartGlobalizationSettings`](/cells/python-net/aspose.cells.charts/chartglobalizationsettings) | Represents the globalization settings for a chart. |
2626
| [`ChartPoint`](/cells/python-net/aspose.cells.charts/chartpoint) | Represents a single point in a series in a chart. |
2727
| [`ChartPointCollection`](/cells/python-net/aspose.cells.charts/chartpointcollection) | Represents a collection that contains all the points in one series. |
2828
| [`ChartTextFrame`](/cells/python-net/aspose.cells.charts/charttextframe) | Encapsulates the object that represents the frame object which contains text. |
@@ -42,7 +42,7 @@ The **Aspose.Cells.Charts** namespace provides classes that allow to access and
4242
| [`SeriesLayoutProperties`](/cells/python-net/aspose.cells.charts/serieslayoutproperties) | Represents the properties of series layout. |
4343
| [`Sparkline`](/cells/python-net/aspose.cells.charts/sparkline) | A sparkline represents a tiny chart or graphic in a worksheet cell that provides a visual representation of data. |
4444
| [`SparklineCollection`](/cells/python-net/aspose.cells.charts/sparklinecollection) | Encapsulates a collection of [`Sparkline`](/cells/python-net/aspose.cells.charts/sparkline) objects. |
45-
| [`SparklineGroup`](/cells/python-net/aspose.cells.charts/sparklinegroup) | [`Sparkline`](/cells/python-net/aspose.cells.charts/sparkline) is organized into sparkline group. A SparklineGroup contains a variable number of sparkline items.<br/>A sparkline group specifies the type, display settings and axis settings for the sparklines. |
45+
| [`SparklineGroup`](/cells/python-net/aspose.cells.charts/sparklinegroup) | [`Sparkline`](/cells/python-net/aspose.cells.charts/sparkline) is organized into a sparkline group.<br/>A SparklineGroup contains a variable number of sparkline items.<br/>A sparkline group specifies the type, display settings and axis settings for the sparklines. |
4646
| [`SparklineGroupCollection`](/cells/python-net/aspose.cells.charts/sparklinegroupcollection) | Encapsulates a collection of [`SparklineGroup`](/cells/python-net/aspose.cells.charts/sparklinegroup) objects. |
4747
| [`TickLabelItem`](/cells/python-net/aspose.cells.charts/ticklabelitem) | Represents a tick label in the chart. |
4848
| [`TickLabels`](/cells/python-net/aspose.cells.charts/ticklabels) | Represents the tick-mark labels associated with tick marks on a chart axis. |
@@ -60,7 +60,7 @@ The **Aspose.Cells.Charts** namespace provides classes that allow to access and
6060
| [`Bar3DShapeType`](/cells/python-net/aspose.cells.charts/bar3dshapetype) | Represents the shape used with the 3-D bar or column chart. |
6161
| [`BubbleSizeRepresents`](/cells/python-net/aspose.cells.charts/bubblesizerepresents) | Represents what the bubble size represents on a bubble chart. |
6262
| [`CategoryType`](/cells/python-net/aspose.cells.charts/categorytype) | Represents the category axis type. |
63-
| [`ChartColorPaletteType`](/cells/python-net/aspose.cells.charts/chartcolorpalettetype) | Enumerates all Monochromatic Palettes used in Excel chart. |
63+
| [`ChartColorPaletteType`](/cells/python-net/aspose.cells.charts/chartcolorpalettetype) | Enumerates all Monochromatic Palettes used in an Excel chart. |
6464
| [`ChartLineFormattingType`](/cells/python-net/aspose.cells.charts/chartlineformattingtype) | Represents line format type of chart line. |
6565
| [`ChartMarkerType`](/cells/python-net/aspose.cells.charts/chartmarkertype) | Represents the marker style in a line chart, scatter chart, or radar chart. |
6666
| [`ChartSplitType`](/cells/python-net/aspose.cells.charts/chartsplittype) | Represents the way the two sections of either a pie of pie chart or a bar of pie chart are split. |
@@ -75,7 +75,7 @@ The **Aspose.Cells.Charts** namespace provides classes that allow to access and
7575
| [`LabelPositionType`](/cells/python-net/aspose.cells.charts/labelpositiontype) | Represents data label position type. |
7676
| [`LegendPositionType`](/cells/python-net/aspose.cells.charts/legendpositiontype) | Enumerates the legend position types. |
7777
| [`MapChartLabelLayout`](/cells/python-net/aspose.cells.charts/mapchartlabellayout) | Represents the layout of map chart's labels. |
78-
| [`MapChartProjectionType`](/cells/python-net/aspose.cells.charts/mapchartprojectiontype) | Represents projection type of the map chart. |
78+
| [`MapChartProjectionType`](/cells/python-net/aspose.cells.charts/mapchartprojectiontype) | Represents the projection type of the map chart. |
7979
| [`MapChartRegionType`](/cells/python-net/aspose.cells.charts/mapchartregiontype) | Represents the region type of the map chart. |
8080
| [`PlotDataByType`](/cells/python-net/aspose.cells.charts/plotdatabytype) | Represents the type of data plot by row or column. |
8181
| [`PlotEmptyCellsType`](/cells/python-net/aspose.cells.charts/plotemptycellstype) | Represents all plot empty cells type of a chart. |

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ The AxisBins type exposes the following members:
1919
### Properties
2020
| Property | Description |
2121
| :- | :- |
22-
| [is_by_category](/cells/python-net/aspose.cells.charts/axisbins/is_by_category) | Indicates whether grouping data by category |
22+
| [is_by_category](/cells/python-net/aspose.cells.charts/axisbins/is_by_category) | Indicates whether grouping data by category is enabled. |
2323
| [is_automatic](/cells/python-net/aspose.cells.charts/axisbins/is_automatic) | Indicates whether the axis bins are automatic. |
24-
| [width](/cells/python-net/aspose.cells.charts/axisbins/width) | Gets or sets the width of axis bin |
25-
| [count](/cells/python-net/aspose.cells.charts/axisbins/count) | Gets or set the count of axis bins |
26-
| [overflow](/cells/python-net/aspose.cells.charts/axisbins/overflow) | Gets or set the overflow of axis bins |
27-
| [underflow](/cells/python-net/aspose.cells.charts/axisbins/underflow) | Gets or set the underflow of axis bins |
24+
| [width](/cells/python-net/aspose.cells.charts/axisbins/width) | Gets or sets the width of the axis bin. |
25+
| [count](/cells/python-net/aspose.cells.charts/axisbins/count) | Gets or sets the count of axis bins |
26+
| [overflow](/cells/python-net/aspose.cells.charts/axisbins/overflow) | Gets or sets the overflow of axis bins |
27+
| [underflow](/cells/python-net/aspose.cells.charts/axisbins/underflow) | Gets or sets the underflow of axis bins |
2828

2929

3030
### Methods

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

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

1313

14-
Gets or set the count of axis bins
14+
Gets or sets the count of axis bins
1515
### Definition:
1616
```python
1717
@property

english/aspose.cells.charts/axisbins/is_by_category/_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_by_category property
1212

1313

14-
Indicates whether grouping data by category
14+
Indicates whether grouping data by category is enabled.
1515
### Definition:
1616
```python
1717
@property

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

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

1313

14-
Gets or set the overflow of axis bins
14+
Gets or sets the overflow of axis bins
1515
### Definition:
1616
```python
1717
@property

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

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

1313

14-
Gets or set the underflow of axis bins
14+
Gets or sets the underflow of axis bins
1515
### Definition:
1616
```python
1717
@property

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

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

1313

14-
Gets or sets the width of axis bin
14+
Gets or sets the width of the axis bin.
1515
### Definition:
1616
```python
1717
@property

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 chart.
13+
Represents the options for calculating the chart.
1414

1515

1616

english/aspose.cells.charts/chartcolorpalettetype/_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
## ChartColorPaletteType enumeration
1212

13-
Enumerates all Monochromatic Palettes used in Excel chart.
13+
Enumerates all Monochromatic Palettes used in an Excel chart.
1414

1515

1616

0 commit comments

Comments
 (0)