Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
8 changes: 4 additions & 4 deletions english/cpp/aspose.cells.charts/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ url: /cpp/aspose.cells.charts/
| [AxisBins](./axisbins/) | Represents axis bins. |
| [Chart](./chart/) | Encapsulates the object that represents a single Excel chart. |
| [ChartArea](./chartarea/) | Encapsulates the object that represents the chart area in the worksheet. |
| [ChartCalculateOptions](./chartcalculateoptions/) | Represents the options for calculating chart. |
| [ChartCalculateOptions](./chartcalculateoptions/) | Represents the options for calculating the chart. |
| [ChartCollection](./chartcollection/) | Encapsulates a collection of [Chart](./chart/) objects. |
| [ChartDataTable](./chartdatatable/) | Represents a chart data table. |
| [ChartDataValue](./chartdatavalue/) | Encapsulates chart data value. |
Expand All @@ -43,7 +43,7 @@ url: /cpp/aspose.cells.charts/
| [SeriesLayoutProperties](./serieslayoutproperties/) | Represents the properties of series layout. |
| [Sparkline](./sparkline/) | A sparkline represents a tiny chart or graphic in a worksheet cell that provides a visual representation of data. |
| [SparklineCollection](./sparklinecollection/) | Encapsulates a collection of [Sparkline](./sparkline/) objects. |
| [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. |
| [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. |
| [SparklineGroupCollection](./sparklinegroupcollection/) | Encapsulates a collection of [SparklineGroup](./sparklinegroup/) objects. |
| [TickLabelItem](./ticklabelitem/) | Represents a tick label in the chart. |
| [TickLabels](./ticklabels/) | Represents the tick-mark labels associated with tick marks on a chart axis. |
Expand All @@ -60,7 +60,7 @@ url: /cpp/aspose.cells.charts/
| [Bar3DShapeType](./bar3dshapetype/) | Represents the shape used with the 3-D bar or column chart. |
| [BubbleSizeRepresents](./bubblesizerepresents/) | Represents what the bubble size represents on a bubble chart. |
| [CategoryType](./categorytype/) | Represents the category axis type. |
| [ChartColorPaletteType](./chartcolorpalettetype/) | Enumerates all Monochromatic Palettes used in Excel chart. |
| [ChartColorPaletteType](./chartcolorpalettetype/) | Enumerates all Monochromatic Palettes used in an Excel chart. |
| [ChartLineFormattingType](./chartlineformattingtype/) | Represents line format type of chart line. |
| [ChartMarkerType](./chartmarkertype/) | Represents the marker style in a line chart, scatter chart, or radar chart. |
| [ChartSplitType](./chartsplittype/) | Represents the way the two sections of either a pie of pie chart or a bar of pie chart are split. |
Expand All @@ -75,7 +75,7 @@ url: /cpp/aspose.cells.charts/
| [LabelPositionType](./labelpositiontype/) | Represents data label position type. |
| [LegendPositionType](./legendpositiontype/) | Enumerates the legend position types. |
| [MapChartLabelLayout](./mapchartlabellayout/) | Represents the layout of map chart's labels. |
| [MapChartProjectionType](./mapchartprojectiontype/) | Represents projection type of the map chart. |
| [MapChartProjectionType](./mapchartprojectiontype/) | Represents the projection type of the map chart. |
| [MapChartRegionType](./mapchartregiontype/) | Represents the region type of the map chart. |
| [PlotDataByType](./plotdatabytype/) | Represents the type of data plot by row or column. |
| [PlotEmptyCellsType](./plotemptycellstype/) | Represents all plot empty cells type of a chart. |
Expand Down
20 changes: 10 additions & 10 deletions english/cpp/aspose.cells.charts/axisbins/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,23 @@ class AxisBins
| --- | --- |
| [AxisBins(AxisBins_Impl* impl)](./axisbins/) | Constructs from an implementation object. |
| [AxisBins(const AxisBins\& src)](./axisbins/) | Copy constructor. |
| [GetCount()](./getcount/) | Gets or set the count of axis bins. |
| [GetOverflow()](./getoverflow/) | Gets or set the overflow of axis bins. |
| [GetUnderflow()](./getunderflow/) | Gets or set the underflow of axis bins. |
| [GetWidth()](./getwidth/) | Gets or sets the width of axis bin. |
| [GetCount()](./getcount/) | Gets or sets the count of axis bins. |
| [GetOverflow()](./getoverflow/) | Gets or sets the overflow of axis bins. |
| [GetUnderflow()](./getunderflow/) | Gets or sets the underflow of axis bins. |
| [GetWidth()](./getwidth/) | Gets or sets the width of the axis bin. |
| [IsAutomatic()](./isautomatic/) | Indicates whether the axis bins are automatic. |
| [IsByCategory()](./isbycategory/) | Indicates whether grouping data by category. |
| [IsByCategory()](./isbycategory/) | Indicates whether grouping data by category is enabled. |
| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. |
| explicit [operator bool()](./operator_bool/) const | operator bool() |
| [operator=(const AxisBins\& src)](./operator_asm/) | operator= |
| [ResetOverflow()](./resetoverflow/) | **(Deprecated)** Reset the overflow. |
| [ResetUnderflow()](./resetunderflow/) | **(Deprecated)** Reset the underflow. |
| [SetCount(int32_t value)](./setcount/) | Gets or set the count of axis bins. |
| [SetCount(int32_t value)](./setcount/) | Gets or sets the count of axis bins. |
| [SetIsAutomatic(bool value)](./setisautomatic/) | Indicates whether the axis bins are automatic. |
| [SetIsByCategory(bool value)](./setisbycategory/) | Indicates whether grouping data by category. |
| [SetOverflow(double value)](./setoverflow/) | Gets or set the overflow of axis bins. |
| [SetUnderflow(double value)](./setunderflow/) | Gets or set the underflow of axis bins. |
| [SetWidth(double value)](./setwidth/) | Gets or sets the width of axis bin. |
| [SetIsByCategory(bool value)](./setisbycategory/) | Indicates whether grouping data by category is enabled. |
| [SetOverflow(double value)](./setoverflow/) | Gets or sets the overflow of axis bins. |
| [SetUnderflow(double value)](./setunderflow/) | Gets or sets the underflow of axis bins. |
| [SetWidth(double value)](./setwidth/) | Gets or sets the width of the axis bin. |
| [~AxisBins()](./~axisbins/) | Destructor. |
## Fields

Expand Down
4 changes: 2 additions & 2 deletions english/cpp/aspose.cells.charts/axisbins/getcount/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
title: Aspose::Cells::Charts::AxisBins::GetCount method
linktitle: GetCount
second_title: Aspose.Cells for C++ API Reference
description: 'Aspose::Cells::Charts::AxisBins::GetCount method. Gets or set the count of axis bins in C++.'
description: 'Aspose::Cells::Charts::AxisBins::GetCount method. Gets or sets the count of axis bins in C++.'
type: docs
weight: 1200
url: /cpp/aspose.cells.charts/axisbins/getcount/
---
## AxisBins::GetCount method


Gets or set the count of axis bins.
Gets or sets the count of axis bins.

```cpp
int32_t Aspose::Cells::Charts::AxisBins::GetCount()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
title: Aspose::Cells::Charts::AxisBins::GetOverflow method
linktitle: GetOverflow
second_title: Aspose.Cells for C++ API Reference
description: 'Aspose::Cells::Charts::AxisBins::GetOverflow method. Gets or set the overflow of axis bins in C++.'
description: 'Aspose::Cells::Charts::AxisBins::GetOverflow method. Gets or sets the overflow of axis bins in C++.'
type: docs
weight: 1400
url: /cpp/aspose.cells.charts/axisbins/getoverflow/
---
## AxisBins::GetOverflow method


Gets or set the overflow of axis bins.
Gets or sets the overflow of axis bins.

```cpp
double Aspose::Cells::Charts::AxisBins::GetOverflow()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
title: Aspose::Cells::Charts::AxisBins::GetUnderflow method
linktitle: GetUnderflow
second_title: Aspose.Cells for C++ API Reference
description: 'Aspose::Cells::Charts::AxisBins::GetUnderflow method. Gets or set the underflow of axis bins in C++.'
description: 'Aspose::Cells::Charts::AxisBins::GetUnderflow method. Gets or sets the underflow of axis bins in C++.'
type: docs
weight: 1600
url: /cpp/aspose.cells.charts/axisbins/getunderflow/
---
## AxisBins::GetUnderflow method


Gets or set the underflow of axis bins.
Gets or sets the underflow of axis bins.

```cpp
double Aspose::Cells::Charts::AxisBins::GetUnderflow()
Expand Down
4 changes: 2 additions & 2 deletions english/cpp/aspose.cells.charts/axisbins/getwidth/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
title: Aspose::Cells::Charts::AxisBins::GetWidth method
linktitle: GetWidth
second_title: Aspose.Cells for C++ API Reference
description: 'Aspose::Cells::Charts::AxisBins::GetWidth method. Gets or sets the width of axis bin in C++.'
description: 'Aspose::Cells::Charts::AxisBins::GetWidth method. Gets or sets the width of the axis bin in C++.'
type: docs
weight: 1000
url: /cpp/aspose.cells.charts/axisbins/getwidth/
---
## AxisBins::GetWidth method


Gets or sets the width of axis bin.
Gets or sets the width of the axis bin.

```cpp
double Aspose::Cells::Charts::AxisBins::GetWidth()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
title: Aspose::Cells::Charts::AxisBins::IsByCategory method
linktitle: IsByCategory
second_title: Aspose.Cells for C++ API Reference
description: 'Aspose::Cells::Charts::AxisBins::IsByCategory method. Indicates whether grouping data by category in C++.'
description: 'Aspose::Cells::Charts::AxisBins::IsByCategory method. Indicates whether grouping data by category is enabled in C++.'
type: docs
weight: 600
url: /cpp/aspose.cells.charts/axisbins/isbycategory/
---
## AxisBins::IsByCategory method


Indicates whether grouping data by category.
Indicates whether grouping data by category is enabled.

```cpp
bool Aspose::Cells::Charts::AxisBins::IsByCategory()
Expand Down
4 changes: 2 additions & 2 deletions english/cpp/aspose.cells.charts/axisbins/setcount/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
title: Aspose::Cells::Charts::AxisBins::SetCount method
linktitle: SetCount
second_title: Aspose.Cells for C++ API Reference
description: 'Aspose::Cells::Charts::AxisBins::SetCount method. Gets or set the count of axis bins in C++.'
description: 'Aspose::Cells::Charts::AxisBins::SetCount method. Gets or sets the count of axis bins in C++.'
type: docs
weight: 1300
url: /cpp/aspose.cells.charts/axisbins/setcount/
---
## AxisBins::SetCount method


Gets or set the count of axis bins.
Gets or sets the count of axis bins.

```cpp
void Aspose::Cells::Charts::AxisBins::SetCount(int32_t value)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
title: Aspose::Cells::Charts::AxisBins::SetIsByCategory method
linktitle: SetIsByCategory
second_title: Aspose.Cells for C++ API Reference
description: 'Aspose::Cells::Charts::AxisBins::SetIsByCategory method. Indicates whether grouping data by category in C++.'
description: 'Aspose::Cells::Charts::AxisBins::SetIsByCategory method. Indicates whether grouping data by category is enabled in C++.'
type: docs
weight: 700
url: /cpp/aspose.cells.charts/axisbins/setisbycategory/
---
## AxisBins::SetIsByCategory method


Indicates whether grouping data by category.
Indicates whether grouping data by category is enabled.

```cpp
void Aspose::Cells::Charts::AxisBins::SetIsByCategory(bool value)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
title: Aspose::Cells::Charts::AxisBins::SetOverflow method
linktitle: SetOverflow
second_title: Aspose.Cells for C++ API Reference
description: 'Aspose::Cells::Charts::AxisBins::SetOverflow method. Gets or set the overflow of axis bins in C++.'
description: 'Aspose::Cells::Charts::AxisBins::SetOverflow method. Gets or sets the overflow of axis bins in C++.'
type: docs
weight: 1500
url: /cpp/aspose.cells.charts/axisbins/setoverflow/
---
## AxisBins::SetOverflow method


Gets or set the overflow of axis bins.
Gets or sets the overflow of axis bins.

```cpp
void Aspose::Cells::Charts::AxisBins::SetOverflow(double value)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
title: Aspose::Cells::Charts::AxisBins::SetUnderflow method
linktitle: SetUnderflow
second_title: Aspose.Cells for C++ API Reference
description: 'Aspose::Cells::Charts::AxisBins::SetUnderflow method. Gets or set the underflow of axis bins in C++.'
description: 'Aspose::Cells::Charts::AxisBins::SetUnderflow method. Gets or sets the underflow of axis bins in C++.'
type: docs
weight: 1700
url: /cpp/aspose.cells.charts/axisbins/setunderflow/
---
## AxisBins::SetUnderflow method


Gets or set the underflow of axis bins.
Gets or sets the underflow of axis bins.

```cpp
void Aspose::Cells::Charts::AxisBins::SetUnderflow(double value)
Expand Down
4 changes: 2 additions & 2 deletions english/cpp/aspose.cells.charts/axisbins/setwidth/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
title: Aspose::Cells::Charts::AxisBins::SetWidth method
linktitle: SetWidth
second_title: Aspose.Cells for C++ API Reference
description: 'Aspose::Cells::Charts::AxisBins::SetWidth method. Gets or sets the width of axis bin in C++.'
description: 'Aspose::Cells::Charts::AxisBins::SetWidth method. Gets or sets the width of the axis bin in C++.'
type: docs
weight: 1100
url: /cpp/aspose.cells.charts/axisbins/setwidth/
---
## AxisBins::SetWidth method


Gets or sets the width of axis bin.
Gets or sets the width of the axis bin.

```cpp
void Aspose::Cells::Charts::AxisBins::SetWidth(double value)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
title: Aspose::Cells::Charts::ChartCalculateOptions class
linktitle: ChartCalculateOptions
second_title: Aspose.Cells for C++ API Reference
description: 'Aspose::Cells::Charts::ChartCalculateOptions class. Represents the options for calculating chart in C++.'
description: 'Aspose::Cells::Charts::ChartCalculateOptions class. Represents the options for calculating the chart in C++.'
type: docs
weight: 500
url: /cpp/aspose.cells.charts/chartcalculateoptions/
---
## ChartCalculateOptions class


Represents the options for calculating chart.
Represents the options for calculating the chart.

```cpp
class ChartCalculateOptions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
title: Aspose::Cells::Charts::ChartColorPaletteType enum
linktitle: ChartColorPaletteType
second_title: Aspose.Cells for C++ API Reference
description: 'Aspose::Cells::Charts::ChartColorPaletteType enum. Enumerates all Monochromatic Palettes used in Excel chart in C++.'
description: 'Aspose::Cells::Charts::ChartColorPaletteType enum. Enumerates all Monochromatic Palettes used in an Excel chart in C++.'
type: docs
weight: 4200
weight: 4300
url: /cpp/aspose.cells.charts/chartcolorpalettetype/
---
## ChartColorPaletteType enum


Enumerates all Monochromatic Palettes used in Excel chart.
Enumerates all Monochromatic Palettes used in an Excel chart.

```cpp
enum class ChartColorPaletteType
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ linktitle: ChartTextDirectionType
second_title: Aspose.Cells for C++ API Reference
description: 'Aspose::Cells::Charts::ChartTextDirectionType enum. Represents the text direction type of the chart in C++.'
type: docs
weight: 4500
weight: 4700
url: /cpp/aspose.cells.charts/charttextdirectiontype/
---
## ChartTextDirectionType enum
Expand All @@ -22,8 +22,8 @@ enum class ChartTextDirectionType
| --- | --- | --- |
| Horizontal | 0 | <br>Horizontal direction type. |
| Vertical | 1 | <br>Vertical direction type. |
| Rotate90 | 2 | <br>Rotate 90 angle. |
| Rotate270 | 3 | <br>Rotate 270 angle. |
| Rotate90 | 2 | <br>Rotate 90-degree angle. |
| Rotate270 | 3 | <br>Rotate 270-degree angle. |
| Stacked | 4 | <br>Stacked text. |

## See Also
Expand Down
8 changes: 4 additions & 4 deletions english/cpp/aspose.cells.charts/charttextframe/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class ChartTextFrame : public Aspose::Cells::Charts::ChartFrame
| [GetHeightRatioToChart()](../chartframe/getheightratiotochart/) | Gets or sets the height of frame in units of ratio of the chart area. |
| [GetLinkedSource()](./getlinkedsource/) | Gets and sets a reference to the worksheet. |
| [GetReadingOrder()](./getreadingorder/) | Represents text reading order. |
| [GetRotationAngle()](./getrotationangle/) | Represents text rotation angle. |
| [GetRotationAngle()](./getrotationangle/) | Represents the text rotation angle. |
| [GetShadow()](../chartframe/getshadow/) | True if the frame has a shadow. |
| [GetShapeProperties()](../chartframe/getshapeproperties/) | Gets the ShapeProperties object. |
| [GetText()](./gettext/) | Gets or sets the text of a frame's title. |
Expand All @@ -66,7 +66,7 @@ class ChartTextFrame : public Aspose::Cells::Charts::ChartFrame
| [IsAutomaticSize()](../chartframe/isautomaticsize/) | Indicates whether the chart frame is automatic sized. |
| [IsAutoText()](./isautotext/) | Indicates the text is auto generated. |
| [IsDefaultPosBeSet()](../chartframe/isdefaultposbeset/) | Indicates whether default position(DefaultX, DefaultY, DefaultWidth and DefaultHeight) are set. |
| [IsDeleted()](./isdeleted/) | Indicates whether this data labels is deleted. |
| [IsDeleted()](./isdeleted/) | Indicates whether this data labels are deleted. |
| [IsInnerMode()](../chartframe/isinnermode/) | Indicates whether the size of the plot area size includes the tick marks, and the axis labels. False specifies that the size shall determine the size of the plot area, the tick marks, and the axis labels. |
| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. |
| [IsResizeShapeToFitText()](./isresizeshapetofittext/) | Gets or sets whether a shape should be auto-fit to fully contain the text described within it. Auto-fitting is when text within a shape is scaled in order to contain all the text inside. |
Expand All @@ -83,15 +83,15 @@ class ChartTextFrame : public Aspose::Cells::Charts::ChartFrame
| [SetHeightRatioToChart(double value)](../chartframe/setheightratiotochart/) | Gets or sets the height of frame in units of ratio of the chart area. |
| [SetIsAutomaticSize(bool value)](../chartframe/setisautomaticsize/) | Indicates whether the chart frame is automatic sized. |
| [SetIsAutoText(bool value)](./setisautotext/) | Indicates the text is auto generated. |
| [SetIsDeleted(bool value)](./setisdeleted/) | Indicates whether this data labels is deleted. |
| [SetIsDeleted(bool value)](./setisdeleted/) | Indicates whether this data labels are deleted. |
| [SetIsInnerMode(bool value)](../chartframe/setisinnermode/) | Indicates whether the size of the plot area size includes the tick marks, and the axis labels. False specifies that the size shall determine the size of the plot area, the tick marks, and the axis labels. |
| [SetIsResizeShapeToFitText(bool value)](./setisresizeshapetofittext/) | Gets or sets whether a shape should be auto-fit to fully contain the text described within it. Auto-fitting is when text within a shape is scaled in order to contain all the text inside. |
| [SetIsTextWrapped(bool value)](./setistextwrapped/) | Gets or sets a value indicating whether the text is wrapped. |
| [SetLinkedSource(const U16String\& value)](./setlinkedsource/) | Gets and sets a reference to the worksheet. |
| [SetLinkedSource(const char16_t* value)](./setlinkedsource/) | Gets and sets a reference to the worksheet. |
| [SetPositionAuto()](../chartframe/setpositionauto/) | Set position of the frame to automatic. |
| [SetReadingOrder(TextDirectionType value)](./setreadingorder/) | Represents text reading order. |
| [SetRotationAngle(int32_t value)](./setrotationangle/) | Represents text rotation angle. |
| [SetRotationAngle(int32_t value)](./setrotationangle/) | Represents the text rotation angle. |
| [SetShadow(bool value)](../chartframe/setshadow/) | True if the frame has a shadow. |
| [SetText(const U16String\& value)](./settext/) | Gets or sets the text of a frame's title. |
| [SetText(const char16_t* value)](./settext/) | Gets or sets the text of a frame's title. |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
title: Aspose::Cells::Charts::ChartTextFrame::GetRotationAngle method
linktitle: GetRotationAngle
second_title: Aspose.Cells for C++ API Reference
description: 'Aspose::Cells::Charts::ChartTextFrame::GetRotationAngle method. Represents text rotation angle in C++.'
description: 'Aspose::Cells::Charts::ChartTextFrame::GetRotationAngle method. Represents the text rotation angle in C++.'
type: docs
weight: 1200
url: /cpp/aspose.cells.charts/charttextframe/getrotationangle/
---
## ChartTextFrame::GetRotationAngle method


Represents text rotation angle.
Represents the text rotation angle.

```cpp
int32_t Aspose::Cells::Charts::ChartTextFrame::GetRotationAngle()
Expand Down
Loading