You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[`Chart`](/cells/python-net/aspose.cells.charts/chart)| Encapsulates the object that represents a single Excel chart. |
19
19
|[`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
28
28
|[`ChartTextFrame`](/cells/python-net/aspose.cells.charts/charttextframe)| Encapsulates the object that represents the frame object which contains text. |
29
29
|[`DataLabels`](/cells/python-net/aspose.cells.charts/datalabels)| Encapsulates a collection of all the DataLabel objects for the specified Series. |
30
30
|[`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. |
32
32
|[`ErrorBar`](/cells/python-net/aspose.cells.charts/errorbar)| Represents error bar of data series. |
33
33
|[`Floor`](/cells/python-net/aspose.cells.charts/floor)| Encapsulates the object that represents the floor of a 3-D chart. |
34
34
|[`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
78
78
|[`MapChartProjectionType`](/cells/python-net/aspose.cells.charts/mapchartprojectiontype)| Represents the projection type of the map chart. |
79
79
|[`MapChartRegionType`](/cells/python-net/aspose.cells.charts/mapchartregiontype)| Represents the region type of the map chart. |
80
80
|[`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. |
|[`SparklineAxisMinMaxType`](/cells/python-net/aspose.cells.charts/sparklineaxisminmaxtype)| Represents the minimum and maximum value types for the sparkline vertical axis. |
84
84
|[`SparklinePresetStyleType`](/cells/python-net/aspose.cells.charts/sparklinepresetstyletype)| Represents the preset style types for sparkline. |
Copy file name to clipboardExpand all lines: english/aspose.cells.charts/bubblesizerepresents/_index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ The BubbleSizeRepresents type exposes the following members:
19
19
### Fields
20
20
| Field | Description |
21
21
| :- | :- |
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. |
23
23
| SIZE_IS_WIDTH | Represents the value of [`Series.bubble_sizes`](/cells/python-net/aspose.cells.charts/series#bubble_sizes) is width of the bubble. |
|[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. |
32
32
|[name](/cells/python-net/aspose.cells.charts/chart/name)| Gets and sets the name of the chart. |
33
33
|[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. |
34
34
|[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:
38
38
|[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. |
39
39
|[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. |
40
40
|[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. |
42
42
|[plot_area](/cells/python-net/aspose.cells.charts/chart/plot_area)| Gets the chart's plot area which includes axis tick labels. |
43
43
|[chart_area](/cells/python-net/aspose.cells.charts/chart/chart_area)| Gets the chart area in the worksheet. |
44
44
|[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:
64
64
|[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). |
65
65
| [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. |
66
66
|[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. |
68
68
|[is_3d](/cells/python-net/aspose.cells.charts/chart/is_3d)| Indicates whether the chart is a 3d chart. |
69
69
|[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. |
71
71
|[placement](/cells/python-net/aspose.cells.charts/chart/placement)| Represents the way the chart is attached to the cells below it. |
72
72
|[page_setup](/cells/python-net/aspose.cells.charts/chart/page_setup)| Represents the page setup description in this chart. |
73
73
|[line](/cells/python-net/aspose.cells.charts/chart/line)| Gets the line. |
@@ -76,7 +76,7 @@ The Chart type exposes the following members:
76
76
### Methods
77
77
| Method | Description |
78
78
| :- | :- |
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 autoassigned. |
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. |
80
80
|[`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. |
81
81
| [`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. |
82
82
|[`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:
87
87
|[`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. |
88
88
|[`to_pdf(self, file_name)`](/cells/python-net/aspose.cells.charts/chart/to_pdf/#system.string)| Saves the chart to a pdf file. |
89
89
|[`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. |
91
91
|[`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. |
93
93
|[`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. |
94
94
|[`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. |
95
95
|[`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. |
97
97
|[`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. |
98
98
|[`get_actual_size(self)`](/cells/python-net/aspose.cells.charts/chart/get_actual_size/#)| Gets actual size of chart in unit of pixels. |
99
99
|[`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. |
0 commit comments