Skip to content

Commit 6d80da5

Browse files
committed
26.6
1 parent 7f74fd7 commit 6d80da5

283 files changed

Lines changed: 816 additions & 466 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/aspose.cells.charts/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The **Aspose.Cells.Charts** namespace provides classes that allow access to and
1313
### Classes
1414
| Class | Description |
1515
| :- | :- |
16-
| [`Axis`](/cells/python-net/aspose.cells.charts/axis) | Encapsulates the object that represents an axis of chart. |
16+
| [`Axis`](/cells/python-net/aspose.cells.charts/axis) | Encapsulates the object that represents an axis of a chart. |
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. |
@@ -28,7 +28,7 @@ The **Aspose.Cells.Charts** namespace provides classes that allow access to and
2828
| [`ChartTextFrame`](/cells/python-net/aspose.cells.charts/charttextframe) | Encapsulates the object that represents the frame object which contains text. |
2929
| [`DataLabels`](/cells/python-net/aspose.cells.charts/datalabels) | Encapsulates a collection of all the DataLabel objects for the specified Series. |
3030
| [`DisplayUnitLabel`](/cells/python-net/aspose.cells.charts/displayunitlabel) | Represents the display unit label. |
31-
| [`DropBars`](/cells/python-net/aspose.cells.charts/dropbars) | Represents the up/down bars in a chart. |
31+
| [`DropBars`](/cells/python-net/aspose.cells.charts/dropbars) | Represents the up and down bars in a chart. |
3232
| [`ErrorBar`](/cells/python-net/aspose.cells.charts/errorbar) | Represents error bar of data series. |
3333
| [`Floor`](/cells/python-net/aspose.cells.charts/floor) | Encapsulates the object that represents the floor of a 3-D chart. |
3434
| [`Legend`](/cells/python-net/aspose.cells.charts/legend) | Encapsulates the object that represents the chart legend. |
@@ -78,7 +78,7 @@ The **Aspose.Cells.Charts** namespace provides classes that allow access to and
7878
| [`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. |
81-
| [`PlotEmptyCellsType`](/cells/python-net/aspose.cells.charts/plotemptycellstype) | Represents all plot empty cells type of a chart. |
81+
| [`PlotEmptyCellsType`](/cells/python-net/aspose.cells.charts/plotemptycellstype) | Represents all plot empty cell types of a chart. |
8282
| [`QuartileCalculationType`](/cells/python-net/aspose.cells.charts/quartilecalculationtype) | Represents quartile calculation methods. |
8383
| [`SparklineAxisMinMaxType`](/cells/python-net/aspose.cells.charts/sparklineaxisminmaxtype) | Represents the minimum and maximum value types for the sparkline vertical axis. |
8484
| [`SparklinePresetStyleType`](/cells/python-net/aspose.cells.charts/sparklinepresetstyletype) | Represents the preset style types for sparkline. |

english/aspose.cells.charts/axis/_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
## Axis class
1212

13-
Encapsulates the object that represents an axis of chart.
13+
Encapsulates the object that represents an axis of a chart.
1414

1515

1616

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The BubbleSizeRepresents type exposes the following members:
1919
### Fields
2020
| Field | Description |
2121
| :- | :- |
22-
| SIZE_IS_AREA | Represents the value of [`Series.bubble_sizes`](/cells/python-net/aspose.cells.charts/series#bubble_sizes) is area of the bubble. |
22+
| SIZE_IS_AREA | Represents the value of [`Series.bubble_sizes`](/cells/python-net/aspose.cells.charts/series#bubble_sizes), which is the area of the bubble. |
2323
| SIZE_IS_WIDTH | Represents the value of [`Series.bubble_sizes`](/cells/python-net/aspose.cells.charts/series#bubble_sizes) is width of the bubble. |
2424

2525

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The Chart type exposes the following members:
2828
| [plot_empty_cells_type](/cells/python-net/aspose.cells.charts/chart/plot_empty_cells_type) | Gets and sets how to plot the empty cells. |
2929
| [plot_visible_cells](/cells/python-net/aspose.cells.charts/chart/plot_visible_cells) | Indicates whether only plot visible cells. |
3030
| [plot_visible_cells_only](/cells/python-net/aspose.cells.charts/chart/plot_visible_cells_only) | Indicates whether plot visible cells only. |
31-
| [display_na_as_blank](/cells/python-net/aspose.cells.charts/chart/display_na_as_blank) | Indicates whether displaying #N/A as blank value. |
31+
| [display_na_as_blank](/cells/python-net/aspose.cells.charts/chart/display_na_as_blank) | Indicates whether to display #N/A as a blank value. |
3232
| [name](/cells/python-net/aspose.cells.charts/chart/name) | Gets and sets the name of the chart. |
3333
| [size_with_window](/cells/python-net/aspose.cells.charts/chart/size_with_window) | True if Microsoft Excel resizes the chart to match the size of the chart sheet window. |
3434
| [worksheet](/cells/python-net/aspose.cells.charts/chart/worksheet) | Gets the worksheet which contains this chart. |
@@ -38,7 +38,7 @@ The Chart type exposes the following members:
3838
| [n_series](/cells/python-net/aspose.cells.charts/chart/n_series) | Gets a [`SeriesCollection`](/cells/python-net/aspose.cells.charts/seriescollection) collection representing the data series in the chart. |
3939
| [filtered_n_series](/cells/python-net/aspose.cells.charts/chart/filtered_n_series) | Gets a [`SeriesCollection`](/cells/python-net/aspose.cells.charts/seriescollection) collection representing the data series that are filtered in the chart. |
4040
| [title](/cells/python-net/aspose.cells.charts/chart/title) | Gets the chart's title. |
41-
| [sub_title](/cells/python-net/aspose.cells.charts/chart/sub_title) | Gets the chart's sub-title.<br/>Only for ODS format file. |
41+
| [sub_title](/cells/python-net/aspose.cells.charts/chart/sub_title) | Gets the chart's sub-title.<br/>Only applies to ODS files. |
4242
| [plot_area](/cells/python-net/aspose.cells.charts/chart/plot_area) | Gets the chart's plot area which includes axis tick labels. |
4343
| [chart_area](/cells/python-net/aspose.cells.charts/chart/chart_area) | Gets the chart area in the worksheet. |
4444
| [category_axis](/cells/python-net/aspose.cells.charts/chart/category_axis) | Gets the chart's X axis. |
@@ -64,10 +64,10 @@ The Chart type exposes the following members:
6464
| [right_angle_axes](/cells/python-net/aspose.cells.charts/chart/right_angle_axes) | True if the chart axes are at right angles. Applies only for 3-D charts(except Column3D and 3-D Pie Charts). |
6565
| [auto_scaling](/cells/python-net/aspose.cells.charts/chart/auto_scaling) | True if Microsoft Excel scales a 3-D chart so that it's closer in size to the equivalent 2-D chart. <br/>The RightAngleAxes property must be True. |
6666
| [height_percent](/cells/python-net/aspose.cells.charts/chart/height_percent) | Returns or sets the height of a 3-D chart as a percentage of the chart width (between 5 and 500 percent). |
67-
| [perspective](/cells/python-net/aspose.cells.charts/chart/perspective) | Returns or sets the perspective for the 3-D chart view. Must be between 0 and 100.<br/>This property is ignored if the RightAngleAxes property is True. |
67+
| [perspective](/cells/python-net/aspose.cells.charts/chart/perspective) | Returns or sets the perspective for the three‑dimensional chart view.<br/>Must be between 0 and 100.<br/>This property is ignored if the RightAngleAxes property is True. |
6868
| [is_3d](/cells/python-net/aspose.cells.charts/chart/is_3d) | Indicates whether the chart is a 3d chart. |
6969
| [depth_percent](/cells/python-net/aspose.cells.charts/chart/depth_percent) | Represents the depth of a 3-D chart as a percentage of the chart width (between 20 and 2000 percent). |
70-
| [actual_chart_size](/cells/python-net/aspose.cells.charts/chart/actual_chart_size) | Gets actual size of chart in unit of pixels. |
70+
| [actual_chart_size](/cells/python-net/aspose.cells.charts/chart/actual_chart_size) | Gets actual size of chart in units of pixels. |
7171
| [placement](/cells/python-net/aspose.cells.charts/chart/placement) | Represents the way the chart is attached to the cells below it. |
7272
| [page_setup](/cells/python-net/aspose.cells.charts/chart/page_setup) | Represents the page setup description in this chart. |
7373
| [line](/cells/python-net/aspose.cells.charts/chart/line) | Gets the line. |
@@ -76,7 +76,7 @@ The Chart type exposes the following members:
7676
### Methods
7777
| Method | Description |
7878
| :- | :- |
79-
| [`calculate(self)`](/cells/python-net/aspose.cells.charts/chart/calculate/#) | Calculates the custom position of plot area, axes if the position of them are auto assigned. |
79+
| [`calculate(self)`](/cells/python-net/aspose.cells.charts/chart/calculate/#) | Calculates the custom positions of the plot area and axes if their positions are auto-assigned. |
8080
| [`calculate(self, calculate_options)`](/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. |
8181
| [`to_image(self, image_file)`](/cells/python-net/aspose.cells.charts/chart/to_image/#system.string) | Creates the chart image and saves it to a file.<br/>The extension of the file name determines the format of the image. |
8282
| [`to_image(self, image_file, image_type)`](/cells/python-net/aspose.cells.charts/chart/to_image/#system.string-aspose.cells.drawing.imagetype) | Creates the chart image and saves it to a file in the specified image type. |
@@ -87,13 +87,13 @@ The Chart type exposes the following members:
8787
| [`to_image(self, stream, options)`](/cells/python-net/aspose.cells.charts/chart/to_image/#io.rawiobase-aspose.cells.rendering.imageorprintoptions) | Creates the chart image and saves it to a stream in the specified format. |
8888
| [`to_pdf(self, file_name)`](/cells/python-net/aspose.cells.charts/chart/to_pdf/#system.string) | Saves the chart to a pdf file. |
8989
| [`to_pdf(self, file_name, desired_page_width, desired_page_height, h_alignment_type, v_alignment_type)`](/cells/python-net/aspose.cells.charts/chart/to_pdf/#system.string-float-float-aspose.cells.pagelayoutalignmenttype-aspose.cells.pagelayoutalignmenttype) | Saves the chart to a pdf file. |
90-
| [`to_pdf(self, stream)`](/cells/python-net/aspose.cells.charts/chart/to_pdf/#io.rawiobase) | Creates the chart pdf and saves it to a stream. |
90+
| [`to_pdf(self, stream)`](/cells/python-net/aspose.cells.charts/chart/to_pdf/#io.rawiobase) | Creates the chart PDF and saves it to a stream. |
9191
| [`to_pdf(self, stream, desired_page_width, desired_page_height, h_alignment_type, v_alignment_type)`](/cells/python-net/aspose.cells.charts/chart/to_pdf/#io.rawiobase-float-float-aspose.cells.pagelayoutalignmenttype-aspose.cells.pagelayoutalignmenttype) | Creates the chart pdf and saves it to a stream. |
92-
| [`is_refered_by_chart(self, row_index, column_index)`](/cells/python-net/aspose.cells.charts/chart/is_refered_by_chart/#int-int) | Returns whether the cell refered by the chart. |
92+
| [`is_refered_by_chart(self, row_index, column_index)`](/cells/python-net/aspose.cells.charts/chart/is_refered_by_chart/#int-int) | Returns whether the cell is referred by the chart. |
9393
| [`is_cell_refered_by_chart(self, sheet_index, row_index, column_index)`](/cells/python-net/aspose.cells.charts/chart/is_cell_refered_by_chart/#int-int-int) | Returns whether the cell refered by the chart. |
9494
| [`is_chart_data_changed(self)`](/cells/python-net/aspose.cells.charts/chart/is_chart_data_changed/#) | Detects if a chart's data source has changed. |
9595
| [`refresh_pivot_data(self)`](/cells/python-net/aspose.cells.charts/chart/refresh_pivot_data/#) | Refreshes chart's data from pivot table. |
96-
| [`change_template(self, data)`](/cells/python-net/aspose.cells.charts/chart/change_template/#bytes) | Change chart type with preset template. |
96+
| [`change_template(self, data)`](/cells/python-net/aspose.cells.charts/chart/change_template/#bytes) | Change chart type with a preset template. |
9797
| [`move(self, top_row, left_column, bottom_row, right_column)`](/cells/python-net/aspose.cells.charts/chart/move/#int-int-int-int) | Moves the chart to a specified location. |
9898
| [`get_actual_size(self)`](/cells/python-net/aspose.cells.charts/chart/get_actual_size/#) | Gets actual size of chart in unit of pixels. |
9999
| [`has_axis(self, aixs_type, is_primary)`](/cells/python-net/aspose.cells.charts/chart/has_axis/#aspose.cells.charts.axistype-bool) | Returns which axes exist on the chart. |

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

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

1313

14-
Gets actual size of chart in unit of pixels.
14+
Gets actual size of chart in units of pixels.
1515

1616
### Remarks
1717

english/aspose.cells.charts/chart/calculate/_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
## calculate(self) {#}
1212

13-
Calculates the custom position of plot area, axes if the position of them are auto assigned.
13+
Calculates the custom positions of the plot area and axes if their positions are auto-assigned.
1414

1515

1616

english/aspose.cells.charts/chart/change_template/_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
## change_template(self, data) {#bytes}
1212

13-
Change chart type with preset template.
13+
Change chart type with a preset template.
1414

1515

1616

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

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

1313

14-
Indicates whether displaying #N/A as blank value.
14+
Indicates whether to display #N/A as a blank value.
1515
### Definition:
1616
```python
1717
@property

english/aspose.cells.charts/chart/is_refered_by_chart/_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
## is_refered_by_chart(self, row_index, column_index) {#int-int}
1212

13-
Returns whether the cell refered by the chart.
13+
Returns whether the cell is referred by the chart.
1414

1515

1616
### Returns

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ is_root: false
1111
## perspective property
1212

1313

14-
Returns or sets the perspective for the 3-D chart view. Must be between 0 and 100.
14+
Returns or sets the perspective for the three‑dimensional chart view.
15+
Must be between 0 and 100.
1516
This property is ignored if the RightAngleAxes property is True.
1617
### Definition:
1718
```python

0 commit comments

Comments
 (0)