Skip to content

Commit 788e6d9

Browse files
Aspose.Slides for C++ 25.6 API Reference
1 parent 25b5f0b commit 788e6d9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

content/cpp/english/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Aspose.Slides for C++ API Reference (version 25.5)
2+
title: Aspose.Slides for C++ API Reference (version 25.6)
33
type: docs
44
weight: 12
55
url: /

content/cpp/english/aspose.slides.charts/displayunittype/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ enum class DisplayUnitType
1919
2020
| Name | Value | Description |
2121
| --- | --- | --- |
22-
| None | 0 | Values will dislayed as is. |
22+
| None | 0 | Values will be displayed as-is. |
2323
| Hundreds | 1 | Specifies the values on the chart shall be divided by 100. |
2424
| Thousands | 2 | Specifies the values on the chart shall be divided by 1,000. |
2525
| TenThousands | 3 | Specifies the values on the chart shall be divided by 10,000. |
@@ -28,7 +28,7 @@ enum class DisplayUnitType
2828
| TenMillions | 6 | Specifies the values on the chart shall be divided by 10,000,000. |
2929
| HundredMillions | 7 | Specifies the values on the chart shall be divided by 100,000,000. |
3030
| Billions | 8 | Specifies the values on the chart shall be divided by 1,000,000,000. |
31-
| Trillions | 9 | Specifies the values on the chart shall be divided by 1,000,000,000. |
31+
| Trillions | 9 | Specifies the values on the chart shall be divided by 1,000,000,000,000. |
3232
| CustomValue | 10 | Specifies the values on the chart shall be divided by a custom value. |
3333
3434
## See Also

0 commit comments

Comments
 (0)