Skip to content

Commit 9c9f8df

Browse files
release Aspose.Cells for CPP 25.12
1 parent 13f13f2 commit 9c9f8df

File tree

186 files changed

+2135
-377
lines changed

Some content is hidden

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

186 files changed

+2135
-377
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ url: /cpp/aspose.cells.charts/
2121
| [ChartCalculateOptions](./chartcalculateoptions/) | Represents the options for calculating chart. |
2222
| [ChartCollection](./chartcollection/) | Encapsulates a collection of [Chart](./chart/) objects. |
2323
| [ChartDataTable](./chartdatatable/) | Represents a chart data table. |
24+
| [ChartDataValue](./chartdatavalue/) | Encapsulates chart data value. |
2425
| [ChartFrame](./chartframe/) | Encapsulates the object that represents the frame object in a chart. |
2526
| [ChartGlobalizationSettings](./chartglobalizationsettings/) | Represents the globalization settings for chart. |
2627
| [ChartPoint](./chartpoint/) | Represents a single point in a series in a chart. |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ linktitle: _impl
44
second_title: Aspose.Cells for C++ API Reference
55
description: 'Aspose::Cells::Charts::Axis::_impl field. The implementation object in C++.'
66
type: docs
7-
weight: 6900
7+
weight: 7500
88
url: /cpp/aspose.cells.charts/axis/_impl/
99
---
1010
## _impl field

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ class Axis
2828
| [GetAxisTexts()](./getaxistexts/) | Gets the labels of the axis after call [Chart.Calculate()](../chart/calculate/) method. |
2929
| [GetBaseUnitScale()](./getbaseunitscale/) | Represents the base unit scale for the category axis. |
3030
| [GetBins()](./getbins/) | Represents bins on a chart(Histogram/Pareto) axis. |
31-
| [GetCategoryType()](./getcategorytype/) | Represents the category axis type. |
31+
| [GetCategoryType()](./getcategorytype/) | Represents the type of the category axis. |
3232
| [GetCrossAt()](./getcrossat/) | Represents the point on the value axis where the category axis crosses it. |
3333
| [GetCrossType()](./getcrosstype/) | Represents the [CrossType](../crosstype/) on the specified axis where the other axis crosses. |
3434
| [GetCustomDisplayUnit()](./getcustomdisplayunit/) | Specifies a custom value for the display unit. |
3535
| [GetCustomUnit()](./getcustomunit/) | **(Deprecated)** Specifies a custom value for the display unit. |
3636
| [GetDisplayUnit()](./getdisplayunit/) | Represents the unit label for the specified axis. |
3737
| [GetDisplayUnitLabel()](./getdisplayunitlabel/) | Represents a unit label on an axis in the specified chart. Unit labels are useful for charting large values— for example, in the millions or billions. |
3838
| [GetHasMultiLevelLabels()](./gethasmultilevellabels/) | Indicates whether the labels shall be shown as multi level. |
39-
| [GetLogBase()](./getlogbase/) | Represents the logarithmic base. Default value is 10.Only applies for Excel2007. |
39+
| [GetLogBase()](./getlogbase/) | Represents the logarithmic base. Default value is 10. |
4040
| [GetMajorGridLines()](./getmajorgridlines/) | Represents major gridlines on a chart axis. |
4141
| [GetMajorTickMark()](./getmajortickmark/) | Represents the type of major tick mark for the specified axis. |
4242
| [GetMajorUnit()](./getmajorunit/) | Represents the major units for the axis. |
@@ -51,7 +51,7 @@ class Axis
5151
| [GetTickLabels()](./getticklabels/) | Returns a [TickLabels](../ticklabels/) object that represents the tick-mark labels for the specified axis. |
5252
| [GetTickLabelSpacing()](./getticklabelspacing/) | Represents the number of categories or series between tick-mark labels. Applies only to category and series axes. |
5353
| [GetTickMarkSpacing()](./gettickmarkspacing/) | Returns or sets the number of categories or series between tick marks. Applies only to category and series axes. |
54-
| [GetTitle()](./gettitle/) | Gets the axis' title. |
54+
| [GetTitle()](./gettitle/) | Gets the title of this axis in the chart. |
5555
| [IsAutomaticMajorUnit()](./isautomaticmajorunit/) | Indicates whether the major unit of the axis is automatically assigned. |
5656
| [IsAutomaticMaxValue()](./isautomaticmaxvalue/) | Indicates whether the max value is automatically assigned. |
5757
| [IsAutomaticMinorUnit()](./isautomaticminorunit/) | Indicates whether the minor unit of the axis is automatically assigned. |
@@ -66,7 +66,7 @@ class Axis
6666
| [operator=(const Axis\& src)](./operator_asm/) | operator= |
6767
| [SetAxisBetweenCategories(bool value)](./setaxisbetweencategories/) | Represents if the value axis crosses the category axis between categories. |
6868
| [SetBaseUnitScale(TimeUnit value)](./setbaseunitscale/) | Represents the base unit scale for the category axis. |
69-
| [SetCategoryType(CategoryType value)](./setcategorytype/) | Represents the category axis type. |
69+
| [SetCategoryType(CategoryType value)](./setcategorytype/) | Represents the type of the category axis. |
7070
| [SetCrossAt(double value)](./setcrossat/) | Represents the point on the value axis where the category axis crosses it. |
7171
| [SetCrossType(CrossType value)](./setcrosstype/) | Represents the [CrossType](../crosstype/) on the specified axis where the other axis crosses. |
7272
| [SetCustomDisplayUnit(double value)](./setcustomdisplayunit/) | Specifies a custom value for the display unit. |
@@ -82,7 +82,7 @@ class Axis
8282
| [SetIsLogarithmic(bool value)](./setislogarithmic/) | Represents if the value axis scale type is logarithmic or not. |
8383
| [SetIsPlotOrderReversed(bool value)](./setisplotorderreversed/) | Represents if Microsoft Excel plots data points from last to first. |
8484
| [SetIsVisible(bool value)](./setisvisible/) | Represents if the axis is visible. |
85-
| [SetLogBase(double value)](./setlogbase/) | Represents the logarithmic base. Default value is 10.Only applies for Excel2007. |
85+
| [SetLogBase(double value)](./setlogbase/) | Represents the logarithmic base. Default value is 10. |
8686
| [SetMajorTickMark(TickMarkType value)](./setmajortickmark/) | Represents the type of major tick mark for the specified axis. |
8787
| [SetMajorUnit(double value)](./setmajorunit/) | Represents the major units for the axis. |
8888
| [SetMajorUnitScale(TimeUnit value)](./setmajorunitscale/) | Represents the major unit scale for the category axis. |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ linktitle: GetAxisBetweenCategories
44
second_title: Aspose.Cells for C++ API Reference
55
description: 'Aspose::Cells::Charts::Axis::GetAxisBetweenCategories method. Represents if the value axis crosses the category axis between categories in C++.'
66
type: docs
7-
weight: 3600
7+
weight: 4000
88
url: /cpp/aspose.cells.charts/axis/getaxisbetweencategories/
99
---
1010
## Axis::GetAxisBetweenCategories method

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ linktitle: GetAxisLine
44
second_title: Aspose.Cells for C++ API Reference
55
description: 'Aspose::Cells::Charts::Axis::GetAxisLine method. Gets the appearance of an Axis in C++.'
66
type: docs
7-
weight: 1900
7+
weight: 2300
88
url: /cpp/aspose.cells.charts/axis/getaxisline/
99
---
1010
## Axis::GetAxisLine method

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ linktitle: GetAxisTexts
44
second_title: Aspose.Cells for C++ API Reference
55
description: 'Aspose::Cells::Charts::Axis::GetAxisTexts method. Gets the labels of the axis after call Chart.Calculate() method in C++.'
66
type: docs
7-
weight: 6700
7+
weight: 7300
88
url: /cpp/aspose.cells.charts/axis/getaxistexts/
99
---
1010
## Axis::GetAxisTexts method

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ linktitle: GetBaseUnitScale
44
second_title: Aspose.Cells for C++ API Reference
55
description: 'Aspose::Cells::Charts::Axis::GetBaseUnitScale method. Represents the base unit scale for the category axis in C++.'
66
type: docs
7-
weight: 5500
7+
weight: 6100
88
url: /cpp/aspose.cells.charts/axis/getbaseunitscale/
99
---
1010
## Axis::GetBaseUnitScale method

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ linktitle: GetBins
44
second_title: Aspose.Cells for C++ API Reference
55
description: 'Aspose::Cells::Charts::Axis::GetBins method. Represents bins on a chart(Histogram/Pareto) axis in C++.'
66
type: docs
7-
weight: 6800
7+
weight: 7400
88
url: /cpp/aspose.cells.charts/axis/getbins/
99
---
1010
## Axis::GetBins method

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
title: Aspose::Cells::Charts::Axis::GetCategoryType method
33
linktitle: GetCategoryType
44
second_title: Aspose.Cells for C++ API Reference
5-
description: 'Aspose::Cells::Charts::Axis::GetCategoryType method. Represents the category axis type in C++.'
5+
description: 'Aspose::Cells::Charts::Axis::GetCategoryType method. Represents the type of the category axis in C++.'
66
type: docs
7-
weight: 5300
7+
weight: 5900
88
url: /cpp/aspose.cells.charts/axis/getcategorytype/
99
---
1010
## Axis::GetCategoryType method
1111

1212

13-
Represents the category axis type.
13+
Represents the type of the category axis.
1414

1515
```cpp
1616
CategoryType Aspose::Cells::Charts::Axis::GetCategoryType()

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ linktitle: GetCrossAt
44
second_title: Aspose.Cells for C++ API Reference
55
description: 'Aspose::Cells::Charts::Axis::GetCrossAt method. Represents the point on the value axis where the category axis crosses it in C++.'
66
type: docs
7-
weight: 2600
7+
weight: 3000
88
url: /cpp/aspose.cells.charts/axis/getcrossat/
99
---
1010
## Axis::GetCrossAt method

0 commit comments

Comments
 (0)