Skip to content

Commit 490e752

Browse files
committed
25.12 API
1 parent 07e72f3 commit 490e752

File tree

414 files changed

+1321
-765
lines changed

Some content is hidden

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

414 files changed

+1321
-765
lines changed

english/aspose.cells.charts/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ The **Aspose.Cells.Charts** namespace provides classes that allow to access and
2020
| [`ChartCalculateOptions`](/cells/python-net/aspose.cells.charts/chartcalculateoptions) | Represents the options for calculating 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. |
23+
| [`ChartDataValue`](/cells/python-net/aspose.cells.charts/chartdatavalue) | Encapsulates chart data value |
2324
| [`ChartFrame`](/cells/python-net/aspose.cells.charts/chartframe) | Encapsulates the object that represents the frame object in a chart. |
2425
| [`ChartGlobalizationSettings`](/cells/python-net/aspose.cells.charts/chartglobalizationsettings) | Represents the globalization settings for chart. |
2526
| [`ChartPoint`](/cells/python-net/aspose.cells.charts/chartpoint) | Represents a single point in a series in a chart. |

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The Axis type exposes the following members:
3434
| [tick_label_position](/cells/python-net/aspose.cells.charts/axis/tick_label_position) | Represents the position of tick-mark labels on the specified axis. |
3535
| [cross_at](/cells/python-net/aspose.cells.charts/axis/cross_at) | Represents the point on the value axis where the category axis crosses it. |
3636
| [cross_type](/cells/python-net/aspose.cells.charts/axis/cross_type) | Represents the [`Axis.cross_type`](/cells/python-net/aspose.cells.charts/axis#cross_type) on the specified axis where the other axis crosses. |
37-
| [log_base](/cells/python-net/aspose.cells.charts/axis/log_base) | Represents the logarithmic base. Default value is 10.Only applies for Excel2007. |
37+
| [log_base](/cells/python-net/aspose.cells.charts/axis/log_base) | Represents the logarithmic base. Default value is 10. |
3838
| [is_logarithmic](/cells/python-net/aspose.cells.charts/axis/is_logarithmic) | Represents if the value axis scale type is logarithmic or not. |
3939
| [is_plot_order_reversed](/cells/python-net/aspose.cells.charts/axis/is_plot_order_reversed) | Represents if Microsoft Excel plots data points from last to first. |
4040
| [axis_between_categories](/cells/python-net/aspose.cells.charts/axis/axis_between_categories) | Represents if the value axis crosses the category axis between categories. |
@@ -48,8 +48,8 @@ The Axis type exposes the following members:
4848
| [custom_display_unit](/cells/python-net/aspose.cells.charts/axis/custom_display_unit) | Specifies a custom value for the display unit. |
4949
| [display_unit_label](/cells/python-net/aspose.cells.charts/axis/display_unit_label) | Represents a unit label on an axis in the specified chart. <br/>Unit labels are useful for charting large values— for example, in the millions or billions. |
5050
| [is_display_unit_label_shown](/cells/python-net/aspose.cells.charts/axis/is_display_unit_label_shown) | Represents if the display unit label is shown on the specified axis. |
51-
| [title](/cells/python-net/aspose.cells.charts/axis/title) | Gets the axis' title. |
52-
| [category_type](/cells/python-net/aspose.cells.charts/axis/category_type) | Represents the category axis type. |
51+
| [title](/cells/python-net/aspose.cells.charts/axis/title) | Gets the title of this axis in the chart. |
52+
| [category_type](/cells/python-net/aspose.cells.charts/axis/category_type) | Represents the type of the category axis. |
5353
| [base_unit_scale](/cells/python-net/aspose.cells.charts/axis/base_unit_scale) | Represents the base unit scale for the category axis. |
5454
| [major_unit_scale](/cells/python-net/aspose.cells.charts/axis/major_unit_scale) | Represents the major unit scale for the category axis. |
5555
| [minor_unit_scale](/cells/python-net/aspose.cells.charts/axis/minor_unit_scale) | Represents the major unit scale for the category axis. |

english/aspose.cells.charts/axis/category_type/_index.md

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

1313

14-
Represents the category axis type.
14+
Represents the type of the category axis.
1515
### Definition:
1616
```python
1717
@property

english/aspose.cells.charts/axis/log_base/_index.md

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

1313

14-
Represents the logarithmic base. Default value is 10.Only applies for Excel2007.
14+
Represents the logarithmic base. Default value is 10.
1515
### Definition:
1616
```python
1717
@property

english/aspose.cells.charts/axis/title/_index.md

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

1313

14-
Gets the axis' title.
14+
Gets the title of this axis in the chart.
1515
### Definition:
1616
```python
1717
@property

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

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

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

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

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

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

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

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

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

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

0 commit comments

Comments
 (0)