Skip to content

Commit 487d5e0

Browse files
authored
Merge pull request #22 from aspose-cells/main
python net 25.2
2 parents 1c06ea6 + 4ecfec1 commit 487d5e0

File tree

281 files changed

+2819
-214
lines changed

Some content is hidden

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

281 files changed

+2819
-214
lines changed

english/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ is_root: true
2020
| [`aspose.cells.drawing.equations`](/cells/python-net/aspose.cells.drawing.equations) | The **Aspose.Cells.Drawing.Equations** namespace provides classes for creating various equation shapes (such as fractional equations, power equations, etc.) through equation nodes. |
2121
| [`aspose.cells.drawing.texts`](/cells/python-net/aspose.cells.drawing.texts) | The **Aspose.Cells.Drawing.Texts** namespace provides classes that draw and format texts objects such paragraph, bullet and more. |
2222
| [`aspose.cells.externalconnections`](/cells/python-net/aspose.cells.externalconnections) | The **Aspose.Cells.ExternalConnections** namespace provides classes for external connections to retrieve data from external sources such as Databases and the Web. |
23+
| [`aspose.cells.loading`](/cells/python-net/aspose.cells.loading) | The **Aspose.Cells.Loading** namespace contains all classes for options of loading. |
2324
| [`aspose.cells.json`](/cells/python-net/aspose.cells.json) | The **Aspose.Cells.Json** namespace contains all classes of JSON. |
2425
| [`aspose.cells.markup`](/cells/python-net/aspose.cells.markup) | The **Aspose.Cells.Markup** namespace contains classes that represent customer defined semantics in a document: smart tags, custom XML and more markup tags. |
2526
| [`aspose.cells.metadata`](/cells/python-net/aspose.cells.metadata) | The **Aspose.Cells.Metadata** namespace contains all classes of loading and saving metadata of Spreadsheets. |

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ The Axis type exposes the following members:
4545
| [display_unit](/cells/python-net/aspose.cells.charts/axis/display_unit) | Represents the unit label for the specified axis. |
4646
| [cust_unit](/cells/python-net/aspose.cells.charts/axis/cust_unit) | Specifies a custom value for the display unit. |
4747
| [custom_unit](/cells/python-net/aspose.cells.charts/axis/custom_unit) | Specifies a custom value for the display unit. |
48+
| [custom_display_unit](/cells/python-net/aspose.cells.charts/axis/custom_display_unit) | Specifies a custom value for the display unit. |
4849
| [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. |
4950
| [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. |
5051
| [title](/cells/python-net/aspose.cells.charts/axis/title) | Gets the axis' title. |
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: custom_display_unit property
3+
second_title: Aspose.Cells for Python via .NET API References
4+
description:
5+
type: docs
6+
weight: 140
7+
url: /aspose.cells.charts/axis/custom_display_unit/
8+
is_root: false
9+
---
10+
11+
## custom_display_unit property
12+
13+
14+
Specifies a custom value for the display unit.
15+
### Definition:
16+
```python
17+
@property
18+
def custom_display_unit(self):
19+
...
20+
@custom_display_unit.setter
21+
def custom_display_unit(self, value):
22+
...
23+
```
24+
25+
### See Also
26+
* module [`aspose.cells.charts`](../../)
27+
* class [`Axis`](/cells/python-net/aspose.cells.charts/axis)

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: custom_unit property
33
second_title: Aspose.Cells for Python via .NET API References
44
description:
55
type: docs
6-
weight: 140
6+
weight: 150
77
url: /aspose.cells.charts/axis/custom_unit/
88
is_root: false
99
---
@@ -12,6 +12,14 @@ is_root: false
1212

1313

1414
Specifies a custom value for the display unit.
15+
16+
### Remarks
17+
18+
19+
NOTE: This property is now obsolete. Instead,
20+
please use Axis.CoustomDisplayUnit property.
21+
This property will be removed 12 months later since February 2025.
22+
Aspose apologizes for any inconvenience you may have experienced.
1523
### Definition:
1624
```python
1725
@property

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

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

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

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

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

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

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

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

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

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

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

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

0 commit comments

Comments
 (0)