Skip to content

Commit 841bfff

Browse files
release Aspose.Cells for CPP 26.5
1 parent b0a7ce6 commit 841bfff

1,586 files changed

Lines changed: 7882 additions & 1608 deletions

File tree

Some content is hidden

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ url: /cpp/aspose.cells.charts/
1818
| [AxisBins](./axisbins/) | Represents axis bins. |
1919
| [Chart](./chart/) | Encapsulates the object that represents a single Excel chart. |
2020
| [ChartArea](./chartarea/) | Encapsulates the object that represents the chart area in the worksheet. |
21-
| [ChartCalculateOptions](./chartcalculateoptions/) | Represents the options for calculating the chart. |
21+
| [ChartCalculateOptions](./chartcalculateoptions/) | Represents the options for calculating a chart. |
2222
| [ChartCollection](./chartcollection/) | Encapsulates a collection of [Chart](./chart/) objects. |
2323
| [ChartDataTable](./chartdatatable/) | Represents a chart data table. |
2424
| [ChartDataValue](./chartdatavalue/) | Encapsulates chart data value. |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ linktitle: AxisType
44
second_title: Aspose.Cells for C++ API Reference
55
description: 'Aspose::Cells::Charts::AxisType enum. Represents the axis type in C++.'
66
type: docs
7-
weight: 3700
7+
weight: 3800
88
url: /cpp/aspose.cells.charts/axistype/
99
---
1010
## AxisType enum

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ linktitle: BackgroundMode
44
second_title: Aspose.Cells for C++ API Reference
55
description: 'Aspose::Cells::Charts::BackgroundMode enum. Represents the display mode of the background in C++.'
66
type: docs
7-
weight: 3800
7+
weight: 3900
88
url: /cpp/aspose.cells.charts/backgroundmode/
99
---
1010
## BackgroundMode enum

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ linktitle: Bar3DShapeType
44
second_title: Aspose.Cells for C++ API Reference
55
description: 'Aspose::Cells::Charts::Bar3DShapeType enum. Represents the shape used with the 3-D bar or column chart in C++.'
66
type: docs
7-
weight: 3900
7+
weight: 4000
88
url: /cpp/aspose.cells.charts/bar3dshapetype/
99
---
1010
## Bar3DShapeType enum

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ linktitle: BubbleSizeRepresents
44
second_title: Aspose.Cells for C++ API Reference
55
description: 'Aspose::Cells::Charts::BubbleSizeRepresents enum. Represents what the bubble size represents on a bubble chart in C++.'
66
type: docs
7-
weight: 4000
7+
weight: 4100
88
url: /cpp/aspose.cells.charts/bubblesizerepresents/
99
---
1010
## BubbleSizeRepresents enum

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ linktitle: CategoryType
44
second_title: Aspose.Cells for C++ API Reference
55
description: 'Aspose::Cells::Charts::CategoryType enum. Represents the category axis type in C++.'
66
type: docs
7-
weight: 4100
7+
weight: 4200
88
url: /cpp/aspose.cells.charts/categorytype/
99
---
1010
## CategoryType enum

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
title: Aspose::Cells::Charts::ChartCalculateOptions class
33
linktitle: ChartCalculateOptions
44
second_title: Aspose.Cells for C++ API Reference
5-
description: 'Aspose::Cells::Charts::ChartCalculateOptions class. Represents the options for calculating the chart in C++.'
5+
description: 'Aspose::Cells::Charts::ChartCalculateOptions class. Represents the options for calculating a chart in C++.'
66
type: docs
77
weight: 500
88
url: /cpp/aspose.cells.charts/chartcalculateoptions/
99
---
1010
## ChartCalculateOptions class
1111

1212

13-
Represents the options for calculating the chart.
13+
Represents the options for calculating a chart.
1414

1515
```cpp
1616
class ChartCalculateOptions

english/cpp/aspose.cells.charts/chartcollection/_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::ChartCollection::_impl field. The implementation object in C++.'
66
type: docs
7-
weight: 1200
7+
weight: 1400
88
url: /cpp/aspose.cells.charts/chartcollection/_impl/
99
---
1010
## _impl field

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,15 @@ class ChartCollection
2626
| [Add(ChartType type, const U16String\& dataRange, bool isVertical, int32_t topRow, int32_t leftColumn, int32_t rightRow, int32_t bottomColumn)](./add/) | Adds a chart to the collection. |
2727
| [Add(ChartType type, const char16_t* dataRange, bool isVertical, int32_t topRow, int32_t leftColumn, int32_t rightRow, int32_t bottomColumn)](./add/) | Adds a chart to the collection. |
2828
| [AddFloatingChart(ChartType type, int32_t left, int32_t top, int32_t width, int32_t height)](./addfloatingchart/) | Adds a chart to the collection. |
29+
| [begin()](./begin/) | Returns an iterator to the beginning of the [ChartCollection](./). |
2930
| [ChartCollection(ChartCollection_Impl* impl)](./chartcollection/) | Constructs from an implementation object. |
3031
| [ChartCollection(const ChartCollection\& src)](./chartcollection/) | Copy constructor. |
3132
| [Clear()](./clear/) | Clear all charts. |
33+
| [end()](./end/) | Returns an iterator to the end of the [ChartCollection](./). |
3234
| [Get(int32_t index)](./get/) | Gets the [Chart](../chart/) element at the specified index. |
3335
| [Get(const U16String\& name)](./get/) | Gets the chart by the name. |
3436
| [Get(const char16_t* name)](./get/) | Gets the chart by the name. |
35-
| [GetCount()](./getcount/) | |
37+
| [GetCount()](./getcount/) | Gets the number of elements contained in the instance. |
3638
| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. |
3739
| explicit [operator bool()](./operator_bool/) const | operator bool() |
3840
| [operator=(const ChartCollection\& src)](./operator_asm/) | operator= |
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: Aspose::Cells::Charts::ChartCollection::begin method
3+
linktitle: begin
4+
second_title: Aspose.Cells for C++ API Reference
5+
description: 'Aspose::Cells::Charts::ChartCollection::begin method. Returns an iterator to the beginning of the ChartCollection in C++.'
6+
type: docs
7+
weight: 1200
8+
url: /cpp/aspose.cells.charts/chartcollection/begin/
9+
---
10+
## ChartCollection::begin method
11+
12+
13+
Returns an iterator to the beginning of the [ChartCollection](../).
14+
15+
```cpp
16+
Iterator Aspose::Cells::Charts::ChartCollection::begin()
17+
```
18+
19+
20+
## ReturnValue
21+
22+
An **Iterator** pointing to the first element of the [ChartCollection](../).
23+
24+
## See Also
25+
26+
* Class [ChartCollection](../)
27+
* Namespace [Aspose::Cells::Charts](../../)
28+
* Library [Aspose.Cells for C++](../../../)

0 commit comments

Comments
 (0)