Skip to content

Commit 18e1561

Browse files
Merge pull request #39 from aspose-cells/main
API references of Aspose.Cells 26.4 releases: .Net, Java, Cpp, Nodejs via C++, JavaScript via C++.
2 parents 7a27a67 + 45da55e commit 18e1561

481 files changed

Lines changed: 3807 additions & 1278 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: 4 additions & 4 deletions
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 chart. |
21+
| [ChartCalculateOptions](./chartcalculateoptions/) | Represents the options for calculating the 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. |
@@ -43,7 +43,7 @@ url: /cpp/aspose.cells.charts/
4343
| [SeriesLayoutProperties](./serieslayoutproperties/) | Represents the properties of series layout. |
4444
| [Sparkline](./sparkline/) | A sparkline represents a tiny chart or graphic in a worksheet cell that provides a visual representation of data. |
4545
| [SparklineCollection](./sparklinecollection/) | Encapsulates a collection of [Sparkline](./sparkline/) objects. |
46-
| [SparklineGroup](./sparklinegroup/) | [Sparkline](./sparkline/) is organized into sparkline group. A [SparklineGroup](./sparklinegroup/) contains a variable number of sparkline items. A sparkline group specifies the type, display settings and axis settings for the sparklines. |
46+
| [SparklineGroup](./sparklinegroup/) | [Sparkline](./sparkline/) is organized into a sparkline group. A [SparklineGroup](./sparklinegroup/) contains a variable number of sparkline items. A sparkline group specifies the type, display settings and axis settings for the sparklines. |
4747
| [SparklineGroupCollection](./sparklinegroupcollection/) | Encapsulates a collection of [SparklineGroup](./sparklinegroup/) objects. |
4848
| [TickLabelItem](./ticklabelitem/) | Represents a tick label in the chart. |
4949
| [TickLabels](./ticklabels/) | Represents the tick-mark labels associated with tick marks on a chart axis. |
@@ -60,7 +60,7 @@ url: /cpp/aspose.cells.charts/
6060
| [Bar3DShapeType](./bar3dshapetype/) | Represents the shape used with the 3-D bar or column chart. |
6161
| [BubbleSizeRepresents](./bubblesizerepresents/) | Represents what the bubble size represents on a bubble chart. |
6262
| [CategoryType](./categorytype/) | Represents the category axis type. |
63-
| [ChartColorPaletteType](./chartcolorpalettetype/) | Enumerates all Monochromatic Palettes used in Excel chart. |
63+
| [ChartColorPaletteType](./chartcolorpalettetype/) | Enumerates all Monochromatic Palettes used in an Excel chart. |
6464
| [ChartLineFormattingType](./chartlineformattingtype/) | Represents line format type of chart line. |
6565
| [ChartMarkerType](./chartmarkertype/) | Represents the marker style in a line chart, scatter chart, or radar chart. |
6666
| [ChartSplitType](./chartsplittype/) | Represents the way the two sections of either a pie of pie chart or a bar of pie chart are split. |
@@ -75,7 +75,7 @@ url: /cpp/aspose.cells.charts/
7575
| [LabelPositionType](./labelpositiontype/) | Represents data label position type. |
7676
| [LegendPositionType](./legendpositiontype/) | Enumerates the legend position types. |
7777
| [MapChartLabelLayout](./mapchartlabellayout/) | Represents the layout of map chart's labels. |
78-
| [MapChartProjectionType](./mapchartprojectiontype/) | Represents projection type of the map chart. |
78+
| [MapChartProjectionType](./mapchartprojectiontype/) | Represents the projection type of the map chart. |
7979
| [MapChartRegionType](./mapchartregiontype/) | Represents the region type of the map chart. |
8080
| [PlotDataByType](./plotdatabytype/) | Represents the type of data plot by row or column. |
8181
| [PlotEmptyCellsType](./plotemptycellstype/) | Represents all plot empty cells type of a chart. |

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,23 +22,23 @@ class AxisBins
2222
| --- | --- |
2323
| [AxisBins(AxisBins_Impl* impl)](./axisbins/) | Constructs from an implementation object. |
2424
| [AxisBins(const AxisBins\& src)](./axisbins/) | Copy constructor. |
25-
| [GetCount()](./getcount/) | Gets or set the count of axis bins. |
26-
| [GetOverflow()](./getoverflow/) | Gets or set the overflow of axis bins. |
27-
| [GetUnderflow()](./getunderflow/) | Gets or set the underflow of axis bins. |
28-
| [GetWidth()](./getwidth/) | Gets or sets the width of axis bin. |
25+
| [GetCount()](./getcount/) | Gets or sets the count of axis bins. |
26+
| [GetOverflow()](./getoverflow/) | Gets or sets the overflow of axis bins. |
27+
| [GetUnderflow()](./getunderflow/) | Gets or sets the underflow of axis bins. |
28+
| [GetWidth()](./getwidth/) | Gets or sets the width of the axis bin. |
2929
| [IsAutomatic()](./isautomatic/) | Indicates whether the axis bins are automatic. |
30-
| [IsByCategory()](./isbycategory/) | Indicates whether grouping data by category. |
30+
| [IsByCategory()](./isbycategory/) | Indicates whether grouping data by category is enabled. |
3131
| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. |
3232
| explicit [operator bool()](./operator_bool/) const | operator bool() |
3333
| [operator=(const AxisBins\& src)](./operator_asm/) | operator= |
3434
| [ResetOverflow()](./resetoverflow/) | **(Deprecated)** Reset the overflow. |
3535
| [ResetUnderflow()](./resetunderflow/) | **(Deprecated)** Reset the underflow. |
36-
| [SetCount(int32_t value)](./setcount/) | Gets or set the count of axis bins. |
36+
| [SetCount(int32_t value)](./setcount/) | Gets or sets the count of axis bins. |
3737
| [SetIsAutomatic(bool value)](./setisautomatic/) | Indicates whether the axis bins are automatic. |
38-
| [SetIsByCategory(bool value)](./setisbycategory/) | Indicates whether grouping data by category. |
39-
| [SetOverflow(double value)](./setoverflow/) | Gets or set the overflow of axis bins. |
40-
| [SetUnderflow(double value)](./setunderflow/) | Gets or set the underflow of axis bins. |
41-
| [SetWidth(double value)](./setwidth/) | Gets or sets the width of axis bin. |
38+
| [SetIsByCategory(bool value)](./setisbycategory/) | Indicates whether grouping data by category is enabled. |
39+
| [SetOverflow(double value)](./setoverflow/) | Gets or sets the overflow of axis bins. |
40+
| [SetUnderflow(double value)](./setunderflow/) | Gets or sets the underflow of axis bins. |
41+
| [SetWidth(double value)](./setwidth/) | Gets or sets the width of the axis bin. |
4242
| [~AxisBins()](./~axisbins/) | Destructor. |
4343
## Fields
4444

english/cpp/aspose.cells.charts/axisbins/getcount/_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::AxisBins::GetCount method
33
linktitle: GetCount
44
second_title: Aspose.Cells for C++ API Reference
5-
description: 'Aspose::Cells::Charts::AxisBins::GetCount method. Gets or set the count of axis bins in C++.'
5+
description: 'Aspose::Cells::Charts::AxisBins::GetCount method. Gets or sets the count of axis bins in C++.'
66
type: docs
77
weight: 1200
88
url: /cpp/aspose.cells.charts/axisbins/getcount/
99
---
1010
## AxisBins::GetCount method
1111

1212

13-
Gets or set the count of axis bins.
13+
Gets or sets the count of axis bins.
1414

1515
```cpp
1616
int32_t Aspose::Cells::Charts::AxisBins::GetCount()

english/cpp/aspose.cells.charts/axisbins/getoverflow/_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::AxisBins::GetOverflow method
33
linktitle: GetOverflow
44
second_title: Aspose.Cells for C++ API Reference
5-
description: 'Aspose::Cells::Charts::AxisBins::GetOverflow method. Gets or set the overflow of axis bins in C++.'
5+
description: 'Aspose::Cells::Charts::AxisBins::GetOverflow method. Gets or sets the overflow of axis bins in C++.'
66
type: docs
77
weight: 1400
88
url: /cpp/aspose.cells.charts/axisbins/getoverflow/
99
---
1010
## AxisBins::GetOverflow method
1111

1212

13-
Gets or set the overflow of axis bins.
13+
Gets or sets the overflow of axis bins.
1414

1515
```cpp
1616
double Aspose::Cells::Charts::AxisBins::GetOverflow()

english/cpp/aspose.cells.charts/axisbins/getunderflow/_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::AxisBins::GetUnderflow method
33
linktitle: GetUnderflow
44
second_title: Aspose.Cells for C++ API Reference
5-
description: 'Aspose::Cells::Charts::AxisBins::GetUnderflow method. Gets or set the underflow of axis bins in C++.'
5+
description: 'Aspose::Cells::Charts::AxisBins::GetUnderflow method. Gets or sets the underflow of axis bins in C++.'
66
type: docs
77
weight: 1600
88
url: /cpp/aspose.cells.charts/axisbins/getunderflow/
99
---
1010
## AxisBins::GetUnderflow method
1111

1212

13-
Gets or set the underflow of axis bins.
13+
Gets or sets the underflow of axis bins.
1414

1515
```cpp
1616
double Aspose::Cells::Charts::AxisBins::GetUnderflow()

english/cpp/aspose.cells.charts/axisbins/getwidth/_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::AxisBins::GetWidth method
33
linktitle: GetWidth
44
second_title: Aspose.Cells for C++ API Reference
5-
description: 'Aspose::Cells::Charts::AxisBins::GetWidth method. Gets or sets the width of axis bin in C++.'
5+
description: 'Aspose::Cells::Charts::AxisBins::GetWidth method. Gets or sets the width of the axis bin in C++.'
66
type: docs
77
weight: 1000
88
url: /cpp/aspose.cells.charts/axisbins/getwidth/
99
---
1010
## AxisBins::GetWidth method
1111

1212

13-
Gets or sets the width of axis bin.
13+
Gets or sets the width of the axis bin.
1414

1515
```cpp
1616
double Aspose::Cells::Charts::AxisBins::GetWidth()

english/cpp/aspose.cells.charts/axisbins/isbycategory/_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::AxisBins::IsByCategory method
33
linktitle: IsByCategory
44
second_title: Aspose.Cells for C++ API Reference
5-
description: 'Aspose::Cells::Charts::AxisBins::IsByCategory method. Indicates whether grouping data by category in C++.'
5+
description: 'Aspose::Cells::Charts::AxisBins::IsByCategory method. Indicates whether grouping data by category is enabled in C++.'
66
type: docs
77
weight: 600
88
url: /cpp/aspose.cells.charts/axisbins/isbycategory/
99
---
1010
## AxisBins::IsByCategory method
1111

1212

13-
Indicates whether grouping data by category.
13+
Indicates whether grouping data by category is enabled.
1414

1515
```cpp
1616
bool Aspose::Cells::Charts::AxisBins::IsByCategory()

english/cpp/aspose.cells.charts/axisbins/setcount/_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::AxisBins::SetCount method
33
linktitle: SetCount
44
second_title: Aspose.Cells for C++ API Reference
5-
description: 'Aspose::Cells::Charts::AxisBins::SetCount method. Gets or set the count of axis bins in C++.'
5+
description: 'Aspose::Cells::Charts::AxisBins::SetCount method. Gets or sets the count of axis bins in C++.'
66
type: docs
77
weight: 1300
88
url: /cpp/aspose.cells.charts/axisbins/setcount/
99
---
1010
## AxisBins::SetCount method
1111

1212

13-
Gets or set the count of axis bins.
13+
Gets or sets the count of axis bins.
1414

1515
```cpp
1616
void Aspose::Cells::Charts::AxisBins::SetCount(int32_t value)

english/cpp/aspose.cells.charts/axisbins/setisbycategory/_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::AxisBins::SetIsByCategory method
33
linktitle: SetIsByCategory
44
second_title: Aspose.Cells for C++ API Reference
5-
description: 'Aspose::Cells::Charts::AxisBins::SetIsByCategory method. Indicates whether grouping data by category in C++.'
5+
description: 'Aspose::Cells::Charts::AxisBins::SetIsByCategory method. Indicates whether grouping data by category is enabled in C++.'
66
type: docs
77
weight: 700
88
url: /cpp/aspose.cells.charts/axisbins/setisbycategory/
99
---
1010
## AxisBins::SetIsByCategory method
1111

1212

13-
Indicates whether grouping data by category.
13+
Indicates whether grouping data by category is enabled.
1414

1515
```cpp
1616
void Aspose::Cells::Charts::AxisBins::SetIsByCategory(bool value)

english/cpp/aspose.cells.charts/axisbins/setoverflow/_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::AxisBins::SetOverflow method
33
linktitle: SetOverflow
44
second_title: Aspose.Cells for C++ API Reference
5-
description: 'Aspose::Cells::Charts::AxisBins::SetOverflow method. Gets or set the overflow of axis bins in C++.'
5+
description: 'Aspose::Cells::Charts::AxisBins::SetOverflow method. Gets or sets the overflow of axis bins in C++.'
66
type: docs
77
weight: 1500
88
url: /cpp/aspose.cells.charts/axisbins/setoverflow/
99
---
1010
## AxisBins::SetOverflow method
1111

1212

13-
Gets or set the overflow of axis bins.
13+
Gets or sets the overflow of axis bins.
1414

1515
```cpp
1616
void Aspose::Cells::Charts::AxisBins::SetOverflow(double value)

0 commit comments

Comments
 (0)