Skip to content

python net 24.6 #15

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 20, 2024
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
176 changes: 88 additions & 88 deletions english/aspose.cells.charts/_index.md

Large diffs are not rendered by default.

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 @@ -24,7 +24,7 @@ The ChartPoint type exposes the following members:
| [border](/cells/python-net/aspose.cells.charts/chartpoint/border) | Gets the [`Line`](/cells/python-net/aspose.cells.drawing/line). |
| [area](/cells/python-net/aspose.cells.charts/chartpoint/area) | Gets the [`ChartPoint.area`](/cells/python-net/aspose.cells.charts/chartpoint#area). |
| [marker](/cells/python-net/aspose.cells.charts/chartpoint/marker) | Gets the [`ChartPoint.marker`](/cells/python-net/aspose.cells.charts/chartpoint#marker). |
| [data_labels](/cells/python-net/aspose.cells.charts/chartpoint/data_labels) | Returns a DataLabels object that represents the data label associated with the point. |
| [data_labels](/cells/python-net/aspose.cells.charts/chartpoint/data_labels) | Returns a [`ChartPoint.data_labels`](/cells/python-net/aspose.cells.charts/chartpoint#data_labels) object that represents the data label associated with this chart point. |
| [y_value](/cells/python-net/aspose.cells.charts/chartpoint/y_value) | Gets or sets the Y value of the chart point. |
| [y_value_type](/cells/python-net/aspose.cells.charts/chartpoint/y_value_type) | Gets Y value type of the chart point. |
| [x_value](/cells/python-net/aspose.cells.charts/chartpoint/x_value) | Gets or sets the X value of the chart point. |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ is_root: false
## data_labels property


Returns a DataLabels object that represents the data label associated with the point.
Returns a [`ChartPoint.data_labels`](/cells/python-net/aspose.cells.charts/chartpoint#data_labels) object that represents the data label associated with this chart point.
### Definition:
```python
@property
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 @@ -64,7 +64,7 @@ The DataLabels type exposes the following members:
| [show_percentage](/cells/python-net/aspose.cells.charts/datalabels/show_percentage) | Represents a specified chart's data label percentage value display behavior. True displays the percentage value. False to hide. |
| [show_bubble_size](/cells/python-net/aspose.cells.charts/datalabels/show_bubble_size) | Represents a specified chart's data label percentage value display behavior. True displays the percentage value. False to hide. |
| [show_category_name](/cells/python-net/aspose.cells.charts/datalabels/show_category_name) | Represents a specified chart's data label category name display behavior.True to display the category name for the data labels on a chart. False to hide. |
| [show_series_name](/cells/python-net/aspose.cells.charts/datalabels/show_series_name) | Returns or sets a Boolean to indicate the series name display behavior for the data labels on a chart.<br/>True to show the series name. False to hide. |
| [show_series_name](/cells/python-net/aspose.cells.charts/datalabels/show_series_name) | Indicates whether the series name displays for the data labels on a chart.<br/>True to show the series name. False to hide. |
| [show_legend_key](/cells/python-net/aspose.cells.charts/datalabels/show_legend_key) | Represents a specified chart's data label legend key display behavior.<br/>True if the data label legend key is visible. |
| [number_format](/cells/python-net/aspose.cells.charts/datalabels/number_format) | Represents the format string for the DataLabels object. |
| [number](/cells/python-net/aspose.cells.charts/datalabels/number) | Gets and sets the built-in number format. |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ is_root: false
## show_series_name property


Returns or sets a Boolean to indicate the series name display behavior for the data labels on a chart.
Indicates whether the series name displays for the data labels on a chart.
True to show the series name. False to hide.
### Definition:
```python
Expand Down
164 changes: 82 additions & 82 deletions english/aspose.cells.charts/errorbar/_index.md
Original file line number Diff line number Diff line change
@@ -1,95 +1,95 @@
---
title: ErrorBar class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 160
url: /aspose.cells.charts/errorbar/
is_root: false
---
title: ErrorBar class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 160
url: /aspose.cells.charts/errorbar/
is_root: false
---

## ErrorBar class

Represents error bar of data series.



**Inheritance:** [`ErrorBar`](/cells/python-net/aspose.cells.charts/errorbar) →

**Inheritance:** [`ErrorBar`](/cells/python-net/aspose.cells.charts/errorbar) →
[`Line`](/cells/python-net/aspose.cells.drawing/line)



The ErrorBar type exposes the following members:
### Properties
| Property | Description |
| :- | :- |
| [compound_type](/cells/python-net/aspose.cells.charts/errorbar/compound_type) | Specifies the compound line type |
| [dash_type](/cells/python-net/aspose.cells.charts/errorbar/dash_type) | Specifies the dash line type |
| [cap_type](/cells/python-net/aspose.cells.charts/errorbar/cap_type) | Specifies the ending caps. |
| [join_type](/cells/python-net/aspose.cells.charts/errorbar/join_type) | Specifies the joining caps. |
| [begin_type](/cells/python-net/aspose.cells.charts/errorbar/begin_type) | Specifies an arrowhead for the begin of a line. |
| [end_type](/cells/python-net/aspose.cells.charts/errorbar/end_type) | Specifies an arrowhead for the end of a line. |
| [begin_arrow_length](/cells/python-net/aspose.cells.charts/errorbar/begin_arrow_length) | Specifies the length of the arrowhead for the begin of a line. |
| [end_arrow_length](/cells/python-net/aspose.cells.charts/errorbar/end_arrow_length) | Specifies the length of the arrowhead for the end of a line. |
| [begin_arrow_width](/cells/python-net/aspose.cells.charts/errorbar/begin_arrow_width) | Specifies the width of the arrowhead for the begin of a line. |
| [end_arrow_width](/cells/python-net/aspose.cells.charts/errorbar/end_arrow_width) | Specifies the width of the arrowhead for the end of a line. |
| [theme_color](/cells/python-net/aspose.cells.charts/errorbar/theme_color) | Gets and sets the theme color. |
| [color](/cells/python-net/aspose.cells.charts/errorbar/color) | Represents the Color of the line. |
| [transparency](/cells/python-net/aspose.cells.charts/errorbar/transparency) | Returns or sets the degree of transparency of the line as a value from 0.0 (opaque) through 1.0 (clear). |
| [style](/cells/python-net/aspose.cells.charts/errorbar/style) | Represents the style of the line. |
| [weight](/cells/python-net/aspose.cells.charts/errorbar/weight) | Gets or sets the [`WeightType`](/cells/python-net/aspose.cells.drawing/weighttype) of the line. |
| [weight_pt](/cells/python-net/aspose.cells.charts/errorbar/weight_pt) | Gets or sets the weight of the line in unit of points. |
| [weight_px](/cells/python-net/aspose.cells.charts/errorbar/weight_px) | Gets or sets the weight of the line in unit of pixels. |
| [formatting_type](/cells/python-net/aspose.cells.charts/errorbar/formatting_type) | Gets or sets format type. |
| [is_automatic_color](/cells/python-net/aspose.cells.charts/errorbar/is_automatic_color) | Indicates whether the color of line is automatic assigned. |
| [is_visible](/cells/python-net/aspose.cells.charts/errorbar/is_visible) | Represents whether the line is visible. |
| [is_auto](/cells/python-net/aspose.cells.charts/errorbar/is_auto) | Indicates whether this line style is auto assigned. |
| [gradient_fill](/cells/python-net/aspose.cells.charts/errorbar/gradient_fill) | Represents gradient fill. |
| [type](/cells/python-net/aspose.cells.charts/errorbar/type) | Represents error bar amount type. |
| [display_type](/cells/python-net/aspose.cells.charts/errorbar/display_type) | Represents error bar display type. |
| [amount](/cells/python-net/aspose.cells.charts/errorbar/amount) | Represents amount of error bar.<br/> The amount must be greater than or equal to zero. |
| [show_marker_t_top](/cells/python-net/aspose.cells.charts/errorbar/show_marker_t_top) | Indicates if formatting error bars with a T-top. |
| [plus_value](/cells/python-net/aspose.cells.charts/errorbar/plus_value) | Represents positive error amount when error bar type is Custom. |
| [minus_value](/cells/python-net/aspose.cells.charts/errorbar/minus_value) | Represents negative error amount when error bar type is Custom. |

### Properties
| Property | Description |
| :- | :- |
| [compound_type](/cells/python-net/aspose.cells.charts/errorbar/compound_type) | Specifies the compound line type |
| [dash_type](/cells/python-net/aspose.cells.charts/errorbar/dash_type) | Specifies the dash line type |
| [cap_type](/cells/python-net/aspose.cells.charts/errorbar/cap_type) | Specifies the ending caps. |
| [join_type](/cells/python-net/aspose.cells.charts/errorbar/join_type) | Specifies the joining caps. |
| [begin_type](/cells/python-net/aspose.cells.charts/errorbar/begin_type) | Specifies an arrowhead for the begin of a line. |
| [end_type](/cells/python-net/aspose.cells.charts/errorbar/end_type) | Specifies an arrowhead for the end of a line. |
| [begin_arrow_length](/cells/python-net/aspose.cells.charts/errorbar/begin_arrow_length) | Specifies the length of the arrowhead for the begin of a line. |
| [end_arrow_length](/cells/python-net/aspose.cells.charts/errorbar/end_arrow_length) | Specifies the length of the arrowhead for the end of a line. |
| [begin_arrow_width](/cells/python-net/aspose.cells.charts/errorbar/begin_arrow_width) | Specifies the width of the arrowhead for the begin of a line. |
| [end_arrow_width](/cells/python-net/aspose.cells.charts/errorbar/end_arrow_width) | Specifies the width of the arrowhead for the end of a line. |
| [theme_color](/cells/python-net/aspose.cells.charts/errorbar/theme_color) | Gets and sets the theme color. |
| [color](/cells/python-net/aspose.cells.charts/errorbar/color) | Represents the Color of the line. |
| [transparency](/cells/python-net/aspose.cells.charts/errorbar/transparency) | Returns or sets the degree of transparency of the line as a value from 0.0 (opaque) through 1.0 (clear). |
| [style](/cells/python-net/aspose.cells.charts/errorbar/style) | Represents the style of the line. |
| [weight](/cells/python-net/aspose.cells.charts/errorbar/weight) | Gets or sets the [`WeightType`](/cells/python-net/aspose.cells.drawing/weighttype) of the line. |
| [weight_pt](/cells/python-net/aspose.cells.charts/errorbar/weight_pt) | Gets or sets the weight of the line in unit of points. |
| [weight_px](/cells/python-net/aspose.cells.charts/errorbar/weight_px) | Gets or sets the weight of the line in unit of pixels. |
| [formatting_type](/cells/python-net/aspose.cells.charts/errorbar/formatting_type) | Gets or sets format type. |
| [is_automatic_color](/cells/python-net/aspose.cells.charts/errorbar/is_automatic_color) | Indicates whether the color of line is automatic assigned. |
| [is_visible](/cells/python-net/aspose.cells.charts/errorbar/is_visible) | Represents whether the line is visible. |
| [is_auto](/cells/python-net/aspose.cells.charts/errorbar/is_auto) | Indicates whether this line style is auto assigned. |
| [gradient_fill](/cells/python-net/aspose.cells.charts/errorbar/gradient_fill) | Represents gradient fill. |
| [type](/cells/python-net/aspose.cells.charts/errorbar/type) | Represents error bar amount type. |
| [display_type](/cells/python-net/aspose.cells.charts/errorbar/display_type) | Represents the display type of error bar. |
| [amount](/cells/python-net/aspose.cells.charts/errorbar/amount) | Represents amount of error bar. |
| [show_marker_t_top](/cells/python-net/aspose.cells.charts/errorbar/show_marker_t_top) | Indicates if formatting error bars with a T-top. |
| [plus_value](/cells/python-net/aspose.cells.charts/errorbar/plus_value) | Represents positive error amount when error bar type is Custom. |
| [minus_value](/cells/python-net/aspose.cells.charts/errorbar/minus_value) | Represents negative error amount when error bar type is Custom. |



### Example


```python
from aspose.cells import Workbook
from aspose.cells.charts import ChartType, ErrorBarDisplayType, ErrorBarType
workbook = Workbook()
cells = workbook.worksheets[0].cells
cells.get("a1").put_value(2)
cells.get("a2").put_value(5)
cells.get("a3").put_value(3)
cells.get("a4").put_value(6)
cells.get("b1").put_value(4)
cells.get("b2").put_value(3)
cells.get("b3").put_value(6)
cells.get("b4").put_value(7)
cells.get("C1").put_value("Q1")
cells.get("C2").put_value("Q2")
cells.get("C3").put_value("Y1")
cells.get("C4").put_value("Y2")
chartIndex = workbook.worksheets[0].charts.add(ChartType.COLUMN, 11, 0, 27, 10)
chart = workbook.worksheets[0].charts[chartIndex]
chart.n_series.add("A1:B4", True)
chart.n_series.category_data = "C1:C4"
for i in range(len(chart.n_series)):
aseries = chart.n_series[i]
aseries.y_error_bar.display_type = ErrorBarDisplayType.MINUS
aseries.y_error_bar.type = ErrorBarType.FIXED_VALUE
aseries.y_error_bar.amount = 5.0

```

### See Also
* module [`aspose.cells.charts`](..)
* class [`ErrorBar`](/cells/python-net/aspose.cells.charts/errorbar)
* class [`Line`](/cells/python-net/aspose.cells.drawing/line)
* class [`WeightType`](/cells/python-net/aspose.cells.drawing/weighttype)
from aspose.cells import Workbook
from aspose.cells.charts import ChartType, ErrorBarDisplayType, ErrorBarType

workbook = Workbook()
cells = workbook.worksheets[0].cells
cells.get("a1").put_value(2)
cells.get("a2").put_value(5)
cells.get("a3").put_value(3)
cells.get("a4").put_value(6)
cells.get("b1").put_value(4)
cells.get("b2").put_value(3)
cells.get("b3").put_value(6)
cells.get("b4").put_value(7)
cells.get("C1").put_value("Q1")
cells.get("C2").put_value("Q2")
cells.get("C3").put_value("Y1")
cells.get("C4").put_value("Y2")
chartIndex = workbook.worksheets[0].charts.add(ChartType.COLUMN, 11, 0, 27, 10)
chart = workbook.worksheets[0].charts[chartIndex]
chart.n_series.add("A1:B4", True)
chart.n_series.category_data = "C1:C4"
for i in range(len(chart.n_series)):
aseries = chart.n_series[i]
aseries.y_error_bar.display_type = ErrorBarDisplayType.MINUS
aseries.y_error_bar.type = ErrorBarType.FIXED_VALUE
aseries.y_error_bar.amount = 5.0

```

### See Also
* module [`aspose.cells.charts`](..)
* class [`ErrorBar`](/cells/python-net/aspose.cells.charts/errorbar)
* class [`Line`](/cells/python-net/aspose.cells.drawing/line)
* class [`WeightType`](/cells/python-net/aspose.cells.drawing/weighttype)
6 changes: 5 additions & 1 deletion english/aspose.cells.charts/errorbar/amount/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ is_root: false


Represents amount of error bar.
The amount must be greater than or equal to zero.

### Remarks


The amount must be greater than or equal to zero.
### Definition:
```python
@property
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ is_root: false
## display_type property


Represents error bar display type.
Represents the display type of error bar.
### Definition:
```python
@property
Expand Down
2 changes: 1 addition & 1 deletion english/aspose.cells.charts/legend/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ The Legend type exposes the following members:
| [position](/cells/python-net/aspose.cells.charts/legend/position) | Gets or sets the legend position type. |
| [legend_entries](/cells/python-net/aspose.cells.charts/legend/legend_entries) | Gets a collection of all the LegendEntry objects in the specified chart legend.<br/>Setting the legend entries of the surface chart is not supported.<br/>So it will return null if the chart type is surface chart type. |
| [legend_entries_labels](/cells/python-net/aspose.cells.charts/legend/legend_entries_labels) | Gets the labels of the legend entries after call Chart.Calculate() method. |
| [is_over_lay](/cells/python-net/aspose.cells.charts/legend/is_over_lay) | Gets or sets whether other chart elements shall be allowed to overlap this chart element. |
| [is_over_lay](/cells/python-net/aspose.cells.charts/legend/is_over_lay) | Gets or sets whether showing the legend without overlapping the chart. |


### Methods
Expand Down
2 changes: 1 addition & 1 deletion english/aspose.cells.charts/legend/is_over_lay/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ is_root: false
## is_over_lay property


Gets or sets whether other chart elements shall be allowed to overlap this chart element.
Gets or sets whether showing the legend without overlapping the chart.
### Definition:
```python
@property
Expand Down
6 changes: 3 additions & 3 deletions english/aspose.cells.charts/series/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ The Series type exposes the following members:
| [display_name](/cells/python-net/aspose.cells.charts/series/display_name) | Gets the series's name that displays on the chart graph. |
| [count_of_data_values](/cells/python-net/aspose.cells.charts/series/count_of_data_values) | Gets the number of the data values. |
| [is_vertical_values](/cells/python-net/aspose.cells.charts/series/is_vertical_values) | Indicates whether the data source is vertical. |
| [values](/cells/python-net/aspose.cells.charts/series/values) | Represents the data of the chart series. |
| [values_format_code](/cells/python-net/aspose.cells.charts/series/values_format_code) | Represents format code of Valuess NumberList. |
| [values](/cells/python-net/aspose.cells.charts/series/values) | Represents the Y values of this chart series. |
| [values_format_code](/cells/python-net/aspose.cells.charts/series/values_format_code) | Represents format code of Values's NumberList. |
| [x_values](/cells/python-net/aspose.cells.charts/series/x_values) | Represents the x values of the chart series. |
| [bubble_sizes](/cells/python-net/aspose.cells.charts/series/bubble_sizes) | Gets or sets the bubble sizes values of the chart series. |
| [trend_lines](/cells/python-net/aspose.cells.charts/series/trend_lines) | Returns an object that represents a collection of all the trendlines for the series. |
| [trend_lines](/cells/python-net/aspose.cells.charts/series/trend_lines) | Returns all the trendlines of this series. |
| [smooth](/cells/python-net/aspose.cells.charts/series/smooth) | Represents curve smoothing. <br/>True if curve smoothing is turned on for the line chart or scatter chart.<br/>Applies only to line and scatter connected by lines charts. |
| [shadow](/cells/python-net/aspose.cells.charts/series/shadow) | True if the series has a shadow. |
| [has_3d_effect](/cells/python-net/aspose.cells.charts/series/has_3d_effect) | True if the series has a three-dimensional appearance. <br/>Applies only to bubble charts. |
Expand Down
2 changes: 1 addition & 1 deletion english/aspose.cells.charts/series/trend_lines/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ is_root: false
## trend_lines property


Returns an object that represents a collection of all the trendlines for the series.
Returns all the trendlines of this series.
### Definition:
```python
@property
Expand Down
2 changes: 1 addition & 1 deletion english/aspose.cells.charts/series/values/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ is_root: false
## values property


Represents the data of the chart series.
Represents the Y values of this chart series.
### Definition:
```python
@property
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ is_root: false
## values_format_code property


Represents format code of Valuess NumberList.
Represents format code of Values's NumberList.
### Definition:
```python
@property
Expand Down
Loading