Skip to content

Commit cbdbcf6

Browse files
committed
python net 24.3
1 parent d649d54 commit cbdbcf6

File tree

525 files changed

+989
-761
lines changed

Some content is hidden

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

525 files changed

+989
-761
lines changed

english/aspose.cells.charts/_index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ type: docs
66
weight: 10
77
url: /aspose.cells.charts/
88
is_root: false
9-
---
9+
---
1010

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

1313
### Classes
1414
| Class | Description |
@@ -41,9 +41,9 @@ The **Aspose.Cells.Charts** namespace provides classes that allow to access and
4141
| [`SeriesLayoutProperties`](/cells/python-net/aspose.cells.charts/serieslayoutproperties) | Represents the properties of series layout. |
4242
| [`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. |
4343
| [`SparklineCollection`](/cells/python-net/aspose.cells.charts/sparklinecollection) | Encapsulates a collection of [`Sparkline`](/cells/python-net/aspose.cells.charts/sparkline) objects. |
44-
| [`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. |
44+
| [`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. |
4545
| [`SparklineGroupCollection`](/cells/python-net/aspose.cells.charts/sparklinegroupcollection) | Encapsulates a collection of [`SparklineGroup`](/cells/python-net/aspose.cells.charts/sparklinegroup) objects. |
46-
| [`TickLabelItem`](/cells/python-net/aspose.cells.charts/ticklabelitem) | Include information of a Ticklabel item |
46+
| [`TickLabelItem`](/cells/python-net/aspose.cells.charts/ticklabelitem) | Represents a tick label in the chart. |
4747
| [`TickLabels`](/cells/python-net/aspose.cells.charts/ticklabels) | Represents the tick-mark labels associated with tick marks on a chart axis. |
4848
| [`Title`](/cells/python-net/aspose.cells.charts/title) | Encapsulates the object that represents the title of chart or axis. |
4949
| [`Trendline`](/cells/python-net/aspose.cells.charts/trendline) | Represents a trendline in a chart. |
@@ -66,7 +66,6 @@ The **Aspose.Cells.Charts** namespace provides classes that allow to access and
6666
| [`ChartType`](/cells/python-net/aspose.cells.charts/charttype) | Enumerates all chart types used in Excel. |
6767
| [`CrossType`](/cells/python-net/aspose.cells.charts/crosstype) | Represents the axis cross type. |
6868
| [`DataLabelsSeparatorType`](/cells/python-net/aspose.cells.charts/datalabelsseparatortype) | Represents the separator type of DataLabels. |
69-
| [`DataLablesSeparatorType`](/cells/python-net/aspose.cells.charts/datalablesseparatortype) | Represents the separator type of DataLabels. |
7069
| [`DisplayUnitType`](/cells/python-net/aspose.cells.charts/displayunittype) | Represents the type of display unit of chart's axis. |
7170
| [`ErrorBarDisplayType`](/cells/python-net/aspose.cells.charts/errorbardisplaytype) | Represents error bar display type. |
7271
| [`ErrorBarType`](/cells/python-net/aspose.cells.charts/errorbartype) | Represents error bar amount type. |
@@ -82,6 +81,7 @@ The **Aspose.Cells.Charts** namespace provides classes that allow to access and
8281
| [`SparklineAxisMinMaxType`](/cells/python-net/aspose.cells.charts/sparklineaxisminmaxtype) | Represents the minimum and maximum value types for the sparkline vertical axis. |
8382
| [`SparklinePresetStyleType`](/cells/python-net/aspose.cells.charts/sparklinepresetstyletype) | Represents the preset style types for sparkline. |
8483
| [`SparklineType`](/cells/python-net/aspose.cells.charts/sparklinetype) | Represents the sparkline types. |
84+
| [`TickLabelAlignmentType`](/cells/python-net/aspose.cells.charts/ticklabelalignmenttype) | Represents the text alignment type for the tick labels on the axis |
8585
| [`TickLabelPositionType`](/cells/python-net/aspose.cells.charts/ticklabelpositiontype) | Represents the position type of tick-mark labels on the specified axis. |
8686
| [`TickMarkType`](/cells/python-net/aspose.cells.charts/tickmarktype) | Represents the tick mark type for the specified axis. |
8787
| [`TimeUnit`](/cells/python-net/aspose.cells.charts/timeunit) | Represents the base unit for the category axis. |

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@ Represents axis bins
1616

1717
The AxisBins type exposes the following members:
1818

19-
### Constructors
20-
| Constructor | Description |
21-
| :- | :- |
22-
| [__init__](/cells/python-net/aspose.cells.charts/axisbins/__init__/#) | Constructs a new instance of AxisBins |
23-
24-
2519
### Properties
2620
| Property | Description |
2721
| :- | :- |

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

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
1-
---
2-
title: ChartCalculateOptions class
3-
second_title: Aspose.Cells for Python via .NET API References
4-
description:
5-
type: docs
6-
weight: 50
7-
url: /aspose.cells.charts/chartcalculateoptions/
8-
is_root: false
1+
---
2+
title: ChartCalculateOptions class
3+
second_title: Aspose.Cells for Python via .NET API References
4+
description:
5+
type: docs
6+
weight: 50
7+
url: /aspose.cells.charts/chartcalculateoptions/
8+
is_root: false
99
---
10-
10+
1111
## ChartCalculateOptions class
12-
12+
1313
Represents the options for calculating chart.
14-
14+
1515

1616

1717
The ChartCalculateOptions type exposes the following members:
18-
19-
### Constructors
20-
| Constructor | Description |
21-
| :- | :- |
22-
| [__init__](/cells/python-net/aspose.cells.charts/chartcalculateoptions/__init__/#) | Creates the options for calculating chart. |
23-
24-
25-
### Properties
26-
| Property | Description |
27-
| :- | :- |
28-
| [update_all_points](/cells/python-net/aspose.cells.charts/chartcalculateoptions/update_all_points) | Whether update all data points when performing the chart calculation. Default: False.<br/>When you want to get the value for each data point in the chart specifically, set it to true.<br/>If this parameter is set to True, the new data points may be generated when chart is calculated. This could make the Excel file larger. |
29-
30-
31-
32-
### See Also
33-
* module [`aspose.cells.charts`](..)
18+
19+
### Constructors
20+
| Constructor | Description |
21+
| :- | :- |
22+
| [__init__](/cells/python-net/aspose.cells.charts/chartcalculateoptions/__init__/#) | Creates the options for calculating chart. |
23+
24+
25+
### Properties
26+
| Property | Description |
27+
| :- | :- |
28+
| [update_all_points](/cells/python-net/aspose.cells.charts/chartcalculateoptions/update_all_points) | Whether update all data points when performing the chart calculation. Default: False. <br/>When you want to get the value for each data point in the chart specifically, set it to true.<br/>If this parameter is set to True, the new data points may be generated when chart is calculated. This could make the Excel file larger. |
29+
30+
31+
32+
### See Also
33+
* module [`aspose.cells.charts`](..)

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ The DataLabels type exposes the following members:
6969
| [number_format](/cells/python-net/aspose.cells.charts/datalabels/number_format) | Represents the format string for the DataLabels object. |
7070
| [number](/cells/python-net/aspose.cells.charts/datalabels/number) | Gets and sets the built-in number format. |
7171
| [number_format_linked](/cells/python-net/aspose.cells.charts/datalabels/number_format_linked) | True if the number format is linked to the cells <br/>(so that the number format changes in the labels when it changes in the cells). |
72-
| [separator](/cells/python-net/aspose.cells.charts/datalabels/separator) | Gets or sets the separator type used for the data labels on a chart. |
7372
| [separator_type](/cells/python-net/aspose.cells.charts/datalabels/separator_type) | Gets or sets the separator type used for the data labels on a chart. |
7473
| [separator_value](/cells/python-net/aspose.cells.charts/datalabels/separator_value) | Gets or sets the separator value used for the data labels on a chart. |
7574
| [position](/cells/python-net/aspose.cells.charts/datalabels/position) | Represents the position of the data label. |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: separator_type property
33
second_title: Aspose.Cells for Python via .NET API References
44
description:
55
type: docs
6-
weight: 340
6+
weight: 330
77
url: /aspose.cells.charts/datalabels/separator_type/
88
is_root: false
99
---

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: separator_value property
33
second_title: Aspose.Cells for Python via .NET API References
44
description:
55
type: docs
6-
weight: 350
6+
weight: 340
77
url: /aspose.cells.charts/datalabels/separator_value/
88
is_root: false
99
---

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: shadow property
33
second_title: Aspose.Cells for Python via .NET API References
44
description:
55
type: docs
6-
weight: 360
6+
weight: 350
77
url: /aspose.cells.charts/datalabels/shadow/
88
is_root: false
99
---

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: shape_properties property
33
second_title: Aspose.Cells for Python via .NET API References
44
description:
55
type: docs
6-
weight: 370
6+
weight: 360
77
url: /aspose.cells.charts/datalabels/shape_properties/
88
is_root: false
99
---

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: shape_type property
33
second_title: Aspose.Cells for Python via .NET API References
44
description:
55
type: docs
6-
weight: 380
6+
weight: 370
77
url: /aspose.cells.charts/datalabels/shape_type/
88
is_root: false
99
---

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: show_bubble_size property
33
second_title: Aspose.Cells for Python via .NET API References
44
description:
55
type: docs
6-
weight: 390
6+
weight: 380
77
url: /aspose.cells.charts/datalabels/show_bubble_size/
88
is_root: false
99
---

0 commit comments

Comments
 (0)