diff --git a/english/cpp/aspose.cells.charts/_index.md b/english/cpp/aspose.cells.charts/_index.md
index 67ff9646e58..2da81c3ca7d 100644
--- a/english/cpp/aspose.cells.charts/_index.md
+++ b/english/cpp/aspose.cells.charts/_index.md
@@ -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. |
@@ -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. |
@@ -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. |
@@ -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. |
diff --git a/english/cpp/aspose.cells.charts/axisbins/_index.md b/english/cpp/aspose.cells.charts/axisbins/_index.md
index d039f95df52..8e14690270a 100644
--- a/english/cpp/aspose.cells.charts/axisbins/_index.md
+++ b/english/cpp/aspose.cells.charts/axisbins/_index.md
@@ -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
diff --git a/english/cpp/aspose.cells.charts/axisbins/getcount/_index.md b/english/cpp/aspose.cells.charts/axisbins/getcount/_index.md
index a3f9fdd84e1..c1c80af028d 100644
--- a/english/cpp/aspose.cells.charts/axisbins/getcount/_index.md
+++ b/english/cpp/aspose.cells.charts/axisbins/getcount/_index.md
@@ -2,7 +2,7 @@
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/
@@ -10,7 +10,7 @@ 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()
diff --git a/english/cpp/aspose.cells.charts/axisbins/getoverflow/_index.md b/english/cpp/aspose.cells.charts/axisbins/getoverflow/_index.md
index 4442651df25..8ee2436c41e 100644
--- a/english/cpp/aspose.cells.charts/axisbins/getoverflow/_index.md
+++ b/english/cpp/aspose.cells.charts/axisbins/getoverflow/_index.md
@@ -2,7 +2,7 @@
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/
@@ -10,7 +10,7 @@ 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()
diff --git a/english/cpp/aspose.cells.charts/axisbins/getunderflow/_index.md b/english/cpp/aspose.cells.charts/axisbins/getunderflow/_index.md
index 73374ae64f7..4b621a822cb 100644
--- a/english/cpp/aspose.cells.charts/axisbins/getunderflow/_index.md
+++ b/english/cpp/aspose.cells.charts/axisbins/getunderflow/_index.md
@@ -2,7 +2,7 @@
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/
@@ -10,7 +10,7 @@ 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()
diff --git a/english/cpp/aspose.cells.charts/axisbins/getwidth/_index.md b/english/cpp/aspose.cells.charts/axisbins/getwidth/_index.md
index b3da3f10333..7f8f63315ce 100644
--- a/english/cpp/aspose.cells.charts/axisbins/getwidth/_index.md
+++ b/english/cpp/aspose.cells.charts/axisbins/getwidth/_index.md
@@ -2,7 +2,7 @@
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/
@@ -10,7 +10,7 @@ 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()
diff --git a/english/cpp/aspose.cells.charts/axisbins/isbycategory/_index.md b/english/cpp/aspose.cells.charts/axisbins/isbycategory/_index.md
index a62dc104de9..cee5c97c13a 100644
--- a/english/cpp/aspose.cells.charts/axisbins/isbycategory/_index.md
+++ b/english/cpp/aspose.cells.charts/axisbins/isbycategory/_index.md
@@ -2,7 +2,7 @@
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/
@@ -10,7 +10,7 @@ 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()
diff --git a/english/cpp/aspose.cells.charts/axisbins/setcount/_index.md b/english/cpp/aspose.cells.charts/axisbins/setcount/_index.md
index f423d1a1115..bed4c94a10c 100644
--- a/english/cpp/aspose.cells.charts/axisbins/setcount/_index.md
+++ b/english/cpp/aspose.cells.charts/axisbins/setcount/_index.md
@@ -2,7 +2,7 @@
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/
@@ -10,7 +10,7 @@ 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)
diff --git a/english/cpp/aspose.cells.charts/axisbins/setisbycategory/_index.md b/english/cpp/aspose.cells.charts/axisbins/setisbycategory/_index.md
index 08d85167794..6151be7437a 100644
--- a/english/cpp/aspose.cells.charts/axisbins/setisbycategory/_index.md
+++ b/english/cpp/aspose.cells.charts/axisbins/setisbycategory/_index.md
@@ -2,7 +2,7 @@
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/
@@ -10,7 +10,7 @@ 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)
diff --git a/english/cpp/aspose.cells.charts/axisbins/setoverflow/_index.md b/english/cpp/aspose.cells.charts/axisbins/setoverflow/_index.md
index ec31029f3fd..74c35ebede2 100644
--- a/english/cpp/aspose.cells.charts/axisbins/setoverflow/_index.md
+++ b/english/cpp/aspose.cells.charts/axisbins/setoverflow/_index.md
@@ -2,7 +2,7 @@
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/
@@ -10,7 +10,7 @@ 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)
diff --git a/english/cpp/aspose.cells.charts/axisbins/setunderflow/_index.md b/english/cpp/aspose.cells.charts/axisbins/setunderflow/_index.md
index 94835155be3..101f4b52cef 100644
--- a/english/cpp/aspose.cells.charts/axisbins/setunderflow/_index.md
+++ b/english/cpp/aspose.cells.charts/axisbins/setunderflow/_index.md
@@ -2,7 +2,7 @@
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/
@@ -10,7 +10,7 @@ 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)
diff --git a/english/cpp/aspose.cells.charts/axisbins/setwidth/_index.md b/english/cpp/aspose.cells.charts/axisbins/setwidth/_index.md
index 6e1f26a1e0b..140a0f1929e 100644
--- a/english/cpp/aspose.cells.charts/axisbins/setwidth/_index.md
+++ b/english/cpp/aspose.cells.charts/axisbins/setwidth/_index.md
@@ -2,7 +2,7 @@
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/
@@ -10,7 +10,7 @@ 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)
diff --git a/english/cpp/aspose.cells.charts/chartcalculateoptions/_index.md b/english/cpp/aspose.cells.charts/chartcalculateoptions/_index.md
index e69d7f91276..5dc36f187ba 100644
--- a/english/cpp/aspose.cells.charts/chartcalculateoptions/_index.md
+++ b/english/cpp/aspose.cells.charts/chartcalculateoptions/_index.md
@@ -2,7 +2,7 @@
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/
@@ -10,7 +10,7 @@ url: /cpp/aspose.cells.charts/chartcalculateoptions/
## ChartCalculateOptions class
-Represents the options for calculating chart.
+Represents the options for calculating the chart.
```cpp
class ChartCalculateOptions
diff --git a/english/cpp/aspose.cells.charts/chartcolorpalettetype/_index.md b/english/cpp/aspose.cells.charts/chartcolorpalettetype/_index.md
index d0fad118bdf..7e2cade8a46 100644
--- a/english/cpp/aspose.cells.charts/chartcolorpalettetype/_index.md
+++ b/english/cpp/aspose.cells.charts/chartcolorpalettetype/_index.md
@@ -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
diff --git a/english/cpp/aspose.cells.charts/charttextdirectiontype/_index.md b/english/cpp/aspose.cells.charts/charttextdirectiontype/_index.md
index a387f891ce7..1774ed5c0bf 100644
--- a/english/cpp/aspose.cells.charts/charttextdirectiontype/_index.md
+++ b/english/cpp/aspose.cells.charts/charttextdirectiontype/_index.md
@@ -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
@@ -22,8 +22,8 @@ enum class ChartTextDirectionType
| --- | --- | --- |
| Horizontal | 0 |
Horizontal direction type. |
| Vertical | 1 |
Vertical direction type. |
-| Rotate90 | 2 |
Rotate 90 angle. |
-| Rotate270 | 3 |
Rotate 270 angle. |
+| Rotate90 | 2 |
Rotate 90-degree angle. |
+| Rotate270 | 3 |
Rotate 270-degree angle. |
| Stacked | 4 |
Stacked text. |
## See Also
diff --git a/english/cpp/aspose.cells.charts/charttextframe/_index.md b/english/cpp/aspose.cells.charts/charttextframe/_index.md
index e3e9e0f920b..d7c0dafe45d 100644
--- a/english/cpp/aspose.cells.charts/charttextframe/_index.md
+++ b/english/cpp/aspose.cells.charts/charttextframe/_index.md
@@ -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. |
@@ -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. |
@@ -83,7 +83,7 @@ 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. |
@@ -91,7 +91,7 @@ class ChartTextFrame : public Aspose::Cells::Charts::ChartFrame
| [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. |
diff --git a/english/cpp/aspose.cells.charts/charttextframe/getrotationangle/_index.md b/english/cpp/aspose.cells.charts/charttextframe/getrotationangle/_index.md
index 94213c90da4..208528fc7ba 100644
--- a/english/cpp/aspose.cells.charts/charttextframe/getrotationangle/_index.md
+++ b/english/cpp/aspose.cells.charts/charttextframe/getrotationangle/_index.md
@@ -2,7 +2,7 @@
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/
@@ -10,7 +10,7 @@ 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()
diff --git a/english/cpp/aspose.cells.charts/charttextframe/isdeleted/_index.md b/english/cpp/aspose.cells.charts/charttextframe/isdeleted/_index.md
index 77c368341fd..de547de341e 100644
--- a/english/cpp/aspose.cells.charts/charttextframe/isdeleted/_index.md
+++ b/english/cpp/aspose.cells.charts/charttextframe/isdeleted/_index.md
@@ -2,7 +2,7 @@
title: Aspose::Cells::Charts::ChartTextFrame::IsDeleted method
linktitle: IsDeleted
second_title: Aspose.Cells for C++ API Reference
-description: 'Aspose::Cells::Charts::ChartTextFrame::IsDeleted method. Indicates whether this data labels is deleted in C++.'
+description: 'Aspose::Cells::Charts::ChartTextFrame::IsDeleted method. Indicates whether this data labels are deleted in C++.'
type: docs
weight: 600
url: /cpp/aspose.cells.charts/charttextframe/isdeleted/
@@ -10,7 +10,7 @@ url: /cpp/aspose.cells.charts/charttextframe/isdeleted/
## ChartTextFrame::IsDeleted method
-Indicates whether this data labels is deleted.
+Indicates whether this data labels are deleted.
```cpp
bool Aspose::Cells::Charts::ChartTextFrame::IsDeleted()
diff --git a/english/cpp/aspose.cells.charts/charttextframe/setisdeleted/_index.md b/english/cpp/aspose.cells.charts/charttextframe/setisdeleted/_index.md
index 3b90e10f6ef..eb422c0d337 100644
--- a/english/cpp/aspose.cells.charts/charttextframe/setisdeleted/_index.md
+++ b/english/cpp/aspose.cells.charts/charttextframe/setisdeleted/_index.md
@@ -2,7 +2,7 @@
title: Aspose::Cells::Charts::ChartTextFrame::SetIsDeleted method
linktitle: SetIsDeleted
second_title: Aspose.Cells for C++ API Reference
-description: 'Aspose::Cells::Charts::ChartTextFrame::SetIsDeleted method. Indicates whether this data labels is deleted in C++.'
+description: 'Aspose::Cells::Charts::ChartTextFrame::SetIsDeleted method. Indicates whether this data labels are deleted in C++.'
type: docs
weight: 700
url: /cpp/aspose.cells.charts/charttextframe/setisdeleted/
@@ -10,7 +10,7 @@ url: /cpp/aspose.cells.charts/charttextframe/setisdeleted/
## ChartTextFrame::SetIsDeleted method
-Indicates whether this data labels is deleted.
+Indicates whether this data labels are deleted.
```cpp
void Aspose::Cells::Charts::ChartTextFrame::SetIsDeleted(bool value)
diff --git a/english/cpp/aspose.cells.charts/charttextframe/setrotationangle/_index.md b/english/cpp/aspose.cells.charts/charttextframe/setrotationangle/_index.md
index 2a9fe3d0bbc..e5f76707c80 100644
--- a/english/cpp/aspose.cells.charts/charttextframe/setrotationangle/_index.md
+++ b/english/cpp/aspose.cells.charts/charttextframe/setrotationangle/_index.md
@@ -2,7 +2,7 @@
title: Aspose::Cells::Charts::ChartTextFrame::SetRotationAngle method
linktitle: SetRotationAngle
second_title: Aspose.Cells for C++ API Reference
-description: 'Aspose::Cells::Charts::ChartTextFrame::SetRotationAngle method. Represents text rotation angle in C++.'
+description: 'Aspose::Cells::Charts::ChartTextFrame::SetRotationAngle method. Represents the text rotation angle in C++.'
type: docs
weight: 1300
url: /cpp/aspose.cells.charts/charttextframe/setrotationangle/
@@ -10,7 +10,7 @@ url: /cpp/aspose.cells.charts/charttextframe/setrotationangle/
## ChartTextFrame::SetRotationAngle method
-Represents text rotation angle.
+Represents the text rotation angle.
```cpp
void Aspose::Cells::Charts::ChartTextFrame::SetRotationAngle(int32_t value)
diff --git a/english/cpp/aspose.cells.charts/datalabels/_index.md b/english/cpp/aspose.cells.charts/datalabels/_index.md
index 966f5c2fa98..06d1ef56585 100644
--- a/english/cpp/aspose.cells.charts/datalabels/_index.md
+++ b/english/cpp/aspose.cells.charts/datalabels/_index.md
@@ -54,7 +54,7 @@ class DataLabels : public Aspose::Cells::Charts::ChartTextFrame
| [GetNumberFormatLinked()](./getnumberformatlinked/) | True if the number format is linked to the cells (so that the number format changes in the labels when it changes in the cells). |
| [GetPosition()](./getposition/) | Represents the position of the data label. |
| [GetReadingOrder()](../charttextframe/getreadingorder/) | Represents text reading order. |
-| [GetRotationAngle()](../charttextframe/getrotationangle/) | Represents text rotation angle. |
+| [GetRotationAngle()](../charttextframe/getrotationangle/) | Represents the text rotation angle. |
| [GetSeparatorType()](./getseparatortype/) | Gets or sets the separator type used for the data labels on a chart. |
| [GetSeparatorValue()](./getseparatorvalue/) | Gets or sets the separator value used for the data labels on a chart. |
| [GetShadow()](../chartframe/getshadow/) | True if the frame has a shadow. |
@@ -84,7 +84,7 @@ class DataLabels : public Aspose::Cells::Charts::ChartTextFrame
| [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()](../charttextframe/isdeleted/) | Indicates whether this data labels is deleted. |
+| [IsDeleted()](../charttextframe/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. |
| [IsNeverOverlap()](./isneveroverlap/) | Indicates whether datalabels never overlap when performing Pie [Chart](../chart/) to image. Note: this property is only meaningful when Pie [Chart](../chart/) to image. |
| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. |
@@ -103,7 +103,7 @@ class DataLabels : public Aspose::Cells::Charts::ChartTextFrame
| [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)](../charttextframe/setisdeleted/) | Indicates whether this data labels is deleted. |
+| [SetIsDeleted(bool value)](../charttextframe/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. |
| [SetIsNeverOverlap(bool value)](./setisneveroverlap/) | Indicates whether datalabels never overlap when performing Pie [Chart](../chart/) to image. Note: this property is only meaningful when Pie [Chart](../chart/) to image. |
| [SetIsResizeShapeToFitText(bool value)](../charttextframe/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. |
@@ -117,7 +117,7 @@ class DataLabels : public Aspose::Cells::Charts::ChartTextFrame
| [SetPosition(LabelPositionType value)](./setposition/) | Represents the position of the data label. |
| [SetPositionAuto()](../chartframe/setpositionauto/) | Set position of the frame to automatic. |
| [SetReadingOrder(TextDirectionType value)](../charttextframe/setreadingorder/) | Represents text reading order. |
-| [SetRotationAngle(int32_t value)](../charttextframe/setrotationangle/) | Represents text rotation angle. |
+| [SetRotationAngle(int32_t value)](../charttextframe/setrotationangle/) | Represents the text rotation angle. |
| [SetSeparatorType(DataLabelsSeparatorType value)](./setseparatortype/) | Gets or sets the separator type used for the data labels on a chart. |
| [SetSeparatorValue(const U16String\& value)](./setseparatorvalue/) | Gets or sets the separator value used for the data labels on a chart. |
| [SetSeparatorValue(const char16_t* value)](./setseparatorvalue/) | Gets or sets the separator value used for the data labels on a chart. |
diff --git a/english/cpp/aspose.cells.charts/displayunitlabel/_index.md b/english/cpp/aspose.cells.charts/displayunitlabel/_index.md
index fe5b2ad33af..70a4c17f679 100644
--- a/english/cpp/aspose.cells.charts/displayunitlabel/_index.md
+++ b/english/cpp/aspose.cells.charts/displayunitlabel/_index.md
@@ -49,7 +49,7 @@ class DisplayUnitLabel : public Aspose::Cells::Charts::ChartTextFrame
| [GetHeightRatioToChart()](../chartframe/getheightratiotochart/) | Gets or sets the height of frame in units of ratio of the chart area. |
| [GetLinkedSource()](../charttextframe/getlinkedsource/) | Gets and sets a reference to the worksheet. |
| [GetReadingOrder()](../charttextframe/getreadingorder/) | Represents text reading order. |
-| [GetRotationAngle()](../charttextframe/getrotationangle/) | Represents text rotation angle. |
+| [GetRotationAngle()](../charttextframe/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 display unit label. |
@@ -69,7 +69,7 @@ class DisplayUnitLabel : public Aspose::Cells::Charts::ChartTextFrame
| [IsAutomaticSize()](../chartframe/isautomaticsize/) | Indicates whether the chart frame is automatic sized. |
| [IsAutoText()](../charttextframe/isautotext/) | Indicates the text is auto generated. |
| [IsDefaultPosBeSet()](../chartframe/isdefaultposbeset/) | Indicates whether default position(DefaultX, DefaultY, DefaultWidth and DefaultHeight) are set. |
-| [IsDeleted()](../charttextframe/isdeleted/) | Indicates whether this data labels is deleted. |
+| [IsDeleted()](../charttextframe/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()](../charttextframe/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. |
@@ -87,7 +87,7 @@ class DisplayUnitLabel : public Aspose::Cells::Charts::ChartTextFrame
| [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)](../charttextframe/setisautotext/) | Indicates the text is auto generated. |
-| [SetIsDeleted(bool value)](../charttextframe/setisdeleted/) | Indicates whether this data labels is deleted. |
+| [SetIsDeleted(bool value)](../charttextframe/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)](../charttextframe/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)](../charttextframe/setistextwrapped/) | Gets or sets a value indicating whether the text is wrapped. |
@@ -95,7 +95,7 @@ class DisplayUnitLabel : public Aspose::Cells::Charts::ChartTextFrame
| [SetLinkedSource(const char16_t* value)](../charttextframe/setlinkedsource/) | Gets and sets a reference to the worksheet. |
| [SetPositionAuto()](../chartframe/setpositionauto/) | Set position of the frame to automatic. |
| [SetReadingOrder(TextDirectionType value)](../charttextframe/setreadingorder/) | Represents text reading order. |
-| [SetRotationAngle(int32_t value)](../charttextframe/setrotationangle/) | Represents text rotation angle. |
+| [SetRotationAngle(int32_t value)](../charttextframe/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 display unit label. |
| [SetText(const char16_t* value)](./settext/) | Gets or sets the text of display unit label. |
diff --git a/english/cpp/aspose.cells.charts/labelpositiontype/_index.md b/english/cpp/aspose.cells.charts/labelpositiontype/_index.md
index 25cf1f671fb..b62e106f015 100644
--- a/english/cpp/aspose.cells.charts/labelpositiontype/_index.md
+++ b/english/cpp/aspose.cells.charts/labelpositiontype/_index.md
@@ -4,7 +4,7 @@ linktitle: LabelPositionType
second_title: Aspose.Cells for C++ API Reference
description: 'Aspose::Cells::Charts::LabelPositionType enum. Represents data label position type in C++.'
type: docs
-weight: 5300
+weight: 5500
url: /cpp/aspose.cells.charts/labelpositiontype/
---
## LabelPositionType enum
@@ -20,7 +20,7 @@ enum class LabelPositionType
| Name | Value | Description |
| --- | --- | --- |
-| Center | 0 |
Applies only to bar, 2d/3d pie charts. |
+| Center | 0 |
Applies only to bar, 2D/3D pie charts. |
| InsideBase | 1 |
Applies only to bar, 2d/3d pie charts. |
| InsideEnd | 2 |
Applies only to bar charts. |
| OutsideEnd | 3 |
Applies only to bar, 2d/3d pie charts. |
@@ -28,8 +28,8 @@ enum class LabelPositionType
| Below | 5 |
Applies only to line charts. |
| Left | 6 |
Applies only to line charts. |
| Right | 7 |
Applies only to line charts. |
-| BestFit | 8 |
Applies only to 2d/3d pie charts. |
-| Moved | 9 |
User moved the data labels, Only for reading chart from template file. |
+| BestFit | 8 |
Applies only to 2D/3D pie charts. |
+| Moved | 9 |
User moved the data labels only for reading the chart from the template file. |
## See Also
diff --git a/english/cpp/aspose.cells.charts/legend/_index.md b/english/cpp/aspose.cells.charts/legend/_index.md
index 35bdea323df..1cefffcb243 100644
--- a/english/cpp/aspose.cells.charts/legend/_index.md
+++ b/english/cpp/aspose.cells.charts/legend/_index.md
@@ -49,7 +49,7 @@ class Legend : public Aspose::Cells::Charts::ChartTextFrame
| [GetLinkedSource()](../charttextframe/getlinkedsource/) | Gets and sets a reference to the worksheet. |
| [GetPosition()](./getposition/) | Gets or sets the legend position type. |
| [GetReadingOrder()](../charttextframe/getreadingorder/) | Represents text reading order. |
-| [GetRotationAngle()](../charttextframe/getrotationangle/) | Represents text rotation angle. |
+| [GetRotationAngle()](../charttextframe/getrotationangle/) | Represents the text rotation angle. |
| [GetShadow()](../chartframe/getshadow/) | True if the frame has a shadow. |
| [GetShapeProperties()](../chartframe/getshapeproperties/) | Gets the ShapeProperties object. |
| [GetText()](../charttextframe/gettext/) | Gets or sets the text of a frame's title. |
@@ -69,7 +69,7 @@ class Legend : public Aspose::Cells::Charts::ChartTextFrame
| [IsAutomaticSize()](../chartframe/isautomaticsize/) | Indicates whether the chart frame is automatic sized. |
| [IsAutoText()](../charttextframe/isautotext/) | Indicates the text is auto generated. |
| [IsDefaultPosBeSet()](../chartframe/isdefaultposbeset/) | Indicates whether default position(DefaultX, DefaultY, DefaultWidth and DefaultHeight) are set. |
-| [IsDeleted()](../charttextframe/isdeleted/) | Indicates whether this data labels is deleted. |
+| [IsDeleted()](../charttextframe/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. |
| [IsOverLay()](./isoverlay/) | Gets or sets whether showing the legend without overlapping the chart. |
@@ -91,7 +91,7 @@ class Legend : public Aspose::Cells::Charts::ChartTextFrame
| [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)](../charttextframe/setisautotext/) | Indicates the text is auto generated. |
-| [SetIsDeleted(bool value)](../charttextframe/setisdeleted/) | Indicates whether this data labels is deleted. |
+| [SetIsDeleted(bool value)](../charttextframe/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. |
| [SetIsOverLay(bool value)](./setisoverlay/) | Gets or sets whether showing the legend without overlapping the chart. |
| [SetIsResizeShapeToFitText(bool value)](../charttextframe/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. |
@@ -101,7 +101,7 @@ class Legend : public Aspose::Cells::Charts::ChartTextFrame
| [SetPosition(LegendPositionType value)](./setposition/) | Gets or sets the legend position type. |
| [SetPositionAuto()](../chartframe/setpositionauto/) | Set position of the frame to automatic. |
| [SetReadingOrder(TextDirectionType value)](../charttextframe/setreadingorder/) | Represents text reading order. |
-| [SetRotationAngle(int32_t value)](../charttextframe/setrotationangle/) | Represents text rotation angle. |
+| [SetRotationAngle(int32_t value)](../charttextframe/setrotationangle/) | Represents the text rotation angle. |
| [SetShadow(bool value)](../chartframe/setshadow/) | True if the frame has a shadow. |
| [SetText(const U16String\& value)](../charttextframe/settext/) | Gets or sets the text of a frame's title. |
| [SetText(const char16_t* value)](../charttextframe/settext/) | Gets or sets the text of a frame's title. |
diff --git a/english/cpp/aspose.cells.charts/mapchartlabellayout/_index.md b/english/cpp/aspose.cells.charts/mapchartlabellayout/_index.md
index eae195f143e..0725b52b1dc 100644
--- a/english/cpp/aspose.cells.charts/mapchartlabellayout/_index.md
+++ b/english/cpp/aspose.cells.charts/mapchartlabellayout/_index.md
@@ -4,7 +4,7 @@ linktitle: MapChartLabelLayout
second_title: Aspose.Cells for C++ API Reference
description: 'Aspose::Cells::Charts::MapChartLabelLayout enum. Represents the layout of map chart''s labels in C++.'
type: docs
-weight: 5500
+weight: 5700
url: /cpp/aspose.cells.charts/mapchartlabellayout/
---
## MapChartLabelLayout enum
@@ -20,7 +20,7 @@ enum class MapChartLabelLayout
| Name | Value | Description |
| --- | --- | --- |
-| BestFitOnly | 0 |
Only best fit. |
+| BestFitOnly | 0 |
Only the best fit. |
| ShowAll | 1 |
Shows all labels. |
| None | 2 |
No labels. |
diff --git a/english/cpp/aspose.cells.charts/mapchartprojectiontype/_index.md b/english/cpp/aspose.cells.charts/mapchartprojectiontype/_index.md
index 1ea54c86522..82e1a42b1dd 100644
--- a/english/cpp/aspose.cells.charts/mapchartprojectiontype/_index.md
+++ b/english/cpp/aspose.cells.charts/mapchartprojectiontype/_index.md
@@ -2,15 +2,15 @@
title: Aspose::Cells::Charts::MapChartProjectionType enum
linktitle: MapChartProjectionType
second_title: Aspose.Cells for C++ API Reference
-description: 'Aspose::Cells::Charts::MapChartProjectionType enum. Represents projection type of the map chart in C++.'
+description: 'Aspose::Cells::Charts::MapChartProjectionType enum. Represents the projection type of the map chart in C++.'
type: docs
-weight: 5600
+weight: 5800
url: /cpp/aspose.cells.charts/mapchartprojectiontype/
---
## MapChartProjectionType enum
-Represents projection type of the map chart.
+Represents the projection type of the map chart.
```cpp
enum class MapChartProjectionType
diff --git a/english/cpp/aspose.cells.charts/plotarea/_index.md b/english/cpp/aspose.cells.charts/plotarea/_index.md
index 91ba2a41f3d..bc9eb013453 100644
--- a/english/cpp/aspose.cells.charts/plotarea/_index.md
+++ b/english/cpp/aspose.cells.charts/plotarea/_index.md
@@ -38,28 +38,28 @@ class PlotArea : public Aspose::Cells::Charts::ChartFrame
| [GetFont()](../chartframe/getfont/) | Gets a [Font](../../aspose.cells/font/) object of the specified [ChartFrame](../chartframe/) object. |
| [GetHeight()](./getheight/) | **(Deprecated)** Gets or sets the height of plot-area bounding box in units of 1/4000 of the chart area. |
| [GetHeightPixel()](../chartframe/getheightpixel/) | Gets or sets the height of frame in units of Pixel. |
-| [GetHeightRatioToChart()](./getheightratiotochart/) | Gets or sets the height of plot-area bounding box in units of ratio of the chart area. |
-| [GetInnerHeight()](./getinnerheight/) | **(Deprecated)** Gets or sets the height of plot area in units of 1/4000 of the chart area. |
+| [GetHeightRatioToChart()](./getheightratiotochart/) | Gets or sets the height of the plot-area bounding box in units of the ratio of the chart area. |
+| [GetInnerHeight()](./getinnerheight/) | **(Deprecated)** Gets or sets the height of the plot area in units of 1/4000 of the chart area. |
| [GetInnerHeightRatioToChart()](./getinnerheightratiotochart/) | Gets or sets the height of plot area in units of ratio of the chart area. |
| [GetInnerWidth()](./getinnerwidth/) | **(Deprecated)** Gets or sets the width of plot area in units of 1/4000 of the chart area. |
-| [GetInnerWidthRatioToChart()](./getinnerwidthratiotochart/) | Gets or sets the width of plot area in units of ratio of the chart area. |
-| [GetInnerX()](./getinnerx/) | **(Deprecated)** Gets or gets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area. |
-| [GetInnerXRatioToChart()](./getinnerxratiotochart/) | Gets or gets the x coordinate of the upper top corner of plot area in units of ratio of the chart area. |
-| [GetInnerY()](./getinnery/) | **(Deprecated)** Gets or gets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area. |
-| [GetInnerYRatioToChart()](./getinneryratiotochart/) | Gets or gets the x coordinate of the upper top corner of plot area in units of ratio of the chart area. |
+| [GetInnerWidthRatioToChart()](./getinnerwidthratiotochart/) | Gets or sets the width of the plot area in units of the ratio of the chart area. |
+| [GetInnerX()](./getinnerx/) | **(Deprecated)** Gets or sets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area. |
+| [GetInnerXRatioToChart()](./getinnerxratiotochart/) | Gets or gets the x coordinate of the upper top corner of plot area in units of the ratio of the chart area. |
+| [GetInnerY()](./getinnery/) | **(Deprecated)** Gets or sets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area. |
+| [GetInnerYRatioToChart()](./getinneryratiotochart/) | Gets or gets the x coordinate of the upper top corner of plot area in units of the ratio of the chart area. |
| [GetShadow()](../chartframe/getshadow/) | True if the frame has a shadow. |
| [GetShapeProperties()](../chartframe/getshapeproperties/) | Gets the ShapeProperties object. |
| [GetTextOptions()](../chartframe/gettextoptions/) | Gets and sets the options of the text. |
| [GetWidth()](./getwidth/) | **(Deprecated)** Gets or sets the width of plot-area bounding box in units of 1/4000 of the chart area. |
| [GetWidthPixel()](../chartframe/getwidthpixel/) | Gets or sets the width of frame in units of Pixel. |
-| [GetWidthRatioToChart()](./getwidthratiotochart/) | Gets or sets the width of plot-area bounding box in units of ratio of the chart area. |
-| [GetX()](./getx/) | **(Deprecated)** Gets or gets the x coordinate of the upper left corner of plot-area bounding box in units of 1/4000 of the chart area. |
+| [GetWidthRatioToChart()](./getwidthratiotochart/) | Gets or sets the width of plot-area bounding box in units of the ratio of the chart area. |
+| [GetX()](./getx/) | **(Deprecated)** Gets or sets the x coordinate of the upper left corner of the plot-area bounding box in units of 1/4000 of the chart area. |
| [GetXPixel()](../chartframe/getxpixel/) | Gets or sets the x coordinate of the upper left corner in units of Pixel. |
-| [GetXRatioToChart()](./getxratiotochart/) | Gets or gets the x coordinate of the upper left corner of plot-area bounding box in units of ratio of the chart area. |
-| [GetY()](./gety/) | **(Deprecated)** Gets or gets the y coordinate of the upper top corner of plot-area bounding box in units of 1/4000 of the chart area. |
+| [GetXRatioToChart()](./getxratiotochart/) | Gets or sets the x coordinate of the upper left corner of the plot area bounding box as a ratio of the chart area. |
+| [GetY()](./gety/) | **(Deprecated)** Gets or sets the y coordinate of the upper top corner of the plot-area bounding box in units of 1/4000 of the chart area. |
| [GetYPixel()](../chartframe/getypixel/) | Gets or sets the y coordinate of the upper left corner in units of Pixel. |
-| [GetYRatioToChart()](./getyratiotochart/) | Gets or gets the y coordinate of the upper top corner of plot-area bounding box in units of ratio of the chart area. |
-| [IsAutomaticSize()](./isautomaticsize/) | Indicates whether the plot area is automatic sized. |
+| [GetYRatioToChart()](./getyratiotochart/) | Gets or sets the y coordinate of the upper top corner of the plot-area bounding box as a ratio of the chart area. |
+| [IsAutomaticSize()](./isautomaticsize/) | Indicates whether the plot area is automatically sized. |
| [IsDefaultPosBeSet()](../chartframe/isdefaultposbeset/) | Indicates whether default position(DefaultX, DefaultY, DefaultWidth and DefaultHeight) are set. |
| [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. |
@@ -74,28 +74,28 @@ class PlotArea : public Aspose::Cells::Charts::ChartFrame
| [SetBackgroundMode(BackgroundMode value)](../chartframe/setbackgroundmode/) | **(Deprecated)** Gets and sets the display mode of the background. This property is only valid in Excel 2003 or earlier versions. |
| [SetHeight(int32_t value)](./setheight/) | **(Deprecated)** Gets or sets the height of plot-area bounding box in units of 1/4000 of the chart area. |
| [SetHeightPixel(int32_t value)](../chartframe/setheightpixel/) | Gets or sets the height of frame in units of Pixel. |
-| [SetHeightRatioToChart(double value)](./setheightratiotochart/) | Gets or sets the height of plot-area bounding box in units of ratio of the chart area. |
-| [SetInnerHeight(int32_t value)](./setinnerheight/) | **(Deprecated)** Gets or sets the height of plot area in units of 1/4000 of the chart area. |
+| [SetHeightRatioToChart(double value)](./setheightratiotochart/) | Gets or sets the height of the plot-area bounding box in units of the ratio of the chart area. |
+| [SetInnerHeight(int32_t value)](./setinnerheight/) | **(Deprecated)** Gets or sets the height of the plot area in units of 1/4000 of the chart area. |
| [SetInnerHeightRatioToChart(double value)](./setinnerheightratiotochart/) | Gets or sets the height of plot area in units of ratio of the chart area. |
| [SetInnerWidth(int32_t value)](./setinnerwidth/) | **(Deprecated)** Gets or sets the width of plot area in units of 1/4000 of the chart area. |
-| [SetInnerWidthRatioToChart(double value)](./setinnerwidthratiotochart/) | Gets or sets the width of plot area in units of ratio of the chart area. |
-| [SetInnerX(int32_t value)](./setinnerx/) | **(Deprecated)** Gets or gets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area. |
-| [SetInnerXRatioToChart(double value)](./setinnerxratiotochart/) | Gets or gets the x coordinate of the upper top corner of plot area in units of ratio of the chart area. |
-| [SetInnerY(int32_t value)](./setinnery/) | **(Deprecated)** Gets or gets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area. |
-| [SetInnerYRatioToChart(double value)](./setinneryratiotochart/) | Gets or gets the x coordinate of the upper top corner of plot area in units of ratio of the chart area. |
-| [SetIsAutomaticSize(bool value)](./setisautomaticsize/) | Indicates whether the plot area is automatic sized. |
+| [SetInnerWidthRatioToChart(double value)](./setinnerwidthratiotochart/) | Gets or sets the width of the plot area in units of the ratio of the chart area. |
+| [SetInnerX(int32_t value)](./setinnerx/) | **(Deprecated)** Gets or sets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area. |
+| [SetInnerXRatioToChart(double value)](./setinnerxratiotochart/) | Gets or gets the x coordinate of the upper top corner of plot area in units of the ratio of the chart area. |
+| [SetInnerY(int32_t value)](./setinnery/) | **(Deprecated)** Gets or sets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area. |
+| [SetInnerYRatioToChart(double value)](./setinneryratiotochart/) | Gets or gets the x coordinate of the upper top corner of plot area in units of the ratio of the chart area. |
+| [SetIsAutomaticSize(bool value)](./setisautomaticsize/) | Indicates whether the plot area is automatically sized. |
| [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. |
-| [SetPositionAuto()](./setpositionauto/) | Set position of the plot area to automatic. |
+| [SetPositionAuto()](./setpositionauto/) | Set the position of the plot area to automatic. |
| [SetShadow(bool value)](../chartframe/setshadow/) | True if the frame has a shadow. |
| [SetWidth(int32_t value)](./setwidth/) | **(Deprecated)** Gets or sets the width of plot-area bounding box in units of 1/4000 of the chart area. |
| [SetWidthPixel(int32_t value)](../chartframe/setwidthpixel/) | Gets or sets the width of frame in units of Pixel. |
-| [SetWidthRatioToChart(double value)](./setwidthratiotochart/) | Gets or sets the width of plot-area bounding box in units of ratio of the chart area. |
-| [SetX(int32_t value)](./setx/) | **(Deprecated)** Gets or gets the x coordinate of the upper left corner of plot-area bounding box in units of 1/4000 of the chart area. |
+| [SetWidthRatioToChart(double value)](./setwidthratiotochart/) | Gets or sets the width of plot-area bounding box in units of the ratio of the chart area. |
+| [SetX(int32_t value)](./setx/) | **(Deprecated)** Gets or sets the x coordinate of the upper left corner of the plot-area bounding box in units of 1/4000 of the chart area. |
| [SetXPixel(int32_t value)](../chartframe/setxpixel/) | Gets or sets the x coordinate of the upper left corner in units of Pixel. |
-| [SetXRatioToChart(double value)](./setxratiotochart/) | Gets or gets the x coordinate of the upper left corner of plot-area bounding box in units of ratio of the chart area. |
-| [SetY(int32_t value)](./sety/) | **(Deprecated)** Gets or gets the y coordinate of the upper top corner of plot-area bounding box in units of 1/4000 of the chart area. |
+| [SetXRatioToChart(double value)](./setxratiotochart/) | Gets or sets the x coordinate of the upper left corner of the plot area bounding box as a ratio of the chart area. |
+| [SetY(int32_t value)](./sety/) | **(Deprecated)** Gets or sets the y coordinate of the upper top corner of the plot-area bounding box in units of 1/4000 of the chart area. |
| [SetYPixel(int32_t value)](../chartframe/setypixel/) | Gets or sets the y coordinate of the upper left corner in units of Pixel. |
-| [SetYRatioToChart(double value)](./setyratiotochart/) | Gets or gets the y coordinate of the upper top corner of plot-area bounding box in units of ratio of the chart area. |
+| [SetYRatioToChart(double value)](./setyratiotochart/) | Gets or sets the y coordinate of the upper top corner of the plot-area bounding box as a ratio of the chart area. |
| [~ChartFrame()](../chartframe/~chartframe/) | Destructor. |
| [~PlotArea()](./~plotarea/) | Destructor. |
## Fields
diff --git a/english/cpp/aspose.cells.charts/plotarea/getheightratiotochart/_index.md b/english/cpp/aspose.cells.charts/plotarea/getheightratiotochart/_index.md
index d4aaffbc7a7..5617f3693a5 100644
--- a/english/cpp/aspose.cells.charts/plotarea/getheightratiotochart/_index.md
+++ b/english/cpp/aspose.cells.charts/plotarea/getheightratiotochart/_index.md
@@ -2,7 +2,7 @@
title: Aspose::Cells::Charts::PlotArea::GetHeightRatioToChart method
linktitle: GetHeightRatioToChart
second_title: Aspose.Cells for C++ API Reference
-description: 'Aspose::Cells::Charts::PlotArea::GetHeightRatioToChart method. Gets or sets the height of plot-area bounding box in units of ratio of the chart area in C++.'
+description: 'Aspose::Cells::Charts::PlotArea::GetHeightRatioToChart method. Gets or sets the height of the plot-area bounding box in units of the ratio of the chart area in C++.'
type: docs
weight: 2600
url: /cpp/aspose.cells.charts/plotarea/getheightratiotochart/
@@ -10,7 +10,7 @@ url: /cpp/aspose.cells.charts/plotarea/getheightratiotochart/
## PlotArea::GetHeightRatioToChart method
-Gets or sets the height of plot-area bounding box in units of ratio of the chart area.
+Gets or sets the height of the plot-area bounding box in units of the ratio of the chart area.
```cpp
double Aspose::Cells::Charts::PlotArea::GetHeightRatioToChart()
diff --git a/english/cpp/aspose.cells.charts/plotarea/getinnerheight/_index.md b/english/cpp/aspose.cells.charts/plotarea/getinnerheight/_index.md
index e534a79d42b..c0479653597 100644
--- a/english/cpp/aspose.cells.charts/plotarea/getinnerheight/_index.md
+++ b/english/cpp/aspose.cells.charts/plotarea/getinnerheight/_index.md
@@ -2,7 +2,7 @@
title: Aspose::Cells::Charts::PlotArea::GetInnerHeight method
linktitle: GetInnerHeight
second_title: Aspose.Cells for C++ API Reference
-description: 'Aspose::Cells::Charts::PlotArea::GetInnerHeight method. Gets or sets the height of plot area in units of 1/4000 of the chart area in C++.'
+description: 'Aspose::Cells::Charts::PlotArea::GetInnerHeight method. Gets or sets the height of the plot area in units of 1/4000 of the chart area in C++.'
type: docs
weight: 1800
url: /cpp/aspose.cells.charts/plotarea/getinnerheight/
@@ -10,7 +10,7 @@ url: /cpp/aspose.cells.charts/plotarea/getinnerheight/
## PlotArea::GetInnerHeight method
-Gets or sets the height of plot area in units of 1/4000 of the chart area.
+Gets or sets the height of the plot area in units of 1/4000 of the chart area.
>Deprecated
diff --git a/english/cpp/aspose.cells.charts/plotarea/getinnerwidthratiotochart/_index.md b/english/cpp/aspose.cells.charts/plotarea/getinnerwidthratiotochart/_index.md
index 7d7482e3724..ba7b9a01ea9 100644
--- a/english/cpp/aspose.cells.charts/plotarea/getinnerwidthratiotochart/_index.md
+++ b/english/cpp/aspose.cells.charts/plotarea/getinnerwidthratiotochart/_index.md
@@ -2,7 +2,7 @@
title: Aspose::Cells::Charts::PlotArea::GetInnerWidthRatioToChart method
linktitle: GetInnerWidthRatioToChart
second_title: Aspose.Cells for C++ API Reference
-description: 'Aspose::Cells::Charts::PlotArea::GetInnerWidthRatioToChart method. Gets or sets the width of plot area in units of ratio of the chart area in C++.'
+description: 'Aspose::Cells::Charts::PlotArea::GetInnerWidthRatioToChart method. Gets or sets the width of the plot area in units of the ratio of the chart area in C++.'
type: docs
weight: 3600
url: /cpp/aspose.cells.charts/plotarea/getinnerwidthratiotochart/
@@ -10,7 +10,7 @@ url: /cpp/aspose.cells.charts/plotarea/getinnerwidthratiotochart/
## PlotArea::GetInnerWidthRatioToChart method
-Gets or sets the width of plot area in units of ratio of the chart area.
+Gets or sets the width of the plot area in units of the ratio of the chart area.
```cpp
double Aspose::Cells::Charts::PlotArea::GetInnerWidthRatioToChart()
diff --git a/english/cpp/aspose.cells.charts/plotarea/getinnerx/_index.md b/english/cpp/aspose.cells.charts/plotarea/getinnerx/_index.md
index dc3ec0f0956..d63b65d55ff 100644
--- a/english/cpp/aspose.cells.charts/plotarea/getinnerx/_index.md
+++ b/english/cpp/aspose.cells.charts/plotarea/getinnerx/_index.md
@@ -2,7 +2,7 @@
title: Aspose::Cells::Charts::PlotArea::GetInnerX method
linktitle: GetInnerX
second_title: Aspose.Cells for C++ API Reference
-description: 'Aspose::Cells::Charts::PlotArea::GetInnerX method. Gets or gets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area in C++.'
+description: 'Aspose::Cells::Charts::PlotArea::GetInnerX method. Gets or sets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area in C++.'
type: docs
weight: 1400
url: /cpp/aspose.cells.charts/plotarea/getinnerx/
@@ -10,7 +10,7 @@ url: /cpp/aspose.cells.charts/plotarea/getinnerx/
## PlotArea::GetInnerX method
-Gets or gets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area.
+Gets or sets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area.
>Deprecated
diff --git a/english/cpp/aspose.cells.charts/plotarea/getinnerxratiotochart/_index.md b/english/cpp/aspose.cells.charts/plotarea/getinnerxratiotochart/_index.md
index b953455c53d..b7896eb4e4a 100644
--- a/english/cpp/aspose.cells.charts/plotarea/getinnerxratiotochart/_index.md
+++ b/english/cpp/aspose.cells.charts/plotarea/getinnerxratiotochart/_index.md
@@ -2,7 +2,7 @@
title: Aspose::Cells::Charts::PlotArea::GetInnerXRatioToChart method
linktitle: GetInnerXRatioToChart
second_title: Aspose.Cells for C++ API Reference
-description: 'Aspose::Cells::Charts::PlotArea::GetInnerXRatioToChart method. Gets or gets the x coordinate of the upper top corner of plot area in units of ratio of the chart area in C++.'
+description: 'Aspose::Cells::Charts::PlotArea::GetInnerXRatioToChart method. Gets or gets the x coordinate of the upper top corner of plot area in units of the ratio of the chart area in C++.'
type: docs
weight: 3000
url: /cpp/aspose.cells.charts/plotarea/getinnerxratiotochart/
@@ -10,7 +10,7 @@ url: /cpp/aspose.cells.charts/plotarea/getinnerxratiotochart/
## PlotArea::GetInnerXRatioToChart method
-Gets or gets the x coordinate of the upper top corner of plot area in units of ratio of the chart area.
+Gets or gets the x coordinate of the upper top corner of plot area in units of the ratio of the chart area.
```cpp
double Aspose::Cells::Charts::PlotArea::GetInnerXRatioToChart()
diff --git a/english/cpp/aspose.cells.charts/plotarea/getinnery/_index.md b/english/cpp/aspose.cells.charts/plotarea/getinnery/_index.md
index 5967998a35b..9231d67fb3e 100644
--- a/english/cpp/aspose.cells.charts/plotarea/getinnery/_index.md
+++ b/english/cpp/aspose.cells.charts/plotarea/getinnery/_index.md
@@ -2,7 +2,7 @@
title: Aspose::Cells::Charts::PlotArea::GetInnerY method
linktitle: GetInnerY
second_title: Aspose.Cells for C++ API Reference
-description: 'Aspose::Cells::Charts::PlotArea::GetInnerY method. Gets or gets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area in C++.'
+description: 'Aspose::Cells::Charts::PlotArea::GetInnerY method. Gets or sets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area in C++.'
type: docs
weight: 1600
url: /cpp/aspose.cells.charts/plotarea/getinnery/
@@ -10,7 +10,7 @@ url: /cpp/aspose.cells.charts/plotarea/getinnery/
## PlotArea::GetInnerY method
-Gets or gets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area.
+Gets or sets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area.
>Deprecated
diff --git a/english/cpp/aspose.cells.charts/plotarea/getinneryratiotochart/_index.md b/english/cpp/aspose.cells.charts/plotarea/getinneryratiotochart/_index.md
index c2e9451b399..50c51f04a0c 100644
--- a/english/cpp/aspose.cells.charts/plotarea/getinneryratiotochart/_index.md
+++ b/english/cpp/aspose.cells.charts/plotarea/getinneryratiotochart/_index.md
@@ -2,7 +2,7 @@
title: Aspose::Cells::Charts::PlotArea::GetInnerYRatioToChart method
linktitle: GetInnerYRatioToChart
second_title: Aspose.Cells for C++ API Reference
-description: 'Aspose::Cells::Charts::PlotArea::GetInnerYRatioToChart method. Gets or gets the x coordinate of the upper top corner of plot area in units of ratio of the chart area in C++.'
+description: 'Aspose::Cells::Charts::PlotArea::GetInnerYRatioToChart method. Gets or gets the x coordinate of the upper top corner of plot area in units of the ratio of the chart area in C++.'
type: docs
weight: 3200
url: /cpp/aspose.cells.charts/plotarea/getinneryratiotochart/
@@ -10,7 +10,7 @@ url: /cpp/aspose.cells.charts/plotarea/getinneryratiotochart/
## PlotArea::GetInnerYRatioToChart method
-Gets or gets the x coordinate of the upper top corner of plot area in units of ratio of the chart area.
+Gets or gets the x coordinate of the upper top corner of plot area in units of the ratio of the chart area.
```cpp
double Aspose::Cells::Charts::PlotArea::GetInnerYRatioToChart()
diff --git a/english/cpp/aspose.cells.charts/plotarea/getwidthratiotochart/_index.md b/english/cpp/aspose.cells.charts/plotarea/getwidthratiotochart/_index.md
index a9ec2072311..4f2ca314a7e 100644
--- a/english/cpp/aspose.cells.charts/plotarea/getwidthratiotochart/_index.md
+++ b/english/cpp/aspose.cells.charts/plotarea/getwidthratiotochart/_index.md
@@ -2,7 +2,7 @@
title: Aspose::Cells::Charts::PlotArea::GetWidthRatioToChart method
linktitle: GetWidthRatioToChart
second_title: Aspose.Cells for C++ API Reference
-description: 'Aspose::Cells::Charts::PlotArea::GetWidthRatioToChart method. Gets or sets the width of plot-area bounding box in units of ratio of the chart area in C++.'
+description: 'Aspose::Cells::Charts::PlotArea::GetWidthRatioToChart method. Gets or sets the width of plot-area bounding box in units of the ratio of the chart area in C++.'
type: docs
weight: 2800
url: /cpp/aspose.cells.charts/plotarea/getwidthratiotochart/
@@ -10,7 +10,7 @@ url: /cpp/aspose.cells.charts/plotarea/getwidthratiotochart/
## PlotArea::GetWidthRatioToChart method
-Gets or sets the width of plot-area bounding box in units of ratio of the chart area.
+Gets or sets the width of plot-area bounding box in units of the ratio of the chart area.
```cpp
double Aspose::Cells::Charts::PlotArea::GetWidthRatioToChart()
diff --git a/english/cpp/aspose.cells.charts/plotarea/getx/_index.md b/english/cpp/aspose.cells.charts/plotarea/getx/_index.md
index daaabb2cdc8..a4a26b278aa 100644
--- a/english/cpp/aspose.cells.charts/plotarea/getx/_index.md
+++ b/english/cpp/aspose.cells.charts/plotarea/getx/_index.md
@@ -2,7 +2,7 @@
title: Aspose::Cells::Charts::PlotArea::GetX method
linktitle: GetX
second_title: Aspose.Cells for C++ API Reference
-description: 'Aspose::Cells::Charts::PlotArea::GetX method. Gets or gets the x coordinate of the upper left corner of plot-area bounding box in units of 1/4000 of the chart area in C++.'
+description: 'Aspose::Cells::Charts::PlotArea::GetX method. Gets or sets the x coordinate of the upper left corner of the plot-area bounding box in units of 1/4000 of the chart area in C++.'
type: docs
weight: 600
url: /cpp/aspose.cells.charts/plotarea/getx/
@@ -10,7 +10,7 @@ url: /cpp/aspose.cells.charts/plotarea/getx/
## PlotArea::GetX method
-Gets or gets the x coordinate of the upper left corner of plot-area bounding box in units of 1/4000 of the chart area.
+Gets or sets the x coordinate of the upper left corner of the plot-area bounding box in units of 1/4000 of the chart area.
>Deprecated
diff --git a/english/cpp/aspose.cells.charts/plotarea/getxratiotochart/_index.md b/english/cpp/aspose.cells.charts/plotarea/getxratiotochart/_index.md
index 4b42de9bd88..f964b7b2d2b 100644
--- a/english/cpp/aspose.cells.charts/plotarea/getxratiotochart/_index.md
+++ b/english/cpp/aspose.cells.charts/plotarea/getxratiotochart/_index.md
@@ -2,7 +2,7 @@
title: Aspose::Cells::Charts::PlotArea::GetXRatioToChart method
linktitle: GetXRatioToChart
second_title: Aspose.Cells for C++ API Reference
-description: 'Aspose::Cells::Charts::PlotArea::GetXRatioToChart method. Gets or gets the x coordinate of the upper left corner of plot-area bounding box in units of ratio of the chart area in C++.'
+description: 'Aspose::Cells::Charts::PlotArea::GetXRatioToChart method. Gets or sets the x coordinate of the upper left corner of the plot area bounding box as a ratio of the chart area in C++.'
type: docs
weight: 2200
url: /cpp/aspose.cells.charts/plotarea/getxratiotochart/
@@ -10,7 +10,7 @@ url: /cpp/aspose.cells.charts/plotarea/getxratiotochart/
## PlotArea::GetXRatioToChart method
-Gets or gets the x coordinate of the upper left corner of plot-area bounding box in units of ratio of the chart area.
+Gets or sets the x coordinate of the upper left corner of the plot area bounding box as a ratio of the chart area.
```cpp
double Aspose::Cells::Charts::PlotArea::GetXRatioToChart()
diff --git a/english/cpp/aspose.cells.charts/plotarea/gety/_index.md b/english/cpp/aspose.cells.charts/plotarea/gety/_index.md
index e6336a10b84..055f7c46cdb 100644
--- a/english/cpp/aspose.cells.charts/plotarea/gety/_index.md
+++ b/english/cpp/aspose.cells.charts/plotarea/gety/_index.md
@@ -2,7 +2,7 @@
title: Aspose::Cells::Charts::PlotArea::GetY method
linktitle: GetY
second_title: Aspose.Cells for C++ API Reference
-description: 'Aspose::Cells::Charts::PlotArea::GetY method. Gets or gets the y coordinate of the upper top corner of plot-area bounding box in units of 1/4000 of the chart area in C++.'
+description: 'Aspose::Cells::Charts::PlotArea::GetY method. Gets or sets the y coordinate of the upper top corner of the plot-area bounding box in units of 1/4000 of the chart area in C++.'
type: docs
weight: 800
url: /cpp/aspose.cells.charts/plotarea/gety/
@@ -10,7 +10,7 @@ url: /cpp/aspose.cells.charts/plotarea/gety/
## PlotArea::GetY method
-Gets or gets the y coordinate of the upper top corner of plot-area bounding box in units of 1/4000 of the chart area.
+Gets or sets the y coordinate of the upper top corner of the plot-area bounding box in units of 1/4000 of the chart area.
>Deprecated
diff --git a/english/cpp/aspose.cells.charts/plotarea/getyratiotochart/_index.md b/english/cpp/aspose.cells.charts/plotarea/getyratiotochart/_index.md
index a85c6523fa5..5c4d1e90610 100644
--- a/english/cpp/aspose.cells.charts/plotarea/getyratiotochart/_index.md
+++ b/english/cpp/aspose.cells.charts/plotarea/getyratiotochart/_index.md
@@ -2,7 +2,7 @@
title: Aspose::Cells::Charts::PlotArea::GetYRatioToChart method
linktitle: GetYRatioToChart
second_title: Aspose.Cells for C++ API Reference
-description: 'Aspose::Cells::Charts::PlotArea::GetYRatioToChart method. Gets or gets the y coordinate of the upper top corner of plot-area bounding box in units of ratio of the chart area in C++.'
+description: 'Aspose::Cells::Charts::PlotArea::GetYRatioToChart method. Gets or sets the y coordinate of the upper top corner of the plot-area bounding box as a ratio of the chart area in C++.'
type: docs
weight: 2400
url: /cpp/aspose.cells.charts/plotarea/getyratiotochart/
@@ -10,7 +10,7 @@ url: /cpp/aspose.cells.charts/plotarea/getyratiotochart/
## PlotArea::GetYRatioToChart method
-Gets or gets the y coordinate of the upper top corner of plot-area bounding box in units of ratio of the chart area.
+Gets or sets the y coordinate of the upper top corner of the plot-area bounding box as a ratio of the chart area.
```cpp
double Aspose::Cells::Charts::PlotArea::GetYRatioToChart()
diff --git a/english/cpp/aspose.cells.charts/plotarea/isautomaticsize/_index.md b/english/cpp/aspose.cells.charts/plotarea/isautomaticsize/_index.md
index adeb04d5ecf..70e9079a78d 100644
--- a/english/cpp/aspose.cells.charts/plotarea/isautomaticsize/_index.md
+++ b/english/cpp/aspose.cells.charts/plotarea/isautomaticsize/_index.md
@@ -2,7 +2,7 @@
title: Aspose::Cells::Charts::PlotArea::IsAutomaticSize method
linktitle: IsAutomaticSize
second_title: Aspose.Cells for C++ API Reference
-description: 'Aspose::Cells::Charts::PlotArea::IsAutomaticSize method. Indicates whether the plot area is automatic sized in C++.'
+description: 'Aspose::Cells::Charts::PlotArea::IsAutomaticSize method. Indicates whether the plot area is automatically sized in C++.'
type: docs
weight: 3900
url: /cpp/aspose.cells.charts/plotarea/isautomaticsize/
@@ -10,7 +10,7 @@ url: /cpp/aspose.cells.charts/plotarea/isautomaticsize/
## PlotArea::IsAutomaticSize method
-Indicates whether the plot area is automatic sized.
+Indicates whether the plot area is automatically sized.
```cpp
bool Aspose::Cells::Charts::PlotArea::IsAutomaticSize()
diff --git a/english/cpp/aspose.cells.charts/plotarea/setheightratiotochart/_index.md b/english/cpp/aspose.cells.charts/plotarea/setheightratiotochart/_index.md
index 93dff1a62e1..b6d50e77847 100644
--- a/english/cpp/aspose.cells.charts/plotarea/setheightratiotochart/_index.md
+++ b/english/cpp/aspose.cells.charts/plotarea/setheightratiotochart/_index.md
@@ -2,7 +2,7 @@
title: Aspose::Cells::Charts::PlotArea::SetHeightRatioToChart method
linktitle: SetHeightRatioToChart
second_title: Aspose.Cells for C++ API Reference
-description: 'Aspose::Cells::Charts::PlotArea::SetHeightRatioToChart method. Gets or sets the height of plot-area bounding box in units of ratio of the chart area in C++.'
+description: 'Aspose::Cells::Charts::PlotArea::SetHeightRatioToChart method. Gets or sets the height of the plot-area bounding box in units of the ratio of the chart area in C++.'
type: docs
weight: 2700
url: /cpp/aspose.cells.charts/plotarea/setheightratiotochart/
@@ -10,7 +10,7 @@ url: /cpp/aspose.cells.charts/plotarea/setheightratiotochart/
## PlotArea::SetHeightRatioToChart method
-Gets or sets the height of plot-area bounding box in units of ratio of the chart area.
+Gets or sets the height of the plot-area bounding box in units of the ratio of the chart area.
```cpp
void Aspose::Cells::Charts::PlotArea::SetHeightRatioToChart(double value)
diff --git a/english/cpp/aspose.cells.charts/plotarea/setinnerheight/_index.md b/english/cpp/aspose.cells.charts/plotarea/setinnerheight/_index.md
index eadec4167b4..50f1ce89b9c 100644
--- a/english/cpp/aspose.cells.charts/plotarea/setinnerheight/_index.md
+++ b/english/cpp/aspose.cells.charts/plotarea/setinnerheight/_index.md
@@ -2,7 +2,7 @@
title: Aspose::Cells::Charts::PlotArea::SetInnerHeight method
linktitle: SetInnerHeight
second_title: Aspose.Cells for C++ API Reference
-description: 'Aspose::Cells::Charts::PlotArea::SetInnerHeight method. Gets or sets the height of plot area in units of 1/4000 of the chart area in C++.'
+description: 'Aspose::Cells::Charts::PlotArea::SetInnerHeight method. Gets or sets the height of the plot area in units of 1/4000 of the chart area in C++.'
type: docs
weight: 1900
url: /cpp/aspose.cells.charts/plotarea/setinnerheight/
@@ -10,7 +10,7 @@ url: /cpp/aspose.cells.charts/plotarea/setinnerheight/
## PlotArea::SetInnerHeight method
-Gets or sets the height of plot area in units of 1/4000 of the chart area.
+Gets or sets the height of the plot area in units of 1/4000 of the chart area.
>Deprecated
diff --git a/english/cpp/aspose.cells.charts/plotarea/setinnerwidthratiotochart/_index.md b/english/cpp/aspose.cells.charts/plotarea/setinnerwidthratiotochart/_index.md
index c0267e4ac00..74830a36250 100644
--- a/english/cpp/aspose.cells.charts/plotarea/setinnerwidthratiotochart/_index.md
+++ b/english/cpp/aspose.cells.charts/plotarea/setinnerwidthratiotochart/_index.md
@@ -2,7 +2,7 @@
title: Aspose::Cells::Charts::PlotArea::SetInnerWidthRatioToChart method
linktitle: SetInnerWidthRatioToChart
second_title: Aspose.Cells for C++ API Reference
-description: 'Aspose::Cells::Charts::PlotArea::SetInnerWidthRatioToChart method. Gets or sets the width of plot area in units of ratio of the chart area in C++.'
+description: 'Aspose::Cells::Charts::PlotArea::SetInnerWidthRatioToChart method. Gets or sets the width of the plot area in units of the ratio of the chart area in C++.'
type: docs
weight: 3700
url: /cpp/aspose.cells.charts/plotarea/setinnerwidthratiotochart/
@@ -10,7 +10,7 @@ url: /cpp/aspose.cells.charts/plotarea/setinnerwidthratiotochart/
## PlotArea::SetInnerWidthRatioToChart method
-Gets or sets the width of plot area in units of ratio of the chart area.
+Gets or sets the width of the plot area in units of the ratio of the chart area.
```cpp
void Aspose::Cells::Charts::PlotArea::SetInnerWidthRatioToChart(double value)
diff --git a/english/cpp/aspose.cells.charts/plotarea/setinnerx/_index.md b/english/cpp/aspose.cells.charts/plotarea/setinnerx/_index.md
index 2382e9011e7..c30541fc6bf 100644
--- a/english/cpp/aspose.cells.charts/plotarea/setinnerx/_index.md
+++ b/english/cpp/aspose.cells.charts/plotarea/setinnerx/_index.md
@@ -2,7 +2,7 @@
title: Aspose::Cells::Charts::PlotArea::SetInnerX method
linktitle: SetInnerX
second_title: Aspose.Cells for C++ API Reference
-description: 'Aspose::Cells::Charts::PlotArea::SetInnerX method. Gets or gets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area in C++.'
+description: 'Aspose::Cells::Charts::PlotArea::SetInnerX method. Gets or sets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area in C++.'
type: docs
weight: 1500
url: /cpp/aspose.cells.charts/plotarea/setinnerx/
@@ -10,7 +10,7 @@ url: /cpp/aspose.cells.charts/plotarea/setinnerx/
## PlotArea::SetInnerX method
-Gets or gets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area.
+Gets or sets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area.
>Deprecated
diff --git a/english/cpp/aspose.cells.charts/plotarea/setinnerxratiotochart/_index.md b/english/cpp/aspose.cells.charts/plotarea/setinnerxratiotochart/_index.md
index 559fe8bc650..1a423f42698 100644
--- a/english/cpp/aspose.cells.charts/plotarea/setinnerxratiotochart/_index.md
+++ b/english/cpp/aspose.cells.charts/plotarea/setinnerxratiotochart/_index.md
@@ -2,7 +2,7 @@
title: Aspose::Cells::Charts::PlotArea::SetInnerXRatioToChart method
linktitle: SetInnerXRatioToChart
second_title: Aspose.Cells for C++ API Reference
-description: 'Aspose::Cells::Charts::PlotArea::SetInnerXRatioToChart method. Gets or gets the x coordinate of the upper top corner of plot area in units of ratio of the chart area in C++.'
+description: 'Aspose::Cells::Charts::PlotArea::SetInnerXRatioToChart method. Gets or gets the x coordinate of the upper top corner of plot area in units of the ratio of the chart area in C++.'
type: docs
weight: 3100
url: /cpp/aspose.cells.charts/plotarea/setinnerxratiotochart/
@@ -10,7 +10,7 @@ url: /cpp/aspose.cells.charts/plotarea/setinnerxratiotochart/
## PlotArea::SetInnerXRatioToChart method
-Gets or gets the x coordinate of the upper top corner of plot area in units of ratio of the chart area.
+Gets or gets the x coordinate of the upper top corner of plot area in units of the ratio of the chart area.
```cpp
void Aspose::Cells::Charts::PlotArea::SetInnerXRatioToChart(double value)
diff --git a/english/cpp/aspose.cells.charts/plotarea/setinnery/_index.md b/english/cpp/aspose.cells.charts/plotarea/setinnery/_index.md
index ca1b31f03ac..b5e477341a7 100644
--- a/english/cpp/aspose.cells.charts/plotarea/setinnery/_index.md
+++ b/english/cpp/aspose.cells.charts/plotarea/setinnery/_index.md
@@ -2,7 +2,7 @@
title: Aspose::Cells::Charts::PlotArea::SetInnerY method
linktitle: SetInnerY
second_title: Aspose.Cells for C++ API Reference
-description: 'Aspose::Cells::Charts::PlotArea::SetInnerY method. Gets or gets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area in C++.'
+description: 'Aspose::Cells::Charts::PlotArea::SetInnerY method. Gets or sets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area in C++.'
type: docs
weight: 1700
url: /cpp/aspose.cells.charts/plotarea/setinnery/
@@ -10,7 +10,7 @@ url: /cpp/aspose.cells.charts/plotarea/setinnery/
## PlotArea::SetInnerY method
-Gets or gets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area.
+Gets or sets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area.
>Deprecated
diff --git a/english/cpp/aspose.cells.charts/plotarea/setinneryratiotochart/_index.md b/english/cpp/aspose.cells.charts/plotarea/setinneryratiotochart/_index.md
index 79032513c41..983dd130120 100644
--- a/english/cpp/aspose.cells.charts/plotarea/setinneryratiotochart/_index.md
+++ b/english/cpp/aspose.cells.charts/plotarea/setinneryratiotochart/_index.md
@@ -2,7 +2,7 @@
title: Aspose::Cells::Charts::PlotArea::SetInnerYRatioToChart method
linktitle: SetInnerYRatioToChart
second_title: Aspose.Cells for C++ API Reference
-description: 'Aspose::Cells::Charts::PlotArea::SetInnerYRatioToChart method. Gets or gets the x coordinate of the upper top corner of plot area in units of ratio of the chart area in C++.'
+description: 'Aspose::Cells::Charts::PlotArea::SetInnerYRatioToChart method. Gets or gets the x coordinate of the upper top corner of plot area in units of the ratio of the chart area in C++.'
type: docs
weight: 3300
url: /cpp/aspose.cells.charts/plotarea/setinneryratiotochart/
@@ -10,7 +10,7 @@ url: /cpp/aspose.cells.charts/plotarea/setinneryratiotochart/
## PlotArea::SetInnerYRatioToChart method
-Gets or gets the x coordinate of the upper top corner of plot area in units of ratio of the chart area.
+Gets or gets the x coordinate of the upper top corner of plot area in units of the ratio of the chart area.
```cpp
void Aspose::Cells::Charts::PlotArea::SetInnerYRatioToChart(double value)
diff --git a/english/cpp/aspose.cells.charts/plotarea/setisautomaticsize/_index.md b/english/cpp/aspose.cells.charts/plotarea/setisautomaticsize/_index.md
index bcbc4298297..fa284794b03 100644
--- a/english/cpp/aspose.cells.charts/plotarea/setisautomaticsize/_index.md
+++ b/english/cpp/aspose.cells.charts/plotarea/setisautomaticsize/_index.md
@@ -2,7 +2,7 @@
title: Aspose::Cells::Charts::PlotArea::SetIsAutomaticSize method
linktitle: SetIsAutomaticSize
second_title: Aspose.Cells for C++ API Reference
-description: 'Aspose::Cells::Charts::PlotArea::SetIsAutomaticSize method. Indicates whether the plot area is automatic sized in C++.'
+description: 'Aspose::Cells::Charts::PlotArea::SetIsAutomaticSize method. Indicates whether the plot area is automatically sized in C++.'
type: docs
weight: 4000
url: /cpp/aspose.cells.charts/plotarea/setisautomaticsize/
@@ -10,7 +10,7 @@ url: /cpp/aspose.cells.charts/plotarea/setisautomaticsize/
## PlotArea::SetIsAutomaticSize method
-Indicates whether the plot area is automatic sized.
+Indicates whether the plot area is automatically sized.
```cpp
void Aspose::Cells::Charts::PlotArea::SetIsAutomaticSize(bool value)
diff --git a/english/cpp/aspose.cells.charts/plotarea/setpositionauto/_index.md b/english/cpp/aspose.cells.charts/plotarea/setpositionauto/_index.md
index d6500e0abc1..1b2ce730549 100644
--- a/english/cpp/aspose.cells.charts/plotarea/setpositionauto/_index.md
+++ b/english/cpp/aspose.cells.charts/plotarea/setpositionauto/_index.md
@@ -2,7 +2,7 @@
title: Aspose::Cells::Charts::PlotArea::SetPositionAuto method
linktitle: SetPositionAuto
second_title: Aspose.Cells for C++ API Reference
-description: 'Aspose::Cells::Charts::PlotArea::SetPositionAuto method. Set position of the plot area to automatic in C++.'
+description: 'Aspose::Cells::Charts::PlotArea::SetPositionAuto method. Set the position of the plot area to automatic in C++.'
type: docs
weight: 3800
url: /cpp/aspose.cells.charts/plotarea/setpositionauto/
@@ -10,7 +10,7 @@ url: /cpp/aspose.cells.charts/plotarea/setpositionauto/
## PlotArea::SetPositionAuto method
-Set position of the plot area to automatic.
+Set the position of the plot area to automatic.
```cpp
void Aspose::Cells::Charts::PlotArea::SetPositionAuto()
diff --git a/english/cpp/aspose.cells.charts/plotarea/setwidthratiotochart/_index.md b/english/cpp/aspose.cells.charts/plotarea/setwidthratiotochart/_index.md
index 4251ab6b83b..0d4cd415d90 100644
--- a/english/cpp/aspose.cells.charts/plotarea/setwidthratiotochart/_index.md
+++ b/english/cpp/aspose.cells.charts/plotarea/setwidthratiotochart/_index.md
@@ -2,7 +2,7 @@
title: Aspose::Cells::Charts::PlotArea::SetWidthRatioToChart method
linktitle: SetWidthRatioToChart
second_title: Aspose.Cells for C++ API Reference
-description: 'Aspose::Cells::Charts::PlotArea::SetWidthRatioToChart method. Gets or sets the width of plot-area bounding box in units of ratio of the chart area in C++.'
+description: 'Aspose::Cells::Charts::PlotArea::SetWidthRatioToChart method. Gets or sets the width of plot-area bounding box in units of the ratio of the chart area in C++.'
type: docs
weight: 2900
url: /cpp/aspose.cells.charts/plotarea/setwidthratiotochart/
@@ -10,7 +10,7 @@ url: /cpp/aspose.cells.charts/plotarea/setwidthratiotochart/
## PlotArea::SetWidthRatioToChart method
-Gets or sets the width of plot-area bounding box in units of ratio of the chart area.
+Gets or sets the width of plot-area bounding box in units of the ratio of the chart area.
```cpp
void Aspose::Cells::Charts::PlotArea::SetWidthRatioToChart(double value)
diff --git a/english/cpp/aspose.cells.charts/plotarea/setx/_index.md b/english/cpp/aspose.cells.charts/plotarea/setx/_index.md
index 18917974022..b9bec0746a1 100644
--- a/english/cpp/aspose.cells.charts/plotarea/setx/_index.md
+++ b/english/cpp/aspose.cells.charts/plotarea/setx/_index.md
@@ -2,7 +2,7 @@
title: Aspose::Cells::Charts::PlotArea::SetX method
linktitle: SetX
second_title: Aspose.Cells for C++ API Reference
-description: 'Aspose::Cells::Charts::PlotArea::SetX method. Gets or gets the x coordinate of the upper left corner of plot-area bounding box in units of 1/4000 of the chart area in C++.'
+description: 'Aspose::Cells::Charts::PlotArea::SetX method. Gets or sets the x coordinate of the upper left corner of the plot-area bounding box in units of 1/4000 of the chart area in C++.'
type: docs
weight: 700
url: /cpp/aspose.cells.charts/plotarea/setx/
@@ -10,7 +10,7 @@ url: /cpp/aspose.cells.charts/plotarea/setx/
## PlotArea::SetX method
-Gets or gets the x coordinate of the upper left corner of plot-area bounding box in units of 1/4000 of the chart area.
+Gets or sets the x coordinate of the upper left corner of the plot-area bounding box in units of 1/4000 of the chart area.
>Deprecated
diff --git a/english/cpp/aspose.cells.charts/plotarea/setxratiotochart/_index.md b/english/cpp/aspose.cells.charts/plotarea/setxratiotochart/_index.md
index f05a4e02089..f14561ce78d 100644
--- a/english/cpp/aspose.cells.charts/plotarea/setxratiotochart/_index.md
+++ b/english/cpp/aspose.cells.charts/plotarea/setxratiotochart/_index.md
@@ -2,7 +2,7 @@
title: Aspose::Cells::Charts::PlotArea::SetXRatioToChart method
linktitle: SetXRatioToChart
second_title: Aspose.Cells for C++ API Reference
-description: 'Aspose::Cells::Charts::PlotArea::SetXRatioToChart method. Gets or gets the x coordinate of the upper left corner of plot-area bounding box in units of ratio of the chart area in C++.'
+description: 'Aspose::Cells::Charts::PlotArea::SetXRatioToChart method. Gets or sets the x coordinate of the upper left corner of the plot area bounding box as a ratio of the chart area in C++.'
type: docs
weight: 2300
url: /cpp/aspose.cells.charts/plotarea/setxratiotochart/
@@ -10,7 +10,7 @@ url: /cpp/aspose.cells.charts/plotarea/setxratiotochart/
## PlotArea::SetXRatioToChart method
-Gets or gets the x coordinate of the upper left corner of plot-area bounding box in units of ratio of the chart area.
+Gets or sets the x coordinate of the upper left corner of the plot area bounding box as a ratio of the chart area.
```cpp
void Aspose::Cells::Charts::PlotArea::SetXRatioToChart(double value)
diff --git a/english/cpp/aspose.cells.charts/plotarea/sety/_index.md b/english/cpp/aspose.cells.charts/plotarea/sety/_index.md
index b492857b2ed..2de61821d4d 100644
--- a/english/cpp/aspose.cells.charts/plotarea/sety/_index.md
+++ b/english/cpp/aspose.cells.charts/plotarea/sety/_index.md
@@ -2,7 +2,7 @@
title: Aspose::Cells::Charts::PlotArea::SetY method
linktitle: SetY
second_title: Aspose.Cells for C++ API Reference
-description: 'Aspose::Cells::Charts::PlotArea::SetY method. Gets or gets the y coordinate of the upper top corner of plot-area bounding box in units of 1/4000 of the chart area in C++.'
+description: 'Aspose::Cells::Charts::PlotArea::SetY method. Gets or sets the y coordinate of the upper top corner of the plot-area bounding box in units of 1/4000 of the chart area in C++.'
type: docs
weight: 900
url: /cpp/aspose.cells.charts/plotarea/sety/
@@ -10,7 +10,7 @@ url: /cpp/aspose.cells.charts/plotarea/sety/
## PlotArea::SetY method
-Gets or gets the y coordinate of the upper top corner of plot-area bounding box in units of 1/4000 of the chart area.
+Gets or sets the y coordinate of the upper top corner of the plot-area bounding box in units of 1/4000 of the chart area.
>Deprecated
diff --git a/english/cpp/aspose.cells.charts/plotarea/setyratiotochart/_index.md b/english/cpp/aspose.cells.charts/plotarea/setyratiotochart/_index.md
index be55e79fe16..f8e544f1cc9 100644
--- a/english/cpp/aspose.cells.charts/plotarea/setyratiotochart/_index.md
+++ b/english/cpp/aspose.cells.charts/plotarea/setyratiotochart/_index.md
@@ -2,7 +2,7 @@
title: Aspose::Cells::Charts::PlotArea::SetYRatioToChart method
linktitle: SetYRatioToChart
second_title: Aspose.Cells for C++ API Reference
-description: 'Aspose::Cells::Charts::PlotArea::SetYRatioToChart method. Gets or gets the y coordinate of the upper top corner of plot-area bounding box in units of ratio of the chart area in C++.'
+description: 'Aspose::Cells::Charts::PlotArea::SetYRatioToChart method. Gets or sets the y coordinate of the upper top corner of the plot-area bounding box as a ratio of the chart area in C++.'
type: docs
weight: 2500
url: /cpp/aspose.cells.charts/plotarea/setyratiotochart/
@@ -10,7 +10,7 @@ url: /cpp/aspose.cells.charts/plotarea/setyratiotochart/
## PlotArea::SetYRatioToChart method
-Gets or gets the y coordinate of the upper top corner of plot-area bounding box in units of ratio of the chart area.
+Gets or sets the y coordinate of the upper top corner of the plot-area bounding box as a ratio of the chart area.
```cpp
void Aspose::Cells::Charts::PlotArea::SetYRatioToChart(double value)
diff --git a/english/cpp/aspose.cells.charts/series/_index.md b/english/cpp/aspose.cells.charts/series/_index.md
index b2d6ab0c1dc..020c3a943e9 100644
--- a/english/cpp/aspose.cells.charts/series/_index.md
+++ b/english/cpp/aspose.cells.charts/series/_index.md
@@ -20,9 +20,9 @@ class Series
| Method | Description |
| --- | --- |
-| [GetArea()](./getarea/) | Represents the background area of [Series](./) object. |
+| [GetArea()](./getarea/) | Represents the background area of the [Series](./) object. |
| [GetBar3DShapeType()](./getbar3dshapetype/) | Gets or sets the 3D shape type used with the 3-D bar or column chart. |
-| [GetBorder()](./getborder/) | Represents border of [Series](./) object. |
+| [GetBorder()](./getborder/) | Represents the border of a [Series](./) object. |
| [GetBubbleScale()](./getbubblescale/) | Gets or sets the scale factor for bubbles in the specified chart group. It can be an integer value from 0 (zero) to 300, corresponding to a percentage of the default size. Applies only to bubble charts. |
| [GetBubbleSizes()](./getbubblesizes/) | Gets or sets the bubble sizes values of the chart series. |
| [GetCategoryValues()](./getcategoryvalues/) | Gets the actual category values that are used to plot every point of this series in the chart. |
@@ -65,14 +65,14 @@ class Series
| [GetType()](./gettype/) | Gets or sets a data series' type. |
| [GetUpBars()](./getupbars/) | Returns an [DropBars](../dropbars/) object that represents the up bars on a line chart. Applies only to line charts. |
| [GetValues()](./getvalues/) | Represents the Y values of this chart series. |
-| [GetValuesFormatCode()](./getvaluesformatcode/) | Represents format code of Values's NumberList. |
+| [GetValuesFormatCode()](./getvaluesformatcode/) | Represents format code of Values' NumberList. |
| [GetXErrorBar()](./getxerrorbar/) | Represents X direction error bar of the series. |
| [GetXValues()](./getxvalues/) | Represents the X values of this chart series. |
-| [GetXValuesFormatCode()](./getxvaluesformatcode/) | Represents format code of X Values's NumberList. |
+| [GetXValuesFormatCode()](./getxvaluesformatcode/) | Represents format code of X Values' NumberList. |
| [GetYErrorBar()](./getyerrorbar/) | Represents Y direction error bar of the series. |
| [IsAutoSplit()](./isautosplit/) | Indicates whether the threshold value is automatic. |
| [IsColorVaried()](./iscolorvaried/) | Represents if the color of points is varied. The chart must contain only one series or this chart is a pie chart. |
-| [IsFiltered()](./isfiltered/) | Indicates whether the series is selected or filtered.True represents this series is filtered, and it will not be displayed on the chart. |
+| [IsFiltered()](./isfiltered/) | Indicates whether the series is selected or filtered. True represents that this series is filtered, and it will not be displayed on the chart. |
| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. |
| [IsVerticalValues()](./isverticalvalues/) | Indicates whether the data source is vertical. |
| [Move(int32_t count)](./move/) | Moves the series up or down. |
@@ -96,7 +96,7 @@ class Series
| [SetHasSeriesLines(bool value)](./sethasserieslines/) | True if a stacked column chart or bar chart has series lines or if a Pie of Pie chart or Bar of Pie chart has connector lines between the two sections. Applies only to stacked column charts, bar charts, Pie of Pie charts, or Bar of Pie charts. |
| [SetHasUpDownBars(bool value)](./sethasupdownbars/) | True if a line chart has up and down bars. Applies only to line charts. |
| [SetIsColorVaried(bool value)](./setiscolorvaried/) | Represents if the color of points is varied. The chart must contain only one series or this chart is a pie chart. |
-| [SetIsFiltered(bool value)](./setisfiltered/) | Indicates whether the series is selected or filtered.True represents this series is filtered, and it will not be displayed on the chart. |
+| [SetIsFiltered(bool value)](./setisfiltered/) | Indicates whether the series is selected or filtered. True represents that this series is filtered, and it will not be displayed on the chart. |
| [SetName(const U16String\& value)](./setname/) | Gets or sets the name of the data series. |
| [SetName(const char16_t* value)](./setname/) | Gets or sets the name of the data series. |
| [SetOverlap(int16_t value)](./setoverlap/) | Specifies how bars and columns are positioned. Can be a value between -100 and 100. Applies only to 2-D bar and 2-D column charts. |
@@ -111,12 +111,12 @@ class Series
| [SetType(ChartType value)](./settype/) | Gets or sets a data series' type. |
| [SetValues(const U16String\& value)](./setvalues/) | Represents the Y values of this chart series. |
| [SetValues(const char16_t* value)](./setvalues/) | Represents the Y values of this chart series. |
-| [SetValuesFormatCode(const U16String\& value)](./setvaluesformatcode/) | Represents format code of Values's NumberList. |
-| [SetValuesFormatCode(const char16_t* value)](./setvaluesformatcode/) | Represents format code of Values's NumberList. |
+| [SetValuesFormatCode(const U16String\& value)](./setvaluesformatcode/) | Represents format code of Values' NumberList. |
+| [SetValuesFormatCode(const char16_t* value)](./setvaluesformatcode/) | Represents format code of Values' NumberList. |
| [SetXValues(const U16String\& value)](./setxvalues/) | Represents the X values of this chart series. |
| [SetXValues(const char16_t* value)](./setxvalues/) | Represents the X values of this chart series. |
-| [SetXValuesFormatCode(const U16String\& value)](./setxvaluesformatcode/) | Represents format code of X Values's NumberList. |
-| [SetXValuesFormatCode(const char16_t* value)](./setxvaluesformatcode/) | Represents format code of X Values's NumberList. |
+| [SetXValuesFormatCode(const U16String\& value)](./setxvaluesformatcode/) | Represents format code of X Values' NumberList. |
+| [SetXValuesFormatCode(const char16_t* value)](./setxvaluesformatcode/) | Represents format code of X Values' NumberList. |
| [~Series()](./~series/) | Destructor. |
## Fields
diff --git a/english/cpp/aspose.cells.charts/series/getarea/_index.md b/english/cpp/aspose.cells.charts/series/getarea/_index.md
index bcfafea2c9d..acddac24877 100644
--- a/english/cpp/aspose.cells.charts/series/getarea/_index.md
+++ b/english/cpp/aspose.cells.charts/series/getarea/_index.md
@@ -2,7 +2,7 @@
title: Aspose::Cells::Charts::Series::GetArea method
linktitle: GetArea
second_title: Aspose.Cells for C++ API Reference
-description: 'Aspose::Cells::Charts::Series::GetArea method. Represents the background area of Series object in C++.'
+description: 'Aspose::Cells::Charts::Series::GetArea method. Represents the background area of the Series object in C++.'
type: docs
weight: 1100
url: /cpp/aspose.cells.charts/series/getarea/
@@ -10,7 +10,7 @@ url: /cpp/aspose.cells.charts/series/getarea/
## Series::GetArea method
-Represents the background area of [Series](../) object.
+Represents the background area of the [Series](../) object.
```cpp
Area Aspose::Cells::Charts::Series::GetArea()
diff --git a/english/cpp/aspose.cells.charts/series/getborder/_index.md b/english/cpp/aspose.cells.charts/series/getborder/_index.md
index 1733a43b417..b4d5080ef8c 100644
--- a/english/cpp/aspose.cells.charts/series/getborder/_index.md
+++ b/english/cpp/aspose.cells.charts/series/getborder/_index.md
@@ -2,7 +2,7 @@
title: Aspose::Cells::Charts::Series::GetBorder method
linktitle: GetBorder
second_title: Aspose.Cells for C++ API Reference
-description: 'Aspose::Cells::Charts::Series::GetBorder method. Represents border of Series object in C++.'
+description: 'Aspose::Cells::Charts::Series::GetBorder method. Represents the border of a Series object in C++.'
type: docs
weight: 1200
url: /cpp/aspose.cells.charts/series/getborder/
@@ -10,7 +10,7 @@ url: /cpp/aspose.cells.charts/series/getborder/
## Series::GetBorder method
-Represents border of [Series](../) object.
+Represents the border of a [Series](../) object.
```cpp
Line Aspose::Cells::Charts::Series::GetBorder()
diff --git a/english/cpp/aspose.cells.charts/series/getbubblesizes/_index.md b/english/cpp/aspose.cells.charts/series/getbubblesizes/_index.md
index 46d9f221b7d..fb278dca835 100644
--- a/english/cpp/aspose.cells.charts/series/getbubblesizes/_index.md
+++ b/english/cpp/aspose.cells.charts/series/getbubblesizes/_index.md
@@ -4,7 +4,7 @@ linktitle: GetBubbleSizes
second_title: Aspose.Cells for C++ API Reference
description: 'Aspose::Cells::Charts::Series::GetBubbleSizes method. Gets or sets the bubble sizes values of the chart series in C++.'
type: docs
-weight: 2400
+weight: 2800
url: /cpp/aspose.cells.charts/series/getbubblesizes/
---
## Series::GetBubbleSizes method
@@ -16,6 +16,10 @@ Gets or sets the bubble sizes values of the chart series.
U16String Aspose::Cells::Charts::Series::GetBubbleSizes()
```
+## Remarks
+
+
+Only for [ChartType.Bubble](../../charttype/) or [ChartType.Bubble3D](../../charttype/).
## See Also
* Class [U16String](../../../aspose.cells/u16string/)
diff --git a/english/cpp/aspose.cells.charts/series/getvaluesformatcode/_index.md b/english/cpp/aspose.cells.charts/series/getvaluesformatcode/_index.md
index 5dd0c77d813..3c96683fff7 100644
--- a/english/cpp/aspose.cells.charts/series/getvaluesformatcode/_index.md
+++ b/english/cpp/aspose.cells.charts/series/getvaluesformatcode/_index.md
@@ -2,15 +2,15 @@
title: Aspose::Cells::Charts::Series::GetValuesFormatCode method
linktitle: GetValuesFormatCode
second_title: Aspose.Cells for C++ API Reference
-description: 'Aspose::Cells::Charts::Series::GetValuesFormatCode method. Represents format code of Values''s NumberList in C++.'
+description: 'Aspose::Cells::Charts::Series::GetValuesFormatCode method. Represents format code of Values'' NumberList in C++.'
type: docs
-weight: 2000
+weight: 2200
url: /cpp/aspose.cells.charts/series/getvaluesformatcode/
---
## Series::GetValuesFormatCode method
-Represents format code of Values's NumberList.
+Represents format code of Values' NumberList.
```cpp
U16String Aspose::Cells::Charts::Series::GetValuesFormatCode()
diff --git a/english/cpp/aspose.cells.charts/series/getxvalues/_index.md b/english/cpp/aspose.cells.charts/series/getxvalues/_index.md
index 78d2a66898c..84559798c22 100644
--- a/english/cpp/aspose.cells.charts/series/getxvalues/_index.md
+++ b/english/cpp/aspose.cells.charts/series/getxvalues/_index.md
@@ -19,7 +19,7 @@ U16String Aspose::Cells::Charts::Series::GetXValues()
## Remarks
-To get the actual values(corresponding to every point of this series) defined by this property, please use CategoryValues.
+Only for Scatter and Bubble chart. Please use SeriesCollection.CategoryData for other types of charts CategoryValues is used to get the actual category values of this series.
## See Also
* Class [U16String](../../../aspose.cells/u16string/)
diff --git a/english/cpp/aspose.cells.charts/series/getxvaluesformatcode/_index.md b/english/cpp/aspose.cells.charts/series/getxvaluesformatcode/_index.md
index 09b02d99565..755e7b93e72 100644
--- a/english/cpp/aspose.cells.charts/series/getxvaluesformatcode/_index.md
+++ b/english/cpp/aspose.cells.charts/series/getxvaluesformatcode/_index.md
@@ -2,15 +2,15 @@
title: Aspose::Cells::Charts::Series::GetXValuesFormatCode method
linktitle: GetXValuesFormatCode
second_title: Aspose.Cells for C++ API Reference
-description: 'Aspose::Cells::Charts::Series::GetXValuesFormatCode method. Represents format code of X Values''s NumberList in C++.'
+description: 'Aspose::Cells::Charts::Series::GetXValuesFormatCode method. Represents format code of X Values'' NumberList in C++.'
type: docs
-weight: 2200
+weight: 2400
url: /cpp/aspose.cells.charts/series/getxvaluesformatcode/
---
## Series::GetXValuesFormatCode method
-Represents format code of X Values's NumberList.
+Represents format code of X Values' NumberList.
```cpp
U16String Aspose::Cells::Charts::Series::GetXValuesFormatCode()
diff --git a/english/cpp/aspose.cells.charts/series/isfiltered/_index.md b/english/cpp/aspose.cells.charts/series/isfiltered/_index.md
index 8e242746930..f6180867d41 100644
--- a/english/cpp/aspose.cells.charts/series/isfiltered/_index.md
+++ b/english/cpp/aspose.cells.charts/series/isfiltered/_index.md
@@ -2,7 +2,7 @@
title: Aspose::Cells::Charts::Series::IsFiltered method
linktitle: IsFiltered
second_title: Aspose.Cells for C++ API Reference
-description: 'Aspose::Cells::Charts::Series::IsFiltered method. Indicates whether the series is selected or filtered.True represents this series is filtered, and it will not be displayed on the chart in C++.'
+description: 'Aspose::Cells::Charts::Series::IsFiltered method. Indicates whether the series is selected or filtered. True represents that this series is filtered, and it will not be displayed on the chart in C++.'
type: docs
weight: 600
url: /cpp/aspose.cells.charts/series/isfiltered/
@@ -10,7 +10,7 @@ url: /cpp/aspose.cells.charts/series/isfiltered/
## Series::IsFiltered method
-Indicates whether the series is selected or filtered.True represents this series is filtered, and it will not be displayed on the chart.
+Indicates whether the series is selected or filtered. True represents that this series is filtered, and it will not be displayed on the chart.
```cpp
bool Aspose::Cells::Charts::Series::IsFiltered()
diff --git a/english/cpp/aspose.cells.charts/series/setbubblesizes/_index.md b/english/cpp/aspose.cells.charts/series/setbubblesizes/_index.md
index 6f3512d828c..65b9ac794ea 100644
--- a/english/cpp/aspose.cells.charts/series/setbubblesizes/_index.md
+++ b/english/cpp/aspose.cells.charts/series/setbubblesizes/_index.md
@@ -4,7 +4,7 @@ linktitle: SetBubbleSizes
second_title: Aspose.Cells for C++ API Reference
description: 'Aspose::Cells::Charts::Series::SetBubbleSizes method. Gets or sets the bubble sizes values of the chart series in C++.'
type: docs
-weight: 2500
+weight: 2900
url: /cpp/aspose.cells.charts/series/setbubblesizes/
---
## Series::SetBubbleSizes(const U16String\&) method
@@ -16,6 +16,10 @@ Gets or sets the bubble sizes values of the chart series.
void Aspose::Cells::Charts::Series::SetBubbleSizes(const U16String &value)
```
+## Remarks
+
+
+Only for [ChartType.Bubble](../../charttype/) or [ChartType.Bubble3D](../../charttype/).
## See Also
* Class [Vector](../../../aspose.cells/vector/)
@@ -32,6 +36,10 @@ Gets or sets the bubble sizes values of the chart series.
void Aspose::Cells::Charts::Series::SetBubbleSizes(const char16_t *value)
```
+## Remarks
+
+
+Only for [ChartType.Bubble](../../charttype/) or [ChartType.Bubble3D](../../charttype/).
## See Also
* Class [Vector](../../../aspose.cells/vector/)
diff --git a/english/cpp/aspose.cells.charts/series/setisfiltered/_index.md b/english/cpp/aspose.cells.charts/series/setisfiltered/_index.md
index 5173cdf02b2..085a1a190f2 100644
--- a/english/cpp/aspose.cells.charts/series/setisfiltered/_index.md
+++ b/english/cpp/aspose.cells.charts/series/setisfiltered/_index.md
@@ -2,7 +2,7 @@
title: Aspose::Cells::Charts::Series::SetIsFiltered method
linktitle: SetIsFiltered
second_title: Aspose.Cells for C++ API Reference
-description: 'Aspose::Cells::Charts::Series::SetIsFiltered method. Indicates whether the series is selected or filtered.True represents this series is filtered, and it will not be displayed on the chart in C++.'
+description: 'Aspose::Cells::Charts::Series::SetIsFiltered method. Indicates whether the series is selected or filtered. True represents that this series is filtered, and it will not be displayed on the chart in C++.'
type: docs
weight: 700
url: /cpp/aspose.cells.charts/series/setisfiltered/
@@ -10,7 +10,7 @@ url: /cpp/aspose.cells.charts/series/setisfiltered/
## Series::SetIsFiltered method
-Indicates whether the series is selected or filtered.True represents this series is filtered, and it will not be displayed on the chart.
+Indicates whether the series is selected or filtered. True represents that this series is filtered, and it will not be displayed on the chart.
```cpp
void Aspose::Cells::Charts::Series::SetIsFiltered(bool value)
diff --git a/english/cpp/aspose.cells.charts/series/setvaluesformatcode/_index.md b/english/cpp/aspose.cells.charts/series/setvaluesformatcode/_index.md
index 60c978bab41..49c5ec5bd2b 100644
--- a/english/cpp/aspose.cells.charts/series/setvaluesformatcode/_index.md
+++ b/english/cpp/aspose.cells.charts/series/setvaluesformatcode/_index.md
@@ -2,15 +2,15 @@
title: Aspose::Cells::Charts::Series::SetValuesFormatCode method
linktitle: SetValuesFormatCode
second_title: Aspose.Cells for C++ API Reference
-description: 'Aspose::Cells::Charts::Series::SetValuesFormatCode method. Represents format code of Values''s NumberList in C++.'
+description: 'Aspose::Cells::Charts::Series::SetValuesFormatCode method. Represents format code of Values'' NumberList in C++.'
type: docs
-weight: 2100
+weight: 2300
url: /cpp/aspose.cells.charts/series/setvaluesformatcode/
---
## Series::SetValuesFormatCode(const U16String\&) method
-Represents format code of Values's NumberList.
+Represents format code of Values' NumberList.
```cpp
void Aspose::Cells::Charts::Series::SetValuesFormatCode(const U16String &value)
@@ -26,7 +26,7 @@ void Aspose::Cells::Charts::Series::SetValuesFormatCode(const U16String &value)
## Series::SetValuesFormatCode(const char16_t*) method
-Represents format code of Values's NumberList.
+Represents format code of Values' NumberList.
```cpp
void Aspose::Cells::Charts::Series::SetValuesFormatCode(const char16_t *value)
diff --git a/english/cpp/aspose.cells.charts/series/setxvalues/_index.md b/english/cpp/aspose.cells.charts/series/setxvalues/_index.md
index dec8baac18c..872a8b045aa 100644
--- a/english/cpp/aspose.cells.charts/series/setxvalues/_index.md
+++ b/english/cpp/aspose.cells.charts/series/setxvalues/_index.md
@@ -19,7 +19,7 @@ void Aspose::Cells::Charts::Series::SetXValues(const U16String &value)
## Remarks
-To get the actual values(corresponding to every point of this series) defined by this property, please use CategoryValues.
+Only for Scatter and Bubble chart. Please use SeriesCollection.CategoryData for other types of charts CategoryValues is used to get the actual category values of this series.
## See Also
* Class [Vector](../../../aspose.cells/vector/)
@@ -39,7 +39,7 @@ void Aspose::Cells::Charts::Series::SetXValues(const char16_t *value)
## Remarks
-To get the actual values(corresponding to every point of this series) defined by this property, please use CategoryValues.
+Only for Scatter and Bubble chart. Please use SeriesCollection.CategoryData for other types of charts CategoryValues is used to get the actual category values of this series.
## See Also
* Class [Vector](../../../aspose.cells/vector/)
diff --git a/english/cpp/aspose.cells.charts/series/setxvaluesformatcode/_index.md b/english/cpp/aspose.cells.charts/series/setxvaluesformatcode/_index.md
index 683a749340f..d1f0d11fc0f 100644
--- a/english/cpp/aspose.cells.charts/series/setxvaluesformatcode/_index.md
+++ b/english/cpp/aspose.cells.charts/series/setxvaluesformatcode/_index.md
@@ -2,15 +2,15 @@
title: Aspose::Cells::Charts::Series::SetXValuesFormatCode method
linktitle: SetXValuesFormatCode
second_title: Aspose.Cells for C++ API Reference
-description: 'Aspose::Cells::Charts::Series::SetXValuesFormatCode method. Represents format code of X Values''s NumberList in C++.'
+description: 'Aspose::Cells::Charts::Series::SetXValuesFormatCode method. Represents format code of X Values'' NumberList in C++.'
type: docs
-weight: 2300
+weight: 2500
url: /cpp/aspose.cells.charts/series/setxvaluesformatcode/
---
## Series::SetXValuesFormatCode(const U16String\&) method
-Represents format code of X Values's NumberList.
+Represents format code of X Values' NumberList.
```cpp
void Aspose::Cells::Charts::Series::SetXValuesFormatCode(const U16String &value)
@@ -26,7 +26,7 @@ void Aspose::Cells::Charts::Series::SetXValuesFormatCode(const U16String &value)
## Series::SetXValuesFormatCode(const char16_t*) method
-Represents format code of X Values's NumberList.
+Represents format code of X Values' NumberList.
```cpp
void Aspose::Cells::Charts::Series::SetXValuesFormatCode(const char16_t *value)
diff --git a/english/cpp/aspose.cells.charts/serieslayoutproperties/_index.md b/english/cpp/aspose.cells.charts/serieslayoutproperties/_index.md
index 68aea8fe981..af6bbdc7417 100644
--- a/english/cpp/aspose.cells.charts/serieslayoutproperties/_index.md
+++ b/english/cpp/aspose.cells.charts/serieslayoutproperties/_index.md
@@ -4,7 +4,7 @@ linktitle: SeriesLayoutProperties
second_title: Aspose.Cells for C++ API Reference
description: 'Aspose::Cells::Charts::SeriesLayoutProperties class. Represents the properties of series layout in C++.'
type: docs
-weight: 2600
+weight: 2700
url: /cpp/aspose.cells.charts/serieslayoutproperties/
---
## SeriesLayoutProperties class
@@ -24,11 +24,11 @@ class SeriesLayoutProperties
| [GetMapChartRegionType()](./getmapchartregiontype/) | Gets and sets the region type of the map. |
| [GetMapLabelLayout()](./getmaplabellayout/) | Gets and sets the layout of map labels. |
| [GetQuartileCalculation()](./getquartilecalculation/) | Represents the statistical properties for the series. |
-| [GetShowConnectorLines()](./getshowconnectorlines/) | Indicates whether showing connector lines between data points. |
-| [GetShowInnerPoints()](./getshowinnerpoints/) | Indicates whether showing non-outlier data points. |
-| [GetShowMeanLine()](./getshowmeanline/) | Indicates whether showing the line connecting all mean points. |
-| [GetShowMeanMarker()](./getshowmeanmarker/) | Indicates whether showing markers denoting the mean. |
-| [GetShowOutlierPoints()](./getshowoutlierpoints/) | Indicates whether showing outlier data points. |
+| [GetShowConnectorLines()](./getshowconnectorlines/) | Indicates whether connector lines are shown between data points. |
+| [GetShowInnerPoints()](./getshowinnerpoints/) | Indicates whether to show non-outlier data points. |
+| [GetShowMeanLine()](./getshowmeanline/) | Indicates whether to show the line connecting all mean points. |
+| [GetShowMeanMarker()](./getshowmeanmarker/) | Indicates whether markers denoting the mean are shown. |
+| [GetShowOutlierPoints()](./getshowoutlierpoints/) | Indicates whether outlier data points are shown. |
| [GetSubtotals()](./getsubtotals/) | Represents the index of a subtotal data point. |
| [IsIntervalLeftClosed()](./isintervalleftclosed/) | Indicates whether the interval is closed on the left side. |
| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. |
@@ -42,11 +42,11 @@ class SeriesLayoutProperties
| [SetMapChartRegionType(MapChartRegionType value)](./setmapchartregiontype/) | Gets and sets the region type of the map. |
| [SetMapLabelLayout(MapChartLabelLayout value)](./setmaplabellayout/) | Gets and sets the layout of map labels. |
| [SetQuartileCalculation(QuartileCalculationType value)](./setquartilecalculation/) | Represents the statistical properties for the series. |
-| [SetShowConnectorLines(bool value)](./setshowconnectorlines/) | Indicates whether showing connector lines between data points. |
-| [SetShowInnerPoints(bool value)](./setshowinnerpoints/) | Indicates whether showing non-outlier data points. |
-| [SetShowMeanLine(bool value)](./setshowmeanline/) | Indicates whether showing the line connecting all mean points. |
-| [SetShowMeanMarker(bool value)](./setshowmeanmarker/) | Indicates whether showing markers denoting the mean. |
-| [SetShowOutlierPoints(bool value)](./setshowoutlierpoints/) | Indicates whether showing outlier data points. |
+| [SetShowConnectorLines(bool value)](./setshowconnectorlines/) | Indicates whether connector lines are shown between data points. |
+| [SetShowInnerPoints(bool value)](./setshowinnerpoints/) | Indicates whether to show non-outlier data points. |
+| [SetShowMeanLine(bool value)](./setshowmeanline/) | Indicates whether to show the line connecting all mean points. |
+| [SetShowMeanMarker(bool value)](./setshowmeanmarker/) | Indicates whether markers denoting the mean are shown. |
+| [SetShowOutlierPoints(bool value)](./setshowoutlierpoints/) | Indicates whether outlier data points are shown. |
| [SetSubtotals(const Vector \\& value)](./setsubtotals/) | Represents the index of a subtotal data point. |
| [~SeriesLayoutProperties()](./~serieslayoutproperties/) | Destructor. |
## Fields
@@ -54,6 +54,10 @@ class SeriesLayoutProperties
| Field | Description |
| --- | --- |
| [_impl](./_impl/) | The implementation object. |
+## Remarks
+
+
+Only applicable to BoxWhisker,Funnel,ParetoLine,Sunburst,Treemap,Waterfall and Histogram chart.
## See Also
* Namespace [Aspose::Cells::Charts](../)
diff --git a/english/cpp/aspose.cells.charts/serieslayoutproperties/getmapchartprojectiontype/_index.md b/english/cpp/aspose.cells.charts/serieslayoutproperties/getmapchartprojectiontype/_index.md
index fac7c6e829d..0602558c75c 100644
--- a/english/cpp/aspose.cells.charts/serieslayoutproperties/getmapchartprojectiontype/_index.md
+++ b/english/cpp/aspose.cells.charts/serieslayoutproperties/getmapchartprojectiontype/_index.md
@@ -16,6 +16,10 @@ Gets and sets the projection type of the map.
MapChartProjectionType Aspose::Cells::Charts::SeriesLayoutProperties::GetMapChartProjectionType()
```
+## Remarks
+
+
+Only for map chart.
## See Also
* Enum [MapChartProjectionType](../../mapchartprojectiontype/)
diff --git a/english/cpp/aspose.cells.charts/serieslayoutproperties/getmapchartregiontype/_index.md b/english/cpp/aspose.cells.charts/serieslayoutproperties/getmapchartregiontype/_index.md
index d16f3119ecc..e4ae43346eb 100644
--- a/english/cpp/aspose.cells.charts/serieslayoutproperties/getmapchartregiontype/_index.md
+++ b/english/cpp/aspose.cells.charts/serieslayoutproperties/getmapchartregiontype/_index.md
@@ -16,6 +16,10 @@ Gets and sets the region type of the map.
MapChartRegionType Aspose::Cells::Charts::SeriesLayoutProperties::GetMapChartRegionType()
```
+## Remarks
+
+
+Only for map chart.
## See Also
* Enum [MapChartRegionType](../../mapchartregiontype/)
diff --git a/english/cpp/aspose.cells.charts/serieslayoutproperties/getquartilecalculation/_index.md b/english/cpp/aspose.cells.charts/serieslayoutproperties/getquartilecalculation/_index.md
index 72551444246..346166fe795 100644
--- a/english/cpp/aspose.cells.charts/serieslayoutproperties/getquartilecalculation/_index.md
+++ b/english/cpp/aspose.cells.charts/serieslayoutproperties/getquartilecalculation/_index.md
@@ -16,6 +16,10 @@ Represents the statistical properties for the series.
QuartileCalculationType Aspose::Cells::Charts::SeriesLayoutProperties::GetQuartileCalculation()
```
+## Remarks
+
+
+Only applicable to BoxWhisker chart.
## See Also
* Enum [QuartileCalculationType](../../quartilecalculationtype/)
diff --git a/english/cpp/aspose.cells.charts/serieslayoutproperties/getshowconnectorlines/_index.md b/english/cpp/aspose.cells.charts/serieslayoutproperties/getshowconnectorlines/_index.md
index 6da11868462..3fe5235d010 100644
--- a/english/cpp/aspose.cells.charts/serieslayoutproperties/getshowconnectorlines/_index.md
+++ b/english/cpp/aspose.cells.charts/serieslayoutproperties/getshowconnectorlines/_index.md
@@ -2,7 +2,7 @@
title: Aspose::Cells::Charts::SeriesLayoutProperties::GetShowConnectorLines method
linktitle: GetShowConnectorLines
second_title: Aspose.Cells for C++ API Reference
-description: 'Aspose::Cells::Charts::SeriesLayoutProperties::GetShowConnectorLines method. Indicates whether showing connector lines between data points in C++.'
+description: 'Aspose::Cells::Charts::SeriesLayoutProperties::GetShowConnectorLines method. Indicates whether connector lines are shown between data points in C++.'
type: docs
weight: 600
url: /cpp/aspose.cells.charts/serieslayoutproperties/getshowconnectorlines/
@@ -10,12 +10,16 @@ url: /cpp/aspose.cells.charts/serieslayoutproperties/getshowconnectorlines/
## SeriesLayoutProperties::GetShowConnectorLines method
-Indicates whether showing connector lines between data points.
+Indicates whether connector lines are shown between data points.
```cpp
bool Aspose::Cells::Charts::SeriesLayoutProperties::GetShowConnectorLines()
```
+## Remarks
+
+
+Only for Waterfall chart.
## See Also
* Class [Vector](../../../aspose.cells/vector/)
diff --git a/english/cpp/aspose.cells.charts/serieslayoutproperties/getshowinnerpoints/_index.md b/english/cpp/aspose.cells.charts/serieslayoutproperties/getshowinnerpoints/_index.md
index e45334b953b..91a9d34b281 100644
--- a/english/cpp/aspose.cells.charts/serieslayoutproperties/getshowinnerpoints/_index.md
+++ b/english/cpp/aspose.cells.charts/serieslayoutproperties/getshowinnerpoints/_index.md
@@ -2,7 +2,7 @@
title: Aspose::Cells::Charts::SeriesLayoutProperties::GetShowInnerPoints method
linktitle: GetShowInnerPoints
second_title: Aspose.Cells for C++ API Reference
-description: 'Aspose::Cells::Charts::SeriesLayoutProperties::GetShowInnerPoints method. Indicates whether showing non-outlier data points in C++.'
+description: 'Aspose::Cells::Charts::SeriesLayoutProperties::GetShowInnerPoints method. Indicates whether to show non-outlier data points in C++.'
type: docs
weight: 1400
url: /cpp/aspose.cells.charts/serieslayoutproperties/getshowinnerpoints/
@@ -10,7 +10,7 @@ url: /cpp/aspose.cells.charts/serieslayoutproperties/getshowinnerpoints/
## SeriesLayoutProperties::GetShowInnerPoints method
-Indicates whether showing non-outlier data points.
+Indicates whether to show non-outlier data points.
```cpp
bool Aspose::Cells::Charts::SeriesLayoutProperties::GetShowInnerPoints()
diff --git a/english/cpp/aspose.cells.charts/serieslayoutproperties/getshowmeanline/_index.md b/english/cpp/aspose.cells.charts/serieslayoutproperties/getshowmeanline/_index.md
index 60f45826a0e..dc9b79cf473 100644
--- a/english/cpp/aspose.cells.charts/serieslayoutproperties/getshowmeanline/_index.md
+++ b/english/cpp/aspose.cells.charts/serieslayoutproperties/getshowmeanline/_index.md
@@ -2,7 +2,7 @@
title: Aspose::Cells::Charts::SeriesLayoutProperties::GetShowMeanLine method
linktitle: GetShowMeanLine
second_title: Aspose.Cells for C++ API Reference
-description: 'Aspose::Cells::Charts::SeriesLayoutProperties::GetShowMeanLine method. Indicates whether showing the line connecting all mean points in C++.'
+description: 'Aspose::Cells::Charts::SeriesLayoutProperties::GetShowMeanLine method. Indicates whether to show the line connecting all mean points in C++.'
type: docs
weight: 800
url: /cpp/aspose.cells.charts/serieslayoutproperties/getshowmeanline/
@@ -10,12 +10,16 @@ url: /cpp/aspose.cells.charts/serieslayoutproperties/getshowmeanline/
## SeriesLayoutProperties::GetShowMeanLine method
-Indicates whether showing the line connecting all mean points.
+Indicates whether to show the line connecting all mean points.
```cpp
bool Aspose::Cells::Charts::SeriesLayoutProperties::GetShowMeanLine()
```
+## Remarks
+
+
+Only works for BoxWhisker chart.
## See Also
* Class [Vector](../../../aspose.cells/vector/)
diff --git a/english/cpp/aspose.cells.charts/serieslayoutproperties/getshowmeanmarker/_index.md b/english/cpp/aspose.cells.charts/serieslayoutproperties/getshowmeanmarker/_index.md
index 2fe2a037664..d61e5d9d889 100644
--- a/english/cpp/aspose.cells.charts/serieslayoutproperties/getshowmeanmarker/_index.md
+++ b/english/cpp/aspose.cells.charts/serieslayoutproperties/getshowmeanmarker/_index.md
@@ -2,7 +2,7 @@
title: Aspose::Cells::Charts::SeriesLayoutProperties::GetShowMeanMarker method
linktitle: GetShowMeanMarker
second_title: Aspose.Cells for C++ API Reference
-description: 'Aspose::Cells::Charts::SeriesLayoutProperties::GetShowMeanMarker method. Indicates whether showing markers denoting the mean in C++.'
+description: 'Aspose::Cells::Charts::SeriesLayoutProperties::GetShowMeanMarker method. Indicates whether markers denoting the mean are shown in C++.'
type: docs
weight: 1200
url: /cpp/aspose.cells.charts/serieslayoutproperties/getshowmeanmarker/
@@ -10,7 +10,7 @@ url: /cpp/aspose.cells.charts/serieslayoutproperties/getshowmeanmarker/
## SeriesLayoutProperties::GetShowMeanMarker method
-Indicates whether showing markers denoting the mean.
+Indicates whether markers denoting the mean are shown.
```cpp
bool Aspose::Cells::Charts::SeriesLayoutProperties::GetShowMeanMarker()
diff --git a/english/cpp/aspose.cells.charts/serieslayoutproperties/getshowoutlierpoints/_index.md b/english/cpp/aspose.cells.charts/serieslayoutproperties/getshowoutlierpoints/_index.md
index 0208a455bdb..fa052991fa8 100644
--- a/english/cpp/aspose.cells.charts/serieslayoutproperties/getshowoutlierpoints/_index.md
+++ b/english/cpp/aspose.cells.charts/serieslayoutproperties/getshowoutlierpoints/_index.md
@@ -2,7 +2,7 @@
title: Aspose::Cells::Charts::SeriesLayoutProperties::GetShowOutlierPoints method
linktitle: GetShowOutlierPoints
second_title: Aspose.Cells for C++ API Reference
-description: 'Aspose::Cells::Charts::SeriesLayoutProperties::GetShowOutlierPoints method. Indicates whether showing outlier data points in C++.'
+description: 'Aspose::Cells::Charts::SeriesLayoutProperties::GetShowOutlierPoints method. Indicates whether outlier data points are shown in C++.'
type: docs
weight: 1000
url: /cpp/aspose.cells.charts/serieslayoutproperties/getshowoutlierpoints/
@@ -10,7 +10,7 @@ url: /cpp/aspose.cells.charts/serieslayoutproperties/getshowoutlierpoints/
## SeriesLayoutProperties::GetShowOutlierPoints method
-Indicates whether showing outlier data points.
+Indicates whether outlier data points are shown.
```cpp
bool Aspose::Cells::Charts::SeriesLayoutProperties::GetShowOutlierPoints()
diff --git a/english/cpp/aspose.cells.charts/serieslayoutproperties/isintervalleftclosed/_index.md b/english/cpp/aspose.cells.charts/serieslayoutproperties/isintervalleftclosed/_index.md
index c5d425e368f..881636313f2 100644
--- a/english/cpp/aspose.cells.charts/serieslayoutproperties/isintervalleftclosed/_index.md
+++ b/english/cpp/aspose.cells.charts/serieslayoutproperties/isintervalleftclosed/_index.md
@@ -16,6 +16,10 @@ Indicates whether the interval is closed on the left side.
bool Aspose::Cells::Charts::SeriesLayoutProperties::IsIntervalLeftClosed()
```
+## Remarks
+
+
+Only for ParetoLine chart.
## See Also
* Class [Vector](../../../aspose.cells/vector/)
diff --git a/english/cpp/aspose.cells.charts/serieslayoutproperties/setisintervalleftclosed/_index.md b/english/cpp/aspose.cells.charts/serieslayoutproperties/setisintervalleftclosed/_index.md
index 7d11f516afa..d6005fce7ec 100644
--- a/english/cpp/aspose.cells.charts/serieslayoutproperties/setisintervalleftclosed/_index.md
+++ b/english/cpp/aspose.cells.charts/serieslayoutproperties/setisintervalleftclosed/_index.md
@@ -16,6 +16,10 @@ Indicates whether the interval is closed on the left side.
void Aspose::Cells::Charts::SeriesLayoutProperties::SetIsIntervalLeftClosed(bool value)
```
+## Remarks
+
+
+Only for ParetoLine chart.
## See Also
* Class [Vector](../../../aspose.cells/vector/)
diff --git a/english/cpp/aspose.cells.charts/serieslayoutproperties/setmapchartprojectiontype/_index.md b/english/cpp/aspose.cells.charts/serieslayoutproperties/setmapchartprojectiontype/_index.md
index d76e4555417..2d501bad4f7 100644
--- a/english/cpp/aspose.cells.charts/serieslayoutproperties/setmapchartprojectiontype/_index.md
+++ b/english/cpp/aspose.cells.charts/serieslayoutproperties/setmapchartprojectiontype/_index.md
@@ -16,6 +16,10 @@ Gets and sets the projection type of the map.
void Aspose::Cells::Charts::SeriesLayoutProperties::SetMapChartProjectionType(MapChartProjectionType value)
```
+## Remarks
+
+
+Only for map chart.
## See Also
* Class [Vector](../../../aspose.cells/vector/)
diff --git a/english/cpp/aspose.cells.charts/serieslayoutproperties/setmapchartregiontype/_index.md b/english/cpp/aspose.cells.charts/serieslayoutproperties/setmapchartregiontype/_index.md
index 7b9c9213163..7a8d3b5c4fe 100644
--- a/english/cpp/aspose.cells.charts/serieslayoutproperties/setmapchartregiontype/_index.md
+++ b/english/cpp/aspose.cells.charts/serieslayoutproperties/setmapchartregiontype/_index.md
@@ -16,6 +16,10 @@ Gets and sets the region type of the map.
void Aspose::Cells::Charts::SeriesLayoutProperties::SetMapChartRegionType(MapChartRegionType value)
```
+## Remarks
+
+
+Only for map chart.
## See Also
* Class [Vector](../../../aspose.cells/vector/)
diff --git a/english/cpp/aspose.cells.charts/serieslayoutproperties/setquartilecalculation/_index.md b/english/cpp/aspose.cells.charts/serieslayoutproperties/setquartilecalculation/_index.md
index e28ee5e021e..312dc0c493d 100644
--- a/english/cpp/aspose.cells.charts/serieslayoutproperties/setquartilecalculation/_index.md
+++ b/english/cpp/aspose.cells.charts/serieslayoutproperties/setquartilecalculation/_index.md
@@ -16,6 +16,10 @@ Represents the statistical properties for the series.
void Aspose::Cells::Charts::SeriesLayoutProperties::SetQuartileCalculation(QuartileCalculationType value)
```
+## Remarks
+
+
+Only applicable to BoxWhisker chart.
## See Also
* Class [Vector](../../../aspose.cells/vector/)
diff --git a/english/cpp/aspose.cells.charts/serieslayoutproperties/setshowconnectorlines/_index.md b/english/cpp/aspose.cells.charts/serieslayoutproperties/setshowconnectorlines/_index.md
index 772dd87edb2..26ab7b8134d 100644
--- a/english/cpp/aspose.cells.charts/serieslayoutproperties/setshowconnectorlines/_index.md
+++ b/english/cpp/aspose.cells.charts/serieslayoutproperties/setshowconnectorlines/_index.md
@@ -2,7 +2,7 @@
title: Aspose::Cells::Charts::SeriesLayoutProperties::SetShowConnectorLines method
linktitle: SetShowConnectorLines
second_title: Aspose.Cells for C++ API Reference
-description: 'Aspose::Cells::Charts::SeriesLayoutProperties::SetShowConnectorLines method. Indicates whether showing connector lines between data points in C++.'
+description: 'Aspose::Cells::Charts::SeriesLayoutProperties::SetShowConnectorLines method. Indicates whether connector lines are shown between data points in C++.'
type: docs
weight: 700
url: /cpp/aspose.cells.charts/serieslayoutproperties/setshowconnectorlines/
@@ -10,12 +10,16 @@ url: /cpp/aspose.cells.charts/serieslayoutproperties/setshowconnectorlines/
## SeriesLayoutProperties::SetShowConnectorLines method
-Indicates whether showing connector lines between data points.
+Indicates whether connector lines are shown between data points.
```cpp
void Aspose::Cells::Charts::SeriesLayoutProperties::SetShowConnectorLines(bool value)
```
+## Remarks
+
+
+Only for Waterfall chart.
## See Also
* Class [Vector](../../../aspose.cells/vector/)
diff --git a/english/cpp/aspose.cells.charts/serieslayoutproperties/setshowinnerpoints/_index.md b/english/cpp/aspose.cells.charts/serieslayoutproperties/setshowinnerpoints/_index.md
index 5a1a970b969..81ed31892a2 100644
--- a/english/cpp/aspose.cells.charts/serieslayoutproperties/setshowinnerpoints/_index.md
+++ b/english/cpp/aspose.cells.charts/serieslayoutproperties/setshowinnerpoints/_index.md
@@ -2,7 +2,7 @@
title: Aspose::Cells::Charts::SeriesLayoutProperties::SetShowInnerPoints method
linktitle: SetShowInnerPoints
second_title: Aspose.Cells for C++ API Reference
-description: 'Aspose::Cells::Charts::SeriesLayoutProperties::SetShowInnerPoints method. Indicates whether showing non-outlier data points in C++.'
+description: 'Aspose::Cells::Charts::SeriesLayoutProperties::SetShowInnerPoints method. Indicates whether to show non-outlier data points in C++.'
type: docs
weight: 1500
url: /cpp/aspose.cells.charts/serieslayoutproperties/setshowinnerpoints/
@@ -10,7 +10,7 @@ url: /cpp/aspose.cells.charts/serieslayoutproperties/setshowinnerpoints/
## SeriesLayoutProperties::SetShowInnerPoints method
-Indicates whether showing non-outlier data points.
+Indicates whether to show non-outlier data points.
```cpp
void Aspose::Cells::Charts::SeriesLayoutProperties::SetShowInnerPoints(bool value)
diff --git a/english/cpp/aspose.cells.charts/serieslayoutproperties/setshowmeanline/_index.md b/english/cpp/aspose.cells.charts/serieslayoutproperties/setshowmeanline/_index.md
index 845d729cbed..0aeaec675fb 100644
--- a/english/cpp/aspose.cells.charts/serieslayoutproperties/setshowmeanline/_index.md
+++ b/english/cpp/aspose.cells.charts/serieslayoutproperties/setshowmeanline/_index.md
@@ -2,7 +2,7 @@
title: Aspose::Cells::Charts::SeriesLayoutProperties::SetShowMeanLine method
linktitle: SetShowMeanLine
second_title: Aspose.Cells for C++ API Reference
-description: 'Aspose::Cells::Charts::SeriesLayoutProperties::SetShowMeanLine method. Indicates whether showing the line connecting all mean points in C++.'
+description: 'Aspose::Cells::Charts::SeriesLayoutProperties::SetShowMeanLine method. Indicates whether to show the line connecting all mean points in C++.'
type: docs
weight: 900
url: /cpp/aspose.cells.charts/serieslayoutproperties/setshowmeanline/
@@ -10,12 +10,16 @@ url: /cpp/aspose.cells.charts/serieslayoutproperties/setshowmeanline/
## SeriesLayoutProperties::SetShowMeanLine method
-Indicates whether showing the line connecting all mean points.
+Indicates whether to show the line connecting all mean points.
```cpp
void Aspose::Cells::Charts::SeriesLayoutProperties::SetShowMeanLine(bool value)
```
+## Remarks
+
+
+Only works for BoxWhisker chart.
## See Also
* Class [Vector](../../../aspose.cells/vector/)
diff --git a/english/cpp/aspose.cells.charts/serieslayoutproperties/setshowmeanmarker/_index.md b/english/cpp/aspose.cells.charts/serieslayoutproperties/setshowmeanmarker/_index.md
index 9ebe72c518f..75923d1073d 100644
--- a/english/cpp/aspose.cells.charts/serieslayoutproperties/setshowmeanmarker/_index.md
+++ b/english/cpp/aspose.cells.charts/serieslayoutproperties/setshowmeanmarker/_index.md
@@ -2,7 +2,7 @@
title: Aspose::Cells::Charts::SeriesLayoutProperties::SetShowMeanMarker method
linktitle: SetShowMeanMarker
second_title: Aspose.Cells for C++ API Reference
-description: 'Aspose::Cells::Charts::SeriesLayoutProperties::SetShowMeanMarker method. Indicates whether showing markers denoting the mean in C++.'
+description: 'Aspose::Cells::Charts::SeriesLayoutProperties::SetShowMeanMarker method. Indicates whether markers denoting the mean are shown in C++.'
type: docs
weight: 1300
url: /cpp/aspose.cells.charts/serieslayoutproperties/setshowmeanmarker/
@@ -10,7 +10,7 @@ url: /cpp/aspose.cells.charts/serieslayoutproperties/setshowmeanmarker/
## SeriesLayoutProperties::SetShowMeanMarker method
-Indicates whether showing markers denoting the mean.
+Indicates whether markers denoting the mean are shown.
```cpp
void Aspose::Cells::Charts::SeriesLayoutProperties::SetShowMeanMarker(bool value)
diff --git a/english/cpp/aspose.cells.charts/serieslayoutproperties/setshowoutlierpoints/_index.md b/english/cpp/aspose.cells.charts/serieslayoutproperties/setshowoutlierpoints/_index.md
index d2746c73f1e..381567c008f 100644
--- a/english/cpp/aspose.cells.charts/serieslayoutproperties/setshowoutlierpoints/_index.md
+++ b/english/cpp/aspose.cells.charts/serieslayoutproperties/setshowoutlierpoints/_index.md
@@ -2,7 +2,7 @@
title: Aspose::Cells::Charts::SeriesLayoutProperties::SetShowOutlierPoints method
linktitle: SetShowOutlierPoints
second_title: Aspose.Cells for C++ API Reference
-description: 'Aspose::Cells::Charts::SeriesLayoutProperties::SetShowOutlierPoints method. Indicates whether showing outlier data points in C++.'
+description: 'Aspose::Cells::Charts::SeriesLayoutProperties::SetShowOutlierPoints method. Indicates whether outlier data points are shown in C++.'
type: docs
weight: 1100
url: /cpp/aspose.cells.charts/serieslayoutproperties/setshowoutlierpoints/
@@ -10,7 +10,7 @@ url: /cpp/aspose.cells.charts/serieslayoutproperties/setshowoutlierpoints/
## SeriesLayoutProperties::SetShowOutlierPoints method
-Indicates whether showing outlier data points.
+Indicates whether outlier data points are shown.
```cpp
void Aspose::Cells::Charts::SeriesLayoutProperties::SetShowOutlierPoints(bool value)
diff --git a/english/cpp/aspose.cells.charts/sparklinegroup/_index.md b/english/cpp/aspose.cells.charts/sparklinegroup/_index.md
index e6d02c6dab0..44006928ad8 100644
--- a/english/cpp/aspose.cells.charts/sparklinegroup/_index.md
+++ b/english/cpp/aspose.cells.charts/sparklinegroup/_index.md
@@ -2,15 +2,15 @@
title: Aspose::Cells::Charts::SparklineGroup class
linktitle: SparklineGroup
second_title: Aspose.Cells for C++ API Reference
-description: 'Aspose::Cells::Charts::SparklineGroup class. Sparkline is organized into sparkline group. A SparklineGroup contains a variable number of sparkline items. A sparkline group specifies the type, display settings and axis settings for the sparklines in C++.'
+description: 'Aspose::Cells::Charts::SparklineGroup class. Sparkline is organized into a sparkline group. A SparklineGroup contains a variable number of sparkline items. A sparkline group specifies the type, display settings and axis settings for the sparklines in C++.'
type: docs
-weight: 2900
+weight: 3000
url: /cpp/aspose.cells.charts/sparklinegroup/
---
## SparklineGroup class
-[Sparkline](../sparkline/) is organized into sparkline group. A [SparklineGroup](./) contains a variable number of sparkline items. A sparkline group specifies the type, display settings and axis settings for the sparklines.
+[Sparkline](../sparkline/) is organized into a sparkline group. A [SparklineGroup](./) contains a variable number of sparkline items. A sparkline group specifies the type, display settings and axis settings for the sparklines.
```cpp
class SparklineGroup
diff --git a/english/cpp/aspose.cells.charts/sparklinegroupcollection/_index.md b/english/cpp/aspose.cells.charts/sparklinegroupcollection/_index.md
index fc3473a1015..3094fbcc027 100644
--- a/english/cpp/aspose.cells.charts/sparklinegroupcollection/_index.md
+++ b/english/cpp/aspose.cells.charts/sparklinegroupcollection/_index.md
@@ -23,8 +23,8 @@ class SparklineGroupCollection
| [Add(SparklineType type)](./add/) | Adds an [SparklineGroup](../sparklinegroup/) with a [Sparkline](../sparkline/) to the collection. |
| [Add(SparklineType type, const U16String\& dataRange, bool isVertical, const CellArea\& locationRange)](./add/) | Adds an [SparklineGroup](../sparklinegroup/) with some [Sparkline](../sparkline/) to the collection. |
| [Add(SparklineType type, const char16_t* dataRange, bool isVertical, const CellArea\& locationRange)](./add/) | Adds an [SparklineGroup](../sparklinegroup/) with some [Sparkline](../sparkline/) to the collection. |
-| [ClearSparklineGroups(const CellArea\& cellArea)](./clearsparklinegroups/) | Clears the sparkline groups that overlaps an area of cells. |
-| [ClearSparklines(const CellArea\& cellArea)](./clearsparklines/) | Clears the sparklines that is inside an area of cells. |
+| [ClearSparklineGroups(const CellArea\& cellArea)](./clearsparklinegroups/) | Clears the sparkline groups that overlap an area of cells. |
+| [ClearSparklines(const CellArea\& cellArea)](./clearsparklines/) | Clears the sparklines that are inside an area of cells. |
| [Get(int32_t index)](./get/) | Gets the [SparklineGroup](../sparklinegroup/) element at the specified index. |
| [GetCount()](./getcount/) | |
| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. |
diff --git a/english/cpp/aspose.cells.charts/sparklinegroupcollection/clearsparklinegroups/_index.md b/english/cpp/aspose.cells.charts/sparklinegroupcollection/clearsparklinegroups/_index.md
index 2eb75f9ce9c..489897b5795 100644
--- a/english/cpp/aspose.cells.charts/sparklinegroupcollection/clearsparklinegroups/_index.md
+++ b/english/cpp/aspose.cells.charts/sparklinegroupcollection/clearsparklinegroups/_index.md
@@ -2,7 +2,7 @@
title: Aspose::Cells::Charts::SparklineGroupCollection::ClearSparklineGroups method
linktitle: ClearSparklineGroups
second_title: Aspose.Cells for C++ API Reference
-description: 'Aspose::Cells::Charts::SparklineGroupCollection::ClearSparklineGroups method. Clears the sparkline groups that overlaps an area of cells in C++.'
+description: 'Aspose::Cells::Charts::SparklineGroupCollection::ClearSparklineGroups method. Clears the sparkline groups that overlap an area of cells in C++.'
type: docs
weight: 900
url: /cpp/aspose.cells.charts/sparklinegroupcollection/clearsparklinegroups/
@@ -10,7 +10,7 @@ url: /cpp/aspose.cells.charts/sparklinegroupcollection/clearsparklinegroups/
## SparklineGroupCollection::ClearSparklineGroups method
-Clears the sparkline groups that overlaps an area of cells.
+Clears the sparkline groups that overlap an area of cells.
```cpp
void Aspose::Cells::Charts::SparklineGroupCollection::ClearSparklineGroups(const CellArea &cellArea)
diff --git a/english/cpp/aspose.cells.charts/sparklinegroupcollection/clearsparklines/_index.md b/english/cpp/aspose.cells.charts/sparklinegroupcollection/clearsparklines/_index.md
index f59cf4ee635..d908e658e77 100644
--- a/english/cpp/aspose.cells.charts/sparklinegroupcollection/clearsparklines/_index.md
+++ b/english/cpp/aspose.cells.charts/sparklinegroupcollection/clearsparklines/_index.md
@@ -2,7 +2,7 @@
title: Aspose::Cells::Charts::SparklineGroupCollection::ClearSparklines method
linktitle: ClearSparklines
second_title: Aspose.Cells for C++ API Reference
-description: 'Aspose::Cells::Charts::SparklineGroupCollection::ClearSparklines method. Clears the sparklines that is inside an area of cells in C++.'
+description: 'Aspose::Cells::Charts::SparklineGroupCollection::ClearSparklines method. Clears the sparklines that are inside an area of cells in C++.'
type: docs
weight: 800
url: /cpp/aspose.cells.charts/sparklinegroupcollection/clearsparklines/
@@ -10,7 +10,7 @@ url: /cpp/aspose.cells.charts/sparklinegroupcollection/clearsparklines/
## SparklineGroupCollection::ClearSparklines method
-Clears the sparklines that is inside an area of cells.
+Clears the sparklines that are inside an area of cells.
```cpp
void Aspose::Cells::Charts::SparklineGroupCollection::ClearSparklines(const CellArea &cellArea)
diff --git a/english/cpp/aspose.cells.charts/sparklinetype/_index.md b/english/cpp/aspose.cells.charts/sparklinetype/_index.md
index a324d2ea75f..fe1a7e1d766 100644
--- a/english/cpp/aspose.cells.charts/sparklinetype/_index.md
+++ b/english/cpp/aspose.cells.charts/sparklinetype/_index.md
@@ -4,7 +4,7 @@ linktitle: SparklineType
second_title: Aspose.Cells for C++ API Reference
description: 'Aspose::Cells::Charts::SparklineType enum. Represents the sparkline types in C++.'
type: docs
-weight: 6300
+weight: 6500
url: /cpp/aspose.cells.charts/sparklinetype/
---
## SparklineType enum
@@ -22,7 +22,7 @@ enum class SparklineType
| --- | --- | --- |
| Line | 0 |
Line sparkline. |
| Column | 1 |
[Column](../../aspose.cells/column/) sparkline. |
-| Stacked | 2 |
Win/Loss sparkline. |
+| Stacked | 2 |
Represents a Win/Loss sparkline. |
## See Also
diff --git a/english/cpp/aspose.cells.charts/ticklabelalignmenttype/_index.md b/english/cpp/aspose.cells.charts/ticklabelalignmenttype/_index.md
index 25fdc19d52a..b2fef5c4fe5 100644
--- a/english/cpp/aspose.cells.charts/ticklabelalignmenttype/_index.md
+++ b/english/cpp/aspose.cells.charts/ticklabelalignmenttype/_index.md
@@ -4,7 +4,7 @@ linktitle: TickLabelAlignmentType
second_title: Aspose.Cells for C++ API Reference
description: 'Aspose::Cells::Charts::TickLabelAlignmentType enum. Represents the text alignment type for the tick labels on the axis in C++.'
type: docs
-weight: 6400
+weight: 6600
url: /cpp/aspose.cells.charts/ticklabelalignmenttype/
---
## TickLabelAlignmentType enum
@@ -20,9 +20,9 @@ enum class TickLabelAlignmentType
| Name | Value | Description |
| --- | --- | --- |
-| Center | 0 |
Represents the text shall be centered. |
-| Left | 1 |
Represents the text shall be left justified. |
-| Right | 2 |
Represents the text shall be right justified. |
+| Center | 0 |
Represents that the text shall be centered. |
+| Left | 1 |
Represents the text that shall be left justified. |
+| Right | 2 |
Represents that the text shall be right justified. |
## See Also
diff --git a/english/cpp/aspose.cells.charts/ticklabelitem/_index.md b/english/cpp/aspose.cells.charts/ticklabelitem/_index.md
index 6a0af1b9dac..9bef4d80d0f 100644
--- a/english/cpp/aspose.cells.charts/ticklabelitem/_index.md
+++ b/english/cpp/aspose.cells.charts/ticklabelitem/_index.md
@@ -4,7 +4,7 @@ linktitle: TickLabelItem
second_title: Aspose.Cells for C++ API Reference
description: 'Aspose::Cells::Charts::TickLabelItem class. Represents a tick label in the chart in C++.'
type: docs
-weight: 3100
+weight: 3200
url: /cpp/aspose.cells.charts/ticklabelitem/
---
## TickLabelItem class
@@ -20,10 +20,10 @@ class TickLabelItem
| Method | Description |
| --- | --- |
-| [GetHeight()](./getheight/) | Height of Ticklabel item in ratio of chart height. |
-| [GetWidth()](./getwidth/) | Width of Ticklabel item in ratio of chart width. |
-| [GetX()](./getx/) | X coordinates of Ticklabel item in ratio of chart width. |
-| [GetY()](./gety/) | Y coordinates of Ticklabel item in ratio of chart height. |
+| [GetHeight()](./getheight/) | Height of Ticklabel item as a ratio of chart height. |
+| [GetWidth()](./getwidth/) | Width of Ticklabel item as a ratio of chart width. |
+| [GetX()](./getx/) | X coordinates of Ticklabel item as a ratio of chart width. |
+| [GetY()](./gety/) | Y coordinates of Ticklabel item as a ratio of the chart height. |
| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. |
| explicit [operator bool()](./operator_bool/) const | operator bool() |
| [operator=(const TickLabelItem\& src)](./operator_asm/) | operator= |
diff --git a/english/cpp/aspose.cells.charts/ticklabelitem/getheight/_index.md b/english/cpp/aspose.cells.charts/ticklabelitem/getheight/_index.md
index 8252fc10172..06aee530f51 100644
--- a/english/cpp/aspose.cells.charts/ticklabelitem/getheight/_index.md
+++ b/english/cpp/aspose.cells.charts/ticklabelitem/getheight/_index.md
@@ -2,7 +2,7 @@
title: Aspose::Cells::Charts::TickLabelItem::GetHeight method
linktitle: GetHeight
second_title: Aspose.Cells for C++ API Reference
-description: 'Aspose::Cells::Charts::TickLabelItem::GetHeight method. Height of Ticklabel item in ratio of chart height in C++.'
+description: 'Aspose::Cells::Charts::TickLabelItem::GetHeight method. Height of Ticklabel item as a ratio of chart height in C++.'
type: docs
weight: 900
url: /cpp/aspose.cells.charts/ticklabelitem/getheight/
@@ -10,7 +10,7 @@ url: /cpp/aspose.cells.charts/ticklabelitem/getheight/
## TickLabelItem::GetHeight method
-Height of Ticklabel item in ratio of chart height.
+Height of Ticklabel item as a ratio of chart height.
```cpp
double Aspose::Cells::Charts::TickLabelItem::GetHeight()
diff --git a/english/cpp/aspose.cells.charts/ticklabelitem/getwidth/_index.md b/english/cpp/aspose.cells.charts/ticklabelitem/getwidth/_index.md
index 8a8b7d3b63b..e07299ec5fc 100644
--- a/english/cpp/aspose.cells.charts/ticklabelitem/getwidth/_index.md
+++ b/english/cpp/aspose.cells.charts/ticklabelitem/getwidth/_index.md
@@ -2,7 +2,7 @@
title: Aspose::Cells::Charts::TickLabelItem::GetWidth method
linktitle: GetWidth
second_title: Aspose.Cells for C++ API Reference
-description: 'Aspose::Cells::Charts::TickLabelItem::GetWidth method. Width of Ticklabel item in ratio of chart width in C++.'
+description: 'Aspose::Cells::Charts::TickLabelItem::GetWidth method. Width of Ticklabel item as a ratio of chart width in C++.'
type: docs
weight: 800
url: /cpp/aspose.cells.charts/ticklabelitem/getwidth/
@@ -10,7 +10,7 @@ url: /cpp/aspose.cells.charts/ticklabelitem/getwidth/
## TickLabelItem::GetWidth method
-Width of Ticklabel item in ratio of chart width.
+Width of Ticklabel item as a ratio of chart width.
```cpp
double Aspose::Cells::Charts::TickLabelItem::GetWidth()
diff --git a/english/cpp/aspose.cells.charts/ticklabelitem/getx/_index.md b/english/cpp/aspose.cells.charts/ticklabelitem/getx/_index.md
index f63d49dc57a..41b9ad2fa08 100644
--- a/english/cpp/aspose.cells.charts/ticklabelitem/getx/_index.md
+++ b/english/cpp/aspose.cells.charts/ticklabelitem/getx/_index.md
@@ -2,7 +2,7 @@
title: Aspose::Cells::Charts::TickLabelItem::GetX method
linktitle: GetX
second_title: Aspose.Cells for C++ API Reference
-description: 'Aspose::Cells::Charts::TickLabelItem::GetX method. X coordinates of Ticklabel item in ratio of chart width in C++.'
+description: 'Aspose::Cells::Charts::TickLabelItem::GetX method. X coordinates of Ticklabel item as a ratio of chart width in C++.'
type: docs
weight: 600
url: /cpp/aspose.cells.charts/ticklabelitem/getx/
@@ -10,7 +10,7 @@ url: /cpp/aspose.cells.charts/ticklabelitem/getx/
## TickLabelItem::GetX method
-X coordinates of Ticklabel item in ratio of chart width.
+X coordinates of Ticklabel item as a ratio of chart width.
```cpp
double Aspose::Cells::Charts::TickLabelItem::GetX()
diff --git a/english/cpp/aspose.cells.charts/ticklabelitem/gety/_index.md b/english/cpp/aspose.cells.charts/ticklabelitem/gety/_index.md
index 8fbcf495faa..0ac009d63e3 100644
--- a/english/cpp/aspose.cells.charts/ticklabelitem/gety/_index.md
+++ b/english/cpp/aspose.cells.charts/ticklabelitem/gety/_index.md
@@ -2,7 +2,7 @@
title: Aspose::Cells::Charts::TickLabelItem::GetY method
linktitle: GetY
second_title: Aspose.Cells for C++ API Reference
-description: 'Aspose::Cells::Charts::TickLabelItem::GetY method. Y coordinates of Ticklabel item in ratio of chart height in C++.'
+description: 'Aspose::Cells::Charts::TickLabelItem::GetY method. Y coordinates of Ticklabel item as a ratio of the chart height in C++.'
type: docs
weight: 700
url: /cpp/aspose.cells.charts/ticklabelitem/gety/
@@ -10,7 +10,7 @@ url: /cpp/aspose.cells.charts/ticklabelitem/gety/
## TickLabelItem::GetY method
-Y coordinates of Ticklabel item in ratio of chart height.
+Y coordinates of Ticklabel item as a ratio of the chart height.
```cpp
double Aspose::Cells::Charts::TickLabelItem::GetY()
diff --git a/english/cpp/aspose.cells.charts/title/_index.md b/english/cpp/aspose.cells.charts/title/_index.md
index 56fb5ce3b9f..a66ef3ec7ab 100644
--- a/english/cpp/aspose.cells.charts/title/_index.md
+++ b/english/cpp/aspose.cells.charts/title/_index.md
@@ -48,7 +48,7 @@ class Title : public Aspose::Cells::Charts::ChartTextFrame
| [GetLinkedSource()](../charttextframe/getlinkedsource/) | Gets and sets a reference to the worksheet. |
| [GetOverLay()](./getoverlay/) | Represents overlay centered title on chart without resizing chart. |
| [GetReadingOrder()](../charttextframe/getreadingorder/) | Represents text reading order. |
-| [GetRotationAngle()](../charttextframe/getrotationangle/) | Represents text rotation angle. |
+| [GetRotationAngle()](../charttextframe/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 display unit label. |
@@ -68,7 +68,7 @@ class Title : public Aspose::Cells::Charts::ChartTextFrame
| [IsAutomaticSize()](../chartframe/isautomaticsize/) | Indicates whether the chart frame is automatic sized. |
| [IsAutoText()](../charttextframe/isautotext/) | Indicates the text is auto generated. |
| [IsDefaultPosBeSet()](../chartframe/isdefaultposbeset/) | Indicates whether default position(DefaultX, DefaultY, DefaultWidth and DefaultHeight) are set. |
-| [IsDeleted()](../charttextframe/isdeleted/) | Indicates whether this data labels is deleted. |
+| [IsDeleted()](../charttextframe/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()](../charttextframe/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. |
@@ -87,7 +87,7 @@ class Title : public Aspose::Cells::Charts::ChartTextFrame
| [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)](../charttextframe/setisautotext/) | Indicates the text is auto generated. |
-| [SetIsDeleted(bool value)](../charttextframe/setisdeleted/) | Indicates whether this data labels is deleted. |
+| [SetIsDeleted(bool value)](../charttextframe/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)](../charttextframe/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)](../charttextframe/setistextwrapped/) | Gets or sets a value indicating whether the text is wrapped. |
@@ -97,7 +97,7 @@ class Title : public Aspose::Cells::Charts::ChartTextFrame
| [SetOverLay(bool value)](./setoverlay/) | Represents overlay centered title on chart without resizing chart. |
| [SetPositionAuto()](../chartframe/setpositionauto/) | Set position of the frame to automatic. |
| [SetReadingOrder(TextDirectionType value)](../charttextframe/setreadingorder/) | Represents text reading order. |
-| [SetRotationAngle(int32_t value)](../charttextframe/setrotationangle/) | Represents text rotation angle. |
+| [SetRotationAngle(int32_t value)](../charttextframe/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 display unit label. |
| [SetText(const char16_t* value)](./settext/) | Gets or sets the text of display unit label. |
diff --git a/english/cpp/aspose.cells.pivot/pivottable/_index.md b/english/cpp/aspose.cells.pivot/pivottable/_index.md
index 6f33f352b70..63551a46705 100644
--- a/english/cpp/aspose.cells.pivot/pivottable/_index.md
+++ b/english/cpp/aspose.cells.pivot/pivottable/_index.md
@@ -73,7 +73,7 @@ class PivotTable
| [GetExternalConnectionDataSource()](./getexternalconnectiondatasource/) | **(Deprecated)** Gets the external connection data source. |
| [GetFieldListSortAscending()](./getfieldlistsortascending/) | Indicates whether fields in the [PivotTable](./) are sorted in non-default order in the field list. |
| [GetFields(PivotFieldType fieldType)](./getfields/) | Gets the specific pivot field list by the region. |
-| [GetFilterArea()](./getfilterarea/) | Gets the region of filter region. |
+| [GetFilterArea()](./getfilterarea/) | Gets the area of filter region. |
| [GetGrandTotalName()](./getgrandtotalname/) | Returns the label that is displayed in the grand total column or row heading. The default value is the string "Grand Total". |
| [GetHasBlankRows()](./gethasblankrows/) | Indicates whether to add blank rows. This property only applies for the [PivotTable](./) auto format types which needs to add blank rows. |
| [GetHorizontalPageBreaks()](./gethorizontalpagebreaks/) | Gets horizontal page breaks of this pivot table. |
diff --git a/english/cpp/aspose.cells.pivot/pivottable/getfilterarea/_index.md b/english/cpp/aspose.cells.pivot/pivottable/getfilterarea/_index.md
index d990286df6e..a53d6c4792a 100644
--- a/english/cpp/aspose.cells.pivot/pivottable/getfilterarea/_index.md
+++ b/english/cpp/aspose.cells.pivot/pivottable/getfilterarea/_index.md
@@ -2,7 +2,7 @@
title: Aspose::Cells::Pivot::PivotTable::GetFilterArea method
linktitle: GetFilterArea
second_title: Aspose.Cells for C++ API Reference
-description: 'Aspose::Cells::Pivot::PivotTable::GetFilterArea method. Gets the region of filter region in C++.'
+description: 'Aspose::Cells::Pivot::PivotTable::GetFilterArea method. Gets the area of filter region in C++.'
type: docs
weight: 3500
url: /cpp/aspose.cells.pivot/pivottable/getfilterarea/
@@ -10,7 +10,7 @@ url: /cpp/aspose.cells.pivot/pivottable/getfilterarea/
## PivotTable::GetFilterArea method
-Gets the region of filter region.
+Gets the area of filter region.
```cpp
CellArea Aspose::Cells::Pivot::PivotTable::GetFilterArea()
@@ -19,7 +19,7 @@ CellArea Aspose::Cells::Pivot::PivotTable::GetFilterArea()
## Remarks
-Only valid if filter pivot fields exists.
+Only valid if filter pivot fields exists. An empty area will be returned if this pivot table does not contains filter pivot fields
## See Also
* Class [CellArea](../../../aspose.cells/cellarea/)
diff --git a/english/cpp/aspose.cells.tables/tablestyleelementtype/_index.md b/english/cpp/aspose.cells.tables/tablestyleelementtype/_index.md
index d8236d2377b..04c073e99b1 100644
--- a/english/cpp/aspose.cells.tables/tablestyleelementtype/_index.md
+++ b/english/cpp/aspose.cells.tables/tablestyleelementtype/_index.md
@@ -50,8 +50,9 @@ enum class TableStyleElementType
| ThirdSubtotalRow | 21 |
Table style element that applies to PivotTable's third subtotal row. |
| TotalRow | 10 |
Table style element that applies to Table's total row. |
| WholeTable | 0 |
Table style element that applies to table's entire content. |
-| GrandTotalColumnHeader | 128 |
Table style element that applies to pivot table's header of grand total column. |
-| GrandTotalRowHeader | 129 |
Table style element that applies to pivot table's header of grand total row. |
+| LastColumnSubheading | 130 |
Table style element that applies to pivot table's last column field. |
+| LastRowSubheading | 131 |
Table style element that applies to pivot table's last row field. |
+| LastSubtotalRow | 133 |
Table style element that applies to pivot table's last subtotal row field. |
## See Also
diff --git a/english/cpp/aspose.cells/_index.md b/english/cpp/aspose.cells/_index.md
index 453c4b6283c..cdc288b31bb 100644
--- a/english/cpp/aspose.cells/_index.md
+++ b/english/cpp/aspose.cells/_index.md
@@ -196,6 +196,7 @@ url: /cpp/aspose.cells/
| --- | --- |
| [Color](./color/) | Represents an ARGB (alpha, red, green, blue) color. |
| [Date](./date/) | Represents a date and time. |
+| [Duration](./duration/) | Represents a time interval with a resolution of 100 nanoseconds (tick). |
## Enums
| Enum | Description |
@@ -222,6 +223,8 @@ url: /cpp/aspose.cells/
| [DataBarBorderType](./databarbordertype/) | Specifies the border type of a data bar. |
| [DataBarFillType](./databarfilltype/) | Specifies how a data bar is filled with color. |
| [DataBarNegativeColorType](./databarnegativecolortype/) | Specifies whether to use the same border and fill color as positive data bars. |
+| [Weekday](./weekday/) | Specifies the day of the week. |
+| [DateKind](./datekind/) | Specifies whether a [Date](./date/) object represents a local time, a Coordinated UTC Time (UTC), or is not specified as either local time or UTC. |
| [DateTimeGroupingType](./datetimegroupingtype/) | Specifies how to group dateTime values. |
| [DefaultEditLanguage](./defaulteditlanguage/) | Represents the default edit language. |
| [DirectoryType](./directorytype/) | Represents the directory type of the file name. |
diff --git a/english/cpp/aspose.cells/color/_index.md b/english/cpp/aspose.cells/color/_index.md
index 1eeded15582..298d2c7bfa9 100644
--- a/english/cpp/aspose.cells/color/_index.md
+++ b/english/cpp/aspose.cells/color/_index.md
@@ -4,7 +4,7 @@ linktitle: Color
second_title: Aspose.Cells for C++ API Reference
description: 'Aspose::Cells::Color struct. Represents an ARGB (alpha, red, green, blue) color in C++.'
type: docs
-weight: 28400
+weight: 28700
url: /cpp/aspose.cells/color/
---
## Color struct
@@ -66,6 +66,8 @@ struct Color
| static [FloralWhite()](./floralwhite/) | |
| static [ForestGreen()](./forestgreen/) | |
| static [FromArgb(int32_t value)](./fromargb/) | Creates a [Color](./) from its 32-bit component (alpha, red, green, and blue) values. |
+| static [FromHex(const U16String\& hex)](./fromhex/) | Creates a [Color](./) from a hexadecimal color string. |
+| static [FromName(const U16String\& name)](./fromname/) | Creates a [Color](./) from a predefined color name. |
| static [Fuchsia()](./fuchsia/) | |
| static [Gainsboro()](./gainsboro/) | |
| static [GhostWhite()](./ghostwhite/) | |
@@ -153,6 +155,7 @@ struct Color
| static [Tan()](./tan/) | |
| static [Teal()](./teal/) | |
| static [Thistle()](./thistle/) | |
+| [ToHex(bool withAlpha)](./tohex/) const | Converts the current [Color](./) to its hexadecimal string representation. |
| static [Tomato()](./tomato/) | |
| static [Turquoise()](./turquoise/) | |
| static [Violet()](./violet/) | |
diff --git a/english/cpp/aspose.cells/color/a/_index.md b/english/cpp/aspose.cells/color/a/_index.md
index b3eafaba57d..30d096fa0f7 100644
--- a/english/cpp/aspose.cells/color/a/_index.md
+++ b/english/cpp/aspose.cells/color/a/_index.md
@@ -4,7 +4,7 @@ linktitle: a
second_title: Aspose.Cells for C++ API Reference
description: 'How to use a field of Aspose::Cells::Color class in C++.'
type: docs
-weight: 14200
+weight: 14500
url: /cpp/aspose.cells/color/a/
---
## a field
diff --git a/english/cpp/aspose.cells/color/aliceblue/_index.md b/english/cpp/aspose.cells/color/aliceblue/_index.md
index ce4a94ebd32..a3bdfce946a 100644
--- a/english/cpp/aspose.cells/color/aliceblue/_index.md
+++ b/english/cpp/aspose.cells/color/aliceblue/_index.md
@@ -4,7 +4,7 @@ linktitle: AliceBlue
second_title: Aspose.Cells for C++ API Reference
description: 'How to use AliceBlue method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 9600
+weight: 10000
url: /cpp/aspose.cells/color/aliceblue/
---
## Color::AliceBlue method
diff --git a/english/cpp/aspose.cells/color/antiquewhite/_index.md b/english/cpp/aspose.cells/color/antiquewhite/_index.md
index 2a510c0dfde..49df83274b3 100644
--- a/english/cpp/aspose.cells/color/antiquewhite/_index.md
+++ b/english/cpp/aspose.cells/color/antiquewhite/_index.md
@@ -4,7 +4,7 @@ linktitle: AntiqueWhite
second_title: Aspose.Cells for C++ API Reference
description: 'How to use AntiqueWhite method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 10600
+weight: 11000
url: /cpp/aspose.cells/color/antiquewhite/
---
## Color::AntiqueWhite method
diff --git a/english/cpp/aspose.cells/color/aqua/_index.md b/english/cpp/aspose.cells/color/aqua/_index.md
index 2f8aa9b6029..b52e4778386 100644
--- a/english/cpp/aspose.cells/color/aqua/_index.md
+++ b/english/cpp/aspose.cells/color/aqua/_index.md
@@ -4,7 +4,7 @@ linktitle: Aqua
second_title: Aspose.Cells for C++ API Reference
description: 'How to use Aqua method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 1500
+weight: 1900
url: /cpp/aspose.cells/color/aqua/
---
## Color::Aqua method
diff --git a/english/cpp/aspose.cells/color/aquamarine/_index.md b/english/cpp/aspose.cells/color/aquamarine/_index.md
index f0843096431..be6001ead4c 100644
--- a/english/cpp/aspose.cells/color/aquamarine/_index.md
+++ b/english/cpp/aspose.cells/color/aquamarine/_index.md
@@ -4,7 +4,7 @@ linktitle: Aquamarine
second_title: Aspose.Cells for C++ API Reference
description: 'How to use Aquamarine method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 4300
+weight: 4700
url: /cpp/aspose.cells/color/aquamarine/
---
## Color::Aquamarine method
diff --git a/english/cpp/aspose.cells/color/azure/_index.md b/english/cpp/aspose.cells/color/azure/_index.md
index c4807481e78..cab730318ac 100644
--- a/english/cpp/aspose.cells/color/azure/_index.md
+++ b/english/cpp/aspose.cells/color/azure/_index.md
@@ -4,7 +4,7 @@ linktitle: Azure
second_title: Aspose.Cells for C++ API Reference
description: 'How to use Azure method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 9800
+weight: 10200
url: /cpp/aspose.cells/color/azure/
---
## Color::Azure method
diff --git a/english/cpp/aspose.cells/color/b/_index.md b/english/cpp/aspose.cells/color/b/_index.md
index e1bee5dd9cc..7875d9370b0 100644
--- a/english/cpp/aspose.cells/color/b/_index.md
+++ b/english/cpp/aspose.cells/color/b/_index.md
@@ -4,7 +4,7 @@ linktitle: b
second_title: Aspose.Cells for C++ API Reference
description: 'How to use b field of Aspose::Cells::Color class in C++.'
type: docs
-weight: 14500
+weight: 14800
url: /cpp/aspose.cells/color/b/
---
## b field
diff --git a/english/cpp/aspose.cells/color/beige/_index.md b/english/cpp/aspose.cells/color/beige/_index.md
index 02b9d0c16ec..ad8dd5087ce 100644
--- a/english/cpp/aspose.cells/color/beige/_index.md
+++ b/english/cpp/aspose.cells/color/beige/_index.md
@@ -4,7 +4,7 @@ linktitle: Beige
second_title: Aspose.Cells for C++ API Reference
description: 'How to use Beige method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 10100
+weight: 10500
url: /cpp/aspose.cells/color/beige/
---
## Color::Beige method
diff --git a/english/cpp/aspose.cells/color/bisque/_index.md b/english/cpp/aspose.cells/color/bisque/_index.md
index 63ba7116770..67abaa2388b 100644
--- a/english/cpp/aspose.cells/color/bisque/_index.md
+++ b/english/cpp/aspose.cells/color/bisque/_index.md
@@ -4,7 +4,7 @@ linktitle: Bisque
second_title: Aspose.Cells for C++ API Reference
description: 'How to use Bisque method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 12700
+weight: 13100
url: /cpp/aspose.cells/color/bisque/
---
## Color::Bisque method
diff --git a/english/cpp/aspose.cells/color/black/_index.md b/english/cpp/aspose.cells/color/black/_index.md
index e33665d30ce..0a984e22c40 100644
--- a/english/cpp/aspose.cells/color/black/_index.md
+++ b/english/cpp/aspose.cells/color/black/_index.md
@@ -4,7 +4,7 @@ linktitle: Black
second_title: Aspose.Cells for C++ API Reference
description: 'How to use Black method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 100
+weight: 500
url: /cpp/aspose.cells/color/black/
---
## Color::Black method
diff --git a/english/cpp/aspose.cells/color/blanchedalmond/_index.md b/english/cpp/aspose.cells/color/blanchedalmond/_index.md
index 1d3262759ec..df9b484a1ae 100644
--- a/english/cpp/aspose.cells/color/blanchedalmond/_index.md
+++ b/english/cpp/aspose.cells/color/blanchedalmond/_index.md
@@ -4,7 +4,7 @@ linktitle: BlanchedAlmond
second_title: Aspose.Cells for C++ API Reference
description: 'How to use BlanchedAlmond method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 12900
+weight: 13300
url: /cpp/aspose.cells/color/blanchedalmond/
---
## Color::BlanchedAlmond method
diff --git a/english/cpp/aspose.cells/color/blue/_index.md b/english/cpp/aspose.cells/color/blue/_index.md
index 49509536abc..53b6f860585 100644
--- a/english/cpp/aspose.cells/color/blue/_index.md
+++ b/english/cpp/aspose.cells/color/blue/_index.md
@@ -4,7 +4,7 @@ linktitle: Blue
second_title: Aspose.Cells for C++ API Reference
description: 'How to use Blue method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 500
+weight: 900
url: /cpp/aspose.cells/color/blue/
---
## Color::Blue method
diff --git a/english/cpp/aspose.cells/color/blueviolet/_index.md b/english/cpp/aspose.cells/color/blueviolet/_index.md
index 386f0fdc9ca..9eb9ddeb931 100644
--- a/english/cpp/aspose.cells/color/blueviolet/_index.md
+++ b/english/cpp/aspose.cells/color/blueviolet/_index.md
@@ -4,7 +4,7 @@ linktitle: BlueViolet
second_title: Aspose.Cells for C++ API Reference
description: 'How to use BlueViolet method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 5000
+weight: 5400
url: /cpp/aspose.cells/color/blueviolet/
---
## Color::BlueViolet method
diff --git a/english/cpp/aspose.cells/color/brown/_index.md b/english/cpp/aspose.cells/color/brown/_index.md
index d1a58e05fe2..75102f74459 100644
--- a/english/cpp/aspose.cells/color/brown/_index.md
+++ b/english/cpp/aspose.cells/color/brown/_index.md
@@ -4,7 +4,7 @@ linktitle: Brown
second_title: Aspose.Cells for C++ API Reference
description: 'How to use Brown method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 6200
+weight: 6600
url: /cpp/aspose.cells/color/brown/
---
## Color::Brown method
diff --git a/english/cpp/aspose.cells/color/burlywood/_index.md b/english/cpp/aspose.cells/color/burlywood/_index.md
index e5d7e84fca8..057f8f68756 100644
--- a/english/cpp/aspose.cells/color/burlywood/_index.md
+++ b/english/cpp/aspose.cells/color/burlywood/_index.md
@@ -4,7 +4,7 @@ linktitle: BurlyWood
second_title: Aspose.Cells for C++ API Reference
description: 'How to use BurlyWood method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 8800
+weight: 9200
url: /cpp/aspose.cells/color/burlywood/
---
## Color::BurlyWood method
diff --git a/english/cpp/aspose.cells/color/cadetblue/_index.md b/english/cpp/aspose.cells/color/cadetblue/_index.md
index 246e901f21f..139bd187512 100644
--- a/english/cpp/aspose.cells/color/cadetblue/_index.md
+++ b/english/cpp/aspose.cells/color/cadetblue/_index.md
@@ -4,7 +4,7 @@ linktitle: CadetBlue
second_title: Aspose.Cells for C++ API Reference
description: 'How to use CadetBlue method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 3200
+weight: 3600
url: /cpp/aspose.cells/color/cadetblue/
---
## Color::CadetBlue method
diff --git a/english/cpp/aspose.cells/color/chartreuse/_index.md b/english/cpp/aspose.cells/color/chartreuse/_index.md
index a8ab25d0ca6..8b6f954898c 100644
--- a/english/cpp/aspose.cells/color/chartreuse/_index.md
+++ b/english/cpp/aspose.cells/color/chartreuse/_index.md
@@ -4,7 +4,7 @@ linktitle: Chartreuse
second_title: Aspose.Cells for C++ API Reference
description: 'How to use Chartreuse method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 4200
+weight: 4600
url: /cpp/aspose.cells/color/chartreuse/
---
## Color::Chartreuse method
diff --git a/english/cpp/aspose.cells/color/chocolate/_index.md b/english/cpp/aspose.cells/color/chocolate/_index.md
index 731f45f0100..e501835e00b 100644
--- a/english/cpp/aspose.cells/color/chocolate/_index.md
+++ b/english/cpp/aspose.cells/color/chocolate/_index.md
@@ -4,7 +4,7 @@ linktitle: Chocolate
second_title: Aspose.Cells for C++ API Reference
description: 'How to use Chocolate method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 7800
+weight: 8200
url: /cpp/aspose.cells/color/chocolate/
---
## Color::Chocolate method
diff --git a/english/cpp/aspose.cells/color/coral/_index.md b/english/cpp/aspose.cells/color/coral/_index.md
index 6db082a0a3e..264f7e19d09 100644
--- a/english/cpp/aspose.cells/color/coral/_index.md
+++ b/english/cpp/aspose.cells/color/coral/_index.md
@@ -4,7 +4,7 @@ linktitle: Coral
second_title: Aspose.Cells for C++ API Reference
description: 'How to use Coral method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 11700
+weight: 12100
url: /cpp/aspose.cells/color/coral/
---
## Color::Coral method
diff --git a/english/cpp/aspose.cells/color/cornflowerblue/_index.md b/english/cpp/aspose.cells/color/cornflowerblue/_index.md
index 59e0ddf55a4..48aecb024cd 100644
--- a/english/cpp/aspose.cells/color/cornflowerblue/_index.md
+++ b/english/cpp/aspose.cells/color/cornflowerblue/_index.md
@@ -4,7 +4,7 @@ linktitle: CornflowerBlue
second_title: Aspose.Cells for C++ API Reference
description: 'How to use CornflowerBlue method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 3300
+weight: 3700
url: /cpp/aspose.cells/color/cornflowerblue/
---
## Color::CornflowerBlue method
diff --git a/english/cpp/aspose.cells/color/cornsilk/_index.md b/english/cpp/aspose.cells/color/cornsilk/_index.md
index 7ca51f55c05..418244c4c93 100644
--- a/english/cpp/aspose.cells/color/cornsilk/_index.md
+++ b/english/cpp/aspose.cells/color/cornsilk/_index.md
@@ -4,7 +4,7 @@ linktitle: Cornsilk
second_title: Aspose.Cells for C++ API Reference
description: 'How to use Cornsilk method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 13300
+weight: 13700
url: /cpp/aspose.cells/color/cornsilk/
---
## Color::Cornsilk method
diff --git a/english/cpp/aspose.cells/color/crimson/_index.md b/english/cpp/aspose.cells/color/crimson/_index.md
index 4e18c89bceb..8015e1e1d91 100644
--- a/english/cpp/aspose.cells/color/crimson/_index.md
+++ b/english/cpp/aspose.cells/color/crimson/_index.md
@@ -4,7 +4,7 @@ linktitle: Crimson
second_title: Aspose.Cells for C++ API Reference
description: 'How to use Crimson method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 8500
+weight: 8900
url: /cpp/aspose.cells/color/crimson/
---
## Color::Crimson method
diff --git a/english/cpp/aspose.cells/color/cyan/_index.md b/english/cpp/aspose.cells/color/cyan/_index.md
index 530c7def2d9..4dbc2adb712 100644
--- a/english/cpp/aspose.cells/color/cyan/_index.md
+++ b/english/cpp/aspose.cells/color/cyan/_index.md
@@ -4,7 +4,7 @@ linktitle: Cyan
second_title: Aspose.Cells for C++ API Reference
description: 'How to use Cyan method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 1600
+weight: 2000
url: /cpp/aspose.cells/color/cyan/
---
## Color::Cyan method
diff --git a/english/cpp/aspose.cells/color/darkblue/_index.md b/english/cpp/aspose.cells/color/darkblue/_index.md
index 56641e07aad..8a4fc33241c 100644
--- a/english/cpp/aspose.cells/color/darkblue/_index.md
+++ b/english/cpp/aspose.cells/color/darkblue/_index.md
@@ -4,7 +4,7 @@ linktitle: DarkBlue
second_title: Aspose.Cells for C++ API Reference
description: 'How to use DarkBlue method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 300
+weight: 700
url: /cpp/aspose.cells/color/darkblue/
---
## Color::DarkBlue method
diff --git a/english/cpp/aspose.cells/color/darkcyan/_index.md b/english/cpp/aspose.cells/color/darkcyan/_index.md
index 6c0086c4cf7..3e0427204d9 100644
--- a/english/cpp/aspose.cells/color/darkcyan/_index.md
+++ b/english/cpp/aspose.cells/color/darkcyan/_index.md
@@ -4,7 +4,7 @@ linktitle: DarkCyan
second_title: Aspose.Cells for C++ API Reference
description: 'How to use DarkCyan method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 900
+weight: 1300
url: /cpp/aspose.cells/color/darkcyan/
---
## Color::DarkCyan method
diff --git a/english/cpp/aspose.cells/color/darkgoldenrod/_index.md b/english/cpp/aspose.cells/color/darkgoldenrod/_index.md
index 2721e676ac8..3963db8f54f 100644
--- a/english/cpp/aspose.cells/color/darkgoldenrod/_index.md
+++ b/english/cpp/aspose.cells/color/darkgoldenrod/_index.md
@@ -4,7 +4,7 @@ linktitle: DarkGoldenRod
second_title: Aspose.Cells for C++ API Reference
description: 'How to use DarkGoldenRod method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 7000
+weight: 7400
url: /cpp/aspose.cells/color/darkgoldenrod/
---
## Color::DarkGoldenRod method
diff --git a/english/cpp/aspose.cells/color/darkgray/_index.md b/english/cpp/aspose.cells/color/darkgray/_index.md
index 7cd99c56609..1da7e08c06e 100644
--- a/english/cpp/aspose.cells/color/darkgray/_index.md
+++ b/english/cpp/aspose.cells/color/darkgray/_index.md
@@ -4,7 +4,7 @@ linktitle: DarkGray
second_title: Aspose.Cells for C++ API Reference
description: 'How to use DarkGray method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 6300
+weight: 6700
url: /cpp/aspose.cells/color/darkgray/
---
## Color::DarkGray method
diff --git a/english/cpp/aspose.cells/color/darkgreen/_index.md b/english/cpp/aspose.cells/color/darkgreen/_index.md
index ce62107adf8..787a152ff1c 100644
--- a/english/cpp/aspose.cells/color/darkgreen/_index.md
+++ b/english/cpp/aspose.cells/color/darkgreen/_index.md
@@ -4,7 +4,7 @@ linktitle: DarkGreen
second_title: Aspose.Cells for C++ API Reference
description: 'How to use DarkGreen method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 600
+weight: 1000
url: /cpp/aspose.cells/color/darkgreen/
---
## Color::DarkGreen method
diff --git a/english/cpp/aspose.cells/color/darkkhaki/_index.md b/english/cpp/aspose.cells/color/darkkhaki/_index.md
index 4dc995c6745..da7c960339a 100644
--- a/english/cpp/aspose.cells/color/darkkhaki/_index.md
+++ b/english/cpp/aspose.cells/color/darkkhaki/_index.md
@@ -4,7 +4,7 @@ linktitle: DarkKhaki
second_title: Aspose.Cells for C++ API Reference
description: 'How to use DarkKhaki method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 7300
+weight: 7700
url: /cpp/aspose.cells/color/darkkhaki/
---
## Color::DarkKhaki method
diff --git a/english/cpp/aspose.cells/color/darkmagenta/_index.md b/english/cpp/aspose.cells/color/darkmagenta/_index.md
index eee5d63d1a6..2be3b13347d 100644
--- a/english/cpp/aspose.cells/color/darkmagenta/_index.md
+++ b/english/cpp/aspose.cells/color/darkmagenta/_index.md
@@ -4,7 +4,7 @@ linktitle: DarkMagenta
second_title: Aspose.Cells for C++ API Reference
description: 'How to use DarkMagenta method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 5200
+weight: 5600
url: /cpp/aspose.cells/color/darkmagenta/
---
## Color::DarkMagenta method
diff --git a/english/cpp/aspose.cells/color/darkolivegreen/_index.md b/english/cpp/aspose.cells/color/darkolivegreen/_index.md
index 51832946b13..9fbfe7ca8c9 100644
--- a/english/cpp/aspose.cells/color/darkolivegreen/_index.md
+++ b/english/cpp/aspose.cells/color/darkolivegreen/_index.md
@@ -4,7 +4,7 @@ linktitle: DarkOliveGreen
second_title: Aspose.Cells for C++ API Reference
description: 'How to use DarkOliveGreen method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 3100
+weight: 3500
url: /cpp/aspose.cells/color/darkolivegreen/
---
## Color::DarkOliveGreen method
diff --git a/english/cpp/aspose.cells/color/darkorange/_index.md b/english/cpp/aspose.cells/color/darkorange/_index.md
index 3cb501b9c74..29afa62ca4a 100644
--- a/english/cpp/aspose.cells/color/darkorange/_index.md
+++ b/english/cpp/aspose.cells/color/darkorange/_index.md
@@ -4,7 +4,7 @@ linktitle: DarkOrange
second_title: Aspose.Cells for C++ API Reference
description: 'How to use DarkOrange method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 11800
+weight: 12200
url: /cpp/aspose.cells/color/darkorange/
---
## Color::DarkOrange method
diff --git a/english/cpp/aspose.cells/color/darkorchid/_index.md b/english/cpp/aspose.cells/color/darkorchid/_index.md
index 8d792eb5095..2a59c6c76d1 100644
--- a/english/cpp/aspose.cells/color/darkorchid/_index.md
+++ b/english/cpp/aspose.cells/color/darkorchid/_index.md
@@ -4,7 +4,7 @@ linktitle: DarkOrchid
second_title: Aspose.Cells for C++ API Reference
description: 'How to use DarkOrchid method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 5900
+weight: 6300
url: /cpp/aspose.cells/color/darkorchid/
---
## Color::DarkOrchid method
diff --git a/english/cpp/aspose.cells/color/darkred/_index.md b/english/cpp/aspose.cells/color/darkred/_index.md
index 6499ad3aaeb..3af0dabd2b2 100644
--- a/english/cpp/aspose.cells/color/darkred/_index.md
+++ b/english/cpp/aspose.cells/color/darkred/_index.md
@@ -4,7 +4,7 @@ linktitle: DarkRed
second_title: Aspose.Cells for C++ API Reference
description: 'How to use DarkRed method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 5100
+weight: 5500
url: /cpp/aspose.cells/color/darkred/
---
## Color::DarkRed method
diff --git a/english/cpp/aspose.cells/color/darksalmon/_index.md b/english/cpp/aspose.cells/color/darksalmon/_index.md
index 6e1dc478d0c..6efb3069bba 100644
--- a/english/cpp/aspose.cells/color/darksalmon/_index.md
+++ b/english/cpp/aspose.cells/color/darksalmon/_index.md
@@ -4,7 +4,7 @@ linktitle: DarkSalmon
second_title: Aspose.Cells for C++ API Reference
description: 'How to use DarkSalmon method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 9100
+weight: 9500
url: /cpp/aspose.cells/color/darksalmon/
---
## Color::DarkSalmon method
diff --git a/english/cpp/aspose.cells/color/darkseagreen/_index.md b/english/cpp/aspose.cells/color/darkseagreen/_index.md
index c98c5313301..f7b4f71da29 100644
--- a/english/cpp/aspose.cells/color/darkseagreen/_index.md
+++ b/english/cpp/aspose.cells/color/darkseagreen/_index.md
@@ -4,7 +4,7 @@ linktitle: DarkSeaGreen
second_title: Aspose.Cells for C++ API Reference
description: 'How to use DarkSeaGreen method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 5400
+weight: 5800
url: /cpp/aspose.cells/color/darkseagreen/
---
## Color::DarkSeaGreen method
diff --git a/english/cpp/aspose.cells/color/darkslateblue/_index.md b/english/cpp/aspose.cells/color/darkslateblue/_index.md
index 5db94f44dee..6eaed02d844 100644
--- a/english/cpp/aspose.cells/color/darkslateblue/_index.md
+++ b/english/cpp/aspose.cells/color/darkslateblue/_index.md
@@ -4,7 +4,7 @@ linktitle: DarkSlateBlue
second_title: Aspose.Cells for C++ API Reference
description: 'How to use DarkSlateBlue method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 2800
+weight: 3200
url: /cpp/aspose.cells/color/darkslateblue/
---
## Color::DarkSlateBlue method
diff --git a/english/cpp/aspose.cells/color/darkslategray/_index.md b/english/cpp/aspose.cells/color/darkslategray/_index.md
index 56d47c8831a..a9e26f66886 100644
--- a/english/cpp/aspose.cells/color/darkslategray/_index.md
+++ b/english/cpp/aspose.cells/color/darkslategray/_index.md
@@ -4,7 +4,7 @@ linktitle: DarkSlateGray
second_title: Aspose.Cells for C++ API Reference
description: 'How to use DarkSlateGray method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 2200
+weight: 2600
url: /cpp/aspose.cells/color/darkslategray/
---
## Color::DarkSlateGray method
diff --git a/english/cpp/aspose.cells/color/darkturquoise/_index.md b/english/cpp/aspose.cells/color/darkturquoise/_index.md
index 685908ddaf1..c1ebde0a91e 100644
--- a/english/cpp/aspose.cells/color/darkturquoise/_index.md
+++ b/english/cpp/aspose.cells/color/darkturquoise/_index.md
@@ -4,7 +4,7 @@ linktitle: DarkTurquoise
second_title: Aspose.Cells for C++ API Reference
description: 'How to use DarkTurquoise method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 1100
+weight: 1500
url: /cpp/aspose.cells/color/darkturquoise/
---
## Color::DarkTurquoise method
diff --git a/english/cpp/aspose.cells/color/darkviolet/_index.md b/english/cpp/aspose.cells/color/darkviolet/_index.md
index 6ba704feaf1..6d5c21a4763 100644
--- a/english/cpp/aspose.cells/color/darkviolet/_index.md
+++ b/english/cpp/aspose.cells/color/darkviolet/_index.md
@@ -4,7 +4,7 @@ linktitle: DarkViolet
second_title: Aspose.Cells for C++ API Reference
description: 'How to use DarkViolet method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 5700
+weight: 6100
url: /cpp/aspose.cells/color/darkviolet/
---
## Color::DarkViolet method
diff --git a/english/cpp/aspose.cells/color/deeppink/_index.md b/english/cpp/aspose.cells/color/deeppink/_index.md
index 6f80aa96596..3edc74b0ce2 100644
--- a/english/cpp/aspose.cells/color/deeppink/_index.md
+++ b/english/cpp/aspose.cells/color/deeppink/_index.md
@@ -4,7 +4,7 @@ linktitle: DeepPink
second_title: Aspose.Cells for C++ API Reference
description: 'How to use DeepPink method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 11300
+weight: 11700
url: /cpp/aspose.cells/color/deeppink/
---
## Color::DeepPink method
diff --git a/english/cpp/aspose.cells/color/deepskyblue/_index.md b/english/cpp/aspose.cells/color/deepskyblue/_index.md
index d73ab1bf5b4..8143f9fc4ad 100644
--- a/english/cpp/aspose.cells/color/deepskyblue/_index.md
+++ b/english/cpp/aspose.cells/color/deepskyblue/_index.md
@@ -4,7 +4,7 @@ linktitle: DeepSkyBlue
second_title: Aspose.Cells for C++ API Reference
description: 'How to use DeepSkyBlue method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 1000
+weight: 1400
url: /cpp/aspose.cells/color/deepskyblue/
---
## Color::DeepSkyBlue method
diff --git a/english/cpp/aspose.cells/color/dimgray/_index.md b/english/cpp/aspose.cells/color/dimgray/_index.md
index 231bf9cbe9a..a84ad356d95 100644
--- a/english/cpp/aspose.cells/color/dimgray/_index.md
+++ b/english/cpp/aspose.cells/color/dimgray/_index.md
@@ -4,7 +4,7 @@ linktitle: DimGray
second_title: Aspose.Cells for C++ API Reference
description: 'How to use DimGray method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 3500
+weight: 3900
url: /cpp/aspose.cells/color/dimgray/
---
## Color::DimGray method
diff --git a/english/cpp/aspose.cells/color/dodgerblue/_index.md b/english/cpp/aspose.cells/color/dodgerblue/_index.md
index e5f7544a07e..d5ae6ad315e 100644
--- a/english/cpp/aspose.cells/color/dodgerblue/_index.md
+++ b/english/cpp/aspose.cells/color/dodgerblue/_index.md
@@ -4,7 +4,7 @@ linktitle: DodgerBlue
second_title: Aspose.Cells for C++ API Reference
description: 'How to use DodgerBlue method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 1800
+weight: 2200
url: /cpp/aspose.cells/color/dodgerblue/
---
## Color::DodgerBlue method
diff --git a/english/cpp/aspose.cells/color/firebrick/_index.md b/english/cpp/aspose.cells/color/firebrick/_index.md
index d28c905984c..fd0bcbf7840 100644
--- a/english/cpp/aspose.cells/color/firebrick/_index.md
+++ b/english/cpp/aspose.cells/color/firebrick/_index.md
@@ -4,7 +4,7 @@ linktitle: FireBrick
second_title: Aspose.Cells for C++ API Reference
description: 'How to use FireBrick method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 6900
+weight: 7300
url: /cpp/aspose.cells/color/firebrick/
---
## Color::FireBrick method
diff --git a/english/cpp/aspose.cells/color/floralwhite/_index.md b/english/cpp/aspose.cells/color/floralwhite/_index.md
index d4d09af0ba3..dd782e8ddac 100644
--- a/english/cpp/aspose.cells/color/floralwhite/_index.md
+++ b/english/cpp/aspose.cells/color/floralwhite/_index.md
@@ -4,7 +4,7 @@ linktitle: FloralWhite
second_title: Aspose.Cells for C++ API Reference
description: 'How to use FloralWhite method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 13500
+weight: 13900
url: /cpp/aspose.cells/color/floralwhite/
---
## Color::FloralWhite method
diff --git a/english/cpp/aspose.cells/color/forestgreen/_index.md b/english/cpp/aspose.cells/color/forestgreen/_index.md
index bd5bf0662b7..ef338083770 100644
--- a/english/cpp/aspose.cells/color/forestgreen/_index.md
+++ b/english/cpp/aspose.cells/color/forestgreen/_index.md
@@ -4,7 +4,7 @@ linktitle: ForestGreen
second_title: Aspose.Cells for C++ API Reference
description: 'How to use ForestGreen method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 2000
+weight: 2400
url: /cpp/aspose.cells/color/forestgreen/
---
## Color::ForestGreen method
diff --git a/english/cpp/aspose.cells/color/fromargb/_index.md b/english/cpp/aspose.cells/color/fromargb/_index.md
index f935d2c5694..bfef80add6e 100644
--- a/english/cpp/aspose.cells/color/fromargb/_index.md
+++ b/english/cpp/aspose.cells/color/fromargb/_index.md
@@ -4,7 +4,7 @@ linktitle: FromArgb
second_title: Aspose.Cells for C++ API Reference
description: 'Aspose::Cells::Color::FromArgb method. Creates a Color from its 32-bit component (alpha, red, green, and blue) values in C++.'
type: docs
-weight: 14100
+weight: 200
url: /cpp/aspose.cells/color/fromargb/
---
## Color::FromArgb method
diff --git a/english/cpp/aspose.cells/color/fromhex/_index.md b/english/cpp/aspose.cells/color/fromhex/_index.md
new file mode 100644
index 00000000000..141d685f25d
--- /dev/null
+++ b/english/cpp/aspose.cells/color/fromhex/_index.md
@@ -0,0 +1,46 @@
+---
+title: Aspose::Cells::Color::FromHex method
+linktitle: FromHex
+second_title: Aspose.Cells for C++ API Reference
+description: 'Aspose::Cells::Color::FromHex method. Creates a Color from a hexadecimal color string in C++.'
+type: docs
+weight: 300
+url: /cpp/aspose.cells/color/fromhex/
+---
+## Color::FromHex method
+
+
+Creates a [Color](../) from a hexadecimal color string.
+
+```cpp
+static Color Aspose::Cells::Color::FromHex(const U16String &hex)
+```
+
+
+| Parameter | Type | Description |
+| --- | --- | --- |
+| hex | const U16String\& | A UTF-16 string representing a color in hexadecimal format. Supported formats include **#RRGGBB**, **RRGGBB**, **#AARRGGBB**, and **AARRGGBB**. |
+
+## ReturnValue
+
+A [Color](../) structure that corresponds to the specified hexadecimal value.
+## Remarks
+
+
+
+If the alpha component is not specified, it defaults to 255 (fully opaque).
+
+## Examples
+
+
+```cpp
+auto c1 = Color::FromHex(u"#ff0000"); // a=255, r=255, g=0, b=0
+auto c2 = Color::FromHex(u"80ff0000"); // a=128, r=255, g=0, b=0
+```
+
+## See Also
+
+* Class [Vector](../../vector/)
+* Class [U16String](../../u16string/)
+* Namespace [Aspose::Cells](../../)
+* Library [Aspose.Cells for C++](../../../)
diff --git a/english/cpp/aspose.cells/color/fromname/_index.md b/english/cpp/aspose.cells/color/fromname/_index.md
new file mode 100644
index 00000000000..edea843057e
--- /dev/null
+++ b/english/cpp/aspose.cells/color/fromname/_index.md
@@ -0,0 +1,47 @@
+---
+title: Aspose::Cells::Color::FromName method
+linktitle: FromName
+second_title: Aspose.Cells for C++ API Reference
+description: 'Aspose::Cells::Color::FromName method. Creates a Color from a predefined color name in C++.'
+type: docs
+weight: 400
+url: /cpp/aspose.cells/color/fromname/
+---
+## Color::FromName method
+
+
+Creates a [Color](../) from a predefined color name.
+
+```cpp
+static Color Aspose::Cells::Color::FromName(const U16String &name)
+```
+
+
+| Parameter | Type | Description |
+| --- | --- | --- |
+| name | const U16String\& | A UTF-16 string containing the name of the color. The comparison is case-insensitive. |
+
+## ReturnValue
+
+A [Color](../) structure that corresponds to the specified name.
+## Remarks
+
+
+
+Supports the standard set of 174 HTML color names (CSS named colors), such as **red**, **green**, **blue**, **black**, and **white**.
+
+## Examples
+
+
+```cpp
+auto red = Color::FromName(u"red");
+auto blue = Color::FromName(u"Blue");
+auto white = Color::FromName(u"WHITE");
+```
+
+## See Also
+
+* Class [Vector](../../vector/)
+* Class [U16String](../../u16string/)
+* Namespace [Aspose::Cells](../../)
+* Library [Aspose.Cells for C++](../../../)
diff --git a/english/cpp/aspose.cells/color/fuchsia/_index.md b/english/cpp/aspose.cells/color/fuchsia/_index.md
index b5980f0c11f..01ed5b310d9 100644
--- a/english/cpp/aspose.cells/color/fuchsia/_index.md
+++ b/english/cpp/aspose.cells/color/fuchsia/_index.md
@@ -4,7 +4,7 @@ linktitle: Fuchsia
second_title: Aspose.Cells for C++ API Reference
description: 'How to use Fuchsia method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 11100
+weight: 11500
url: /cpp/aspose.cells/color/fuchsia/
---
## Color::Fuchsia method
diff --git a/english/cpp/aspose.cells/color/g/_index.md b/english/cpp/aspose.cells/color/g/_index.md
index 53b2e532e9c..95ef3700b11 100644
--- a/english/cpp/aspose.cells/color/g/_index.md
+++ b/english/cpp/aspose.cells/color/g/_index.md
@@ -4,7 +4,7 @@ linktitle: g
second_title: Aspose.Cells for C++ API Reference
description: 'How to use g field of Aspose::Cells::Color class in C++.'
type: docs
-weight: 14400
+weight: 14700
url: /cpp/aspose.cells/color/g/
---
## g field
diff --git a/english/cpp/aspose.cells/color/gainsboro/_index.md b/english/cpp/aspose.cells/color/gainsboro/_index.md
index a1daec3eaab..2b2d0c899ed 100644
--- a/english/cpp/aspose.cells/color/gainsboro/_index.md
+++ b/english/cpp/aspose.cells/color/gainsboro/_index.md
@@ -4,7 +4,7 @@ linktitle: Gainsboro
second_title: Aspose.Cells for C++ API Reference
description: 'How to use Gainsboro method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 8600
+weight: 9000
url: /cpp/aspose.cells/color/gainsboro/
---
## Color::Gainsboro method
diff --git a/english/cpp/aspose.cells/color/ghostwhite/_index.md b/english/cpp/aspose.cells/color/ghostwhite/_index.md
index 67e4486529f..1e3f34934a9 100644
--- a/english/cpp/aspose.cells/color/ghostwhite/_index.md
+++ b/english/cpp/aspose.cells/color/ghostwhite/_index.md
@@ -4,7 +4,7 @@ linktitle: GhostWhite
second_title: Aspose.Cells for C++ API Reference
description: 'How to use GhostWhite method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 10400
+weight: 10800
url: /cpp/aspose.cells/color/ghostwhite/
---
## Color::GhostWhite method
diff --git a/english/cpp/aspose.cells/color/gold/_index.md b/english/cpp/aspose.cells/color/gold/_index.md
index 805a1804f24..8af906b95cc 100644
--- a/english/cpp/aspose.cells/color/gold/_index.md
+++ b/english/cpp/aspose.cells/color/gold/_index.md
@@ -4,7 +4,7 @@ linktitle: Gold
second_title: Aspose.Cells for C++ API Reference
description: 'How to use Gold method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 12300
+weight: 12700
url: /cpp/aspose.cells/color/gold/
---
## Color::Gold method
diff --git a/english/cpp/aspose.cells/color/goldenrod/_index.md b/english/cpp/aspose.cells/color/goldenrod/_index.md
index 46bf040df75..db91b640f4d 100644
--- a/english/cpp/aspose.cells/color/goldenrod/_index.md
+++ b/english/cpp/aspose.cells/color/goldenrod/_index.md
@@ -4,7 +4,7 @@ linktitle: GoldenRod
second_title: Aspose.Cells for C++ API Reference
description: 'How to use GoldenRod method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 8300
+weight: 8700
url: /cpp/aspose.cells/color/goldenrod/
---
## Color::GoldenRod method
diff --git a/english/cpp/aspose.cells/color/gray/_index.md b/english/cpp/aspose.cells/color/gray/_index.md
index 19e02b1cff2..80756b7ffc1 100644
--- a/english/cpp/aspose.cells/color/gray/_index.md
+++ b/english/cpp/aspose.cells/color/gray/_index.md
@@ -4,7 +4,7 @@ linktitle: Gray
second_title: Aspose.Cells for C++ API Reference
description: 'How to use Gray method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 4700
+weight: 5100
url: /cpp/aspose.cells/color/gray/
---
## Color::Gray method
diff --git a/english/cpp/aspose.cells/color/green/_index.md b/english/cpp/aspose.cells/color/green/_index.md
index a56e2f49e29..42122a599b9 100644
--- a/english/cpp/aspose.cells/color/green/_index.md
+++ b/english/cpp/aspose.cells/color/green/_index.md
@@ -4,7 +4,7 @@ linktitle: Green
second_title: Aspose.Cells for C++ API Reference
description: 'How to use Green method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 700
+weight: 1100
url: /cpp/aspose.cells/color/green/
---
## Color::Green method
diff --git a/english/cpp/aspose.cells/color/greenyellow/_index.md b/english/cpp/aspose.cells/color/greenyellow/_index.md
index 65471260ca9..dfe066aa738 100644
--- a/english/cpp/aspose.cells/color/greenyellow/_index.md
+++ b/english/cpp/aspose.cells/color/greenyellow/_index.md
@@ -4,7 +4,7 @@ linktitle: GreenYellow
second_title: Aspose.Cells for C++ API Reference
description: 'How to use GreenYellow method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 6500
+weight: 6900
url: /cpp/aspose.cells/color/greenyellow/
---
## Color::GreenYellow method
diff --git a/english/cpp/aspose.cells/color/honeydew/_index.md b/english/cpp/aspose.cells/color/honeydew/_index.md
index 88860e38cb2..c6e88d55472 100644
--- a/english/cpp/aspose.cells/color/honeydew/_index.md
+++ b/english/cpp/aspose.cells/color/honeydew/_index.md
@@ -4,7 +4,7 @@ linktitle: HoneyDew
second_title: Aspose.Cells for C++ API Reference
description: 'How to use HoneyDew method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 9700
+weight: 10100
url: /cpp/aspose.cells/color/honeydew/
---
## Color::HoneyDew method
diff --git a/english/cpp/aspose.cells/color/hotpink/_index.md b/english/cpp/aspose.cells/color/hotpink/_index.md
index 20234f24eb7..b4d9cc78a86 100644
--- a/english/cpp/aspose.cells/color/hotpink/_index.md
+++ b/english/cpp/aspose.cells/color/hotpink/_index.md
@@ -4,7 +4,7 @@ linktitle: HotPink
second_title: Aspose.Cells for C++ API Reference
description: 'How to use HotPink method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 11600
+weight: 12000
url: /cpp/aspose.cells/color/hotpink/
---
## Color::HotPink method
diff --git a/english/cpp/aspose.cells/color/indianred/_index.md b/english/cpp/aspose.cells/color/indianred/_index.md
index 70fe7b4ede9..f43a805e3f0 100644
--- a/english/cpp/aspose.cells/color/indianred/_index.md
+++ b/english/cpp/aspose.cells/color/indianred/_index.md
@@ -4,7 +4,7 @@ linktitle: IndianRed
second_title: Aspose.Cells for C++ API Reference
description: 'How to use IndianRed method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 7600
+weight: 8000
url: /cpp/aspose.cells/color/indianred/
---
## Color::IndianRed method
diff --git a/english/cpp/aspose.cells/color/indigo/_index.md b/english/cpp/aspose.cells/color/indigo/_index.md
index 55a03b608ea..281cb626a78 100644
--- a/english/cpp/aspose.cells/color/indigo/_index.md
+++ b/english/cpp/aspose.cells/color/indigo/_index.md
@@ -4,7 +4,7 @@ linktitle: Indigo
second_title: Aspose.Cells for C++ API Reference
description: 'How to use Indigo method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 3000
+weight: 3400
url: /cpp/aspose.cells/color/indigo/
---
## Color::Indigo method
diff --git a/english/cpp/aspose.cells/color/ivory/_index.md b/english/cpp/aspose.cells/color/ivory/_index.md
index 8641e907d7d..3af7ec1bcb1 100644
--- a/english/cpp/aspose.cells/color/ivory/_index.md
+++ b/english/cpp/aspose.cells/color/ivory/_index.md
@@ -4,7 +4,7 @@ linktitle: Ivory
second_title: Aspose.Cells for C++ API Reference
description: 'How to use Ivory method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 13900
+weight: 14300
url: /cpp/aspose.cells/color/ivory/
---
## Color::Ivory method
diff --git a/english/cpp/aspose.cells/color/khaki/_index.md b/english/cpp/aspose.cells/color/khaki/_index.md
index c979c73cf78..04b9b162bd3 100644
--- a/english/cpp/aspose.cells/color/khaki/_index.md
+++ b/english/cpp/aspose.cells/color/khaki/_index.md
@@ -4,7 +4,7 @@ linktitle: Khaki
second_title: Aspose.Cells for C++ API Reference
description: 'How to use Khaki method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 9500
+weight: 9900
url: /cpp/aspose.cells/color/khaki/
---
## Color::Khaki method
diff --git a/english/cpp/aspose.cells/color/lavender/_index.md b/english/cpp/aspose.cells/color/lavender/_index.md
index c2a54ad890f..357f2fe64d0 100644
--- a/english/cpp/aspose.cells/color/lavender/_index.md
+++ b/english/cpp/aspose.cells/color/lavender/_index.md
@@ -4,7 +4,7 @@ linktitle: Lavender
second_title: Aspose.Cells for C++ API Reference
description: 'How to use Lavender method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 9000
+weight: 9400
url: /cpp/aspose.cells/color/lavender/
---
## Color::Lavender method
diff --git a/english/cpp/aspose.cells/color/lavenderblush/_index.md b/english/cpp/aspose.cells/color/lavenderblush/_index.md
index 70873f03ef9..3187da0bec0 100644
--- a/english/cpp/aspose.cells/color/lavenderblush/_index.md
+++ b/english/cpp/aspose.cells/color/lavenderblush/_index.md
@@ -4,7 +4,7 @@ linktitle: LavenderBlush
second_title: Aspose.Cells for C++ API Reference
description: 'How to use LavenderBlush method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 13100
+weight: 13500
url: /cpp/aspose.cells/color/lavenderblush/
---
## Color::LavenderBlush method
diff --git a/english/cpp/aspose.cells/color/lawngreen/_index.md b/english/cpp/aspose.cells/color/lawngreen/_index.md
index f5aba4b9b75..33bc5077cbc 100644
--- a/english/cpp/aspose.cells/color/lawngreen/_index.md
+++ b/english/cpp/aspose.cells/color/lawngreen/_index.md
@@ -4,7 +4,7 @@ linktitle: LawnGreen
second_title: Aspose.Cells for C++ API Reference
description: 'How to use LawnGreen method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 4100
+weight: 4500
url: /cpp/aspose.cells/color/lawngreen/
---
## Color::LawnGreen method
diff --git a/english/cpp/aspose.cells/color/lemonchiffon/_index.md b/english/cpp/aspose.cells/color/lemonchiffon/_index.md
index 75efedb44e8..f5b2ec3a575 100644
--- a/english/cpp/aspose.cells/color/lemonchiffon/_index.md
+++ b/english/cpp/aspose.cells/color/lemonchiffon/_index.md
@@ -4,7 +4,7 @@ linktitle: LemonChiffon
second_title: Aspose.Cells for C++ API Reference
description: 'How to use LemonChiffon method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 13400
+weight: 13800
url: /cpp/aspose.cells/color/lemonchiffon/
---
## Color::LemonChiffon method
diff --git a/english/cpp/aspose.cells/color/lightblue/_index.md b/english/cpp/aspose.cells/color/lightblue/_index.md
index a6f8a0a3783..191caba7cab 100644
--- a/english/cpp/aspose.cells/color/lightblue/_index.md
+++ b/english/cpp/aspose.cells/color/lightblue/_index.md
@@ -4,7 +4,7 @@ linktitle: LightBlue
second_title: Aspose.Cells for C++ API Reference
description: 'How to use LightBlue method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 6400
+weight: 6800
url: /cpp/aspose.cells/color/lightblue/
---
## Color::LightBlue method
diff --git a/english/cpp/aspose.cells/color/lightcoral/_index.md b/english/cpp/aspose.cells/color/lightcoral/_index.md
index c4158c4be96..117132e7f15 100644
--- a/english/cpp/aspose.cells/color/lightcoral/_index.md
+++ b/english/cpp/aspose.cells/color/lightcoral/_index.md
@@ -4,7 +4,7 @@ linktitle: LightCoral
second_title: Aspose.Cells for C++ API Reference
description: 'How to use LightCoral method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 9400
+weight: 9800
url: /cpp/aspose.cells/color/lightcoral/
---
## Color::LightCoral method
diff --git a/english/cpp/aspose.cells/color/lightcyan/_index.md b/english/cpp/aspose.cells/color/lightcyan/_index.md
index 0c8ffae1d19..f348a830f6a 100644
--- a/english/cpp/aspose.cells/color/lightcyan/_index.md
+++ b/english/cpp/aspose.cells/color/lightcyan/_index.md
@@ -4,7 +4,7 @@ linktitle: LightCyan
second_title: Aspose.Cells for C++ API Reference
description: 'How to use LightCyan method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 8900
+weight: 9300
url: /cpp/aspose.cells/color/lightcyan/
---
## Color::LightCyan method
diff --git a/english/cpp/aspose.cells/color/lightgoldenrodyellow/_index.md b/english/cpp/aspose.cells/color/lightgoldenrodyellow/_index.md
index bf866f9542a..2cd4770fff5 100644
--- a/english/cpp/aspose.cells/color/lightgoldenrodyellow/_index.md
+++ b/english/cpp/aspose.cells/color/lightgoldenrodyellow/_index.md
@@ -4,7 +4,7 @@ linktitle: LightGoldenRodYellow
second_title: Aspose.Cells for C++ API Reference
description: 'How to use LightGoldenRodYellow method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 10800
+weight: 11200
url: /cpp/aspose.cells/color/lightgoldenrodyellow/
---
## Color::LightGoldenRodYellow method
diff --git a/english/cpp/aspose.cells/color/lightgray/_index.md b/english/cpp/aspose.cells/color/lightgray/_index.md
index 76c9aa003ef..76b372dcf5a 100644
--- a/english/cpp/aspose.cells/color/lightgray/_index.md
+++ b/english/cpp/aspose.cells/color/lightgray/_index.md
@@ -4,7 +4,7 @@ linktitle: LightGray
second_title: Aspose.Cells for C++ API Reference
description: 'How to use LightGray method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 8000
+weight: 8400
url: /cpp/aspose.cells/color/lightgray/
---
## Color::LightGray method
diff --git a/english/cpp/aspose.cells/color/lightgreen/_index.md b/english/cpp/aspose.cells/color/lightgreen/_index.md
index 17212ee5d3d..c2998778eb1 100644
--- a/english/cpp/aspose.cells/color/lightgreen/_index.md
+++ b/english/cpp/aspose.cells/color/lightgreen/_index.md
@@ -4,7 +4,7 @@ linktitle: LightGreen
second_title: Aspose.Cells for C++ API Reference
description: 'How to use LightGreen method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 5500
+weight: 5900
url: /cpp/aspose.cells/color/lightgreen/
---
## Color::LightGreen method
diff --git a/english/cpp/aspose.cells/color/lightpink/_index.md b/english/cpp/aspose.cells/color/lightpink/_index.md
index 456904e87bf..1134bbbd173 100644
--- a/english/cpp/aspose.cells/color/lightpink/_index.md
+++ b/english/cpp/aspose.cells/color/lightpink/_index.md
@@ -4,7 +4,7 @@ linktitle: LightPink
second_title: Aspose.Cells for C++ API Reference
description: 'How to use LightPink method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 12100
+weight: 12500
url: /cpp/aspose.cells/color/lightpink/
---
## Color::LightPink method
diff --git a/english/cpp/aspose.cells/color/lightsalmon/_index.md b/english/cpp/aspose.cells/color/lightsalmon/_index.md
index 9defd1c88d6..46a0afefa21 100644
--- a/english/cpp/aspose.cells/color/lightsalmon/_index.md
+++ b/english/cpp/aspose.cells/color/lightsalmon/_index.md
@@ -4,7 +4,7 @@ linktitle: LightSalmon
second_title: Aspose.Cells for C++ API Reference
description: 'How to use LightSalmon method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 11900
+weight: 12300
url: /cpp/aspose.cells/color/lightsalmon/
---
## Color::LightSalmon method
diff --git a/english/cpp/aspose.cells/color/lightseagreen/_index.md b/english/cpp/aspose.cells/color/lightseagreen/_index.md
index 57b1c43ec80..b77c54e26dc 100644
--- a/english/cpp/aspose.cells/color/lightseagreen/_index.md
+++ b/english/cpp/aspose.cells/color/lightseagreen/_index.md
@@ -4,7 +4,7 @@ linktitle: LightSeaGreen
second_title: Aspose.Cells for C++ API Reference
description: 'How to use LightSeaGreen method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 1900
+weight: 2300
url: /cpp/aspose.cells/color/lightseagreen/
---
## Color::LightSeaGreen method
diff --git a/english/cpp/aspose.cells/color/lightskyblue/_index.md b/english/cpp/aspose.cells/color/lightskyblue/_index.md
index 67a9f7f600c..6bb478d1537 100644
--- a/english/cpp/aspose.cells/color/lightskyblue/_index.md
+++ b/english/cpp/aspose.cells/color/lightskyblue/_index.md
@@ -4,7 +4,7 @@ linktitle: LightSkyBlue
second_title: Aspose.Cells for C++ API Reference
description: 'How to use LightSkyBlue method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 4900
+weight: 5300
url: /cpp/aspose.cells/color/lightskyblue/
---
## Color::LightSkyBlue method
diff --git a/english/cpp/aspose.cells/color/lightslategray/_index.md b/english/cpp/aspose.cells/color/lightslategray/_index.md
index 339b955791c..51032cd124f 100644
--- a/english/cpp/aspose.cells/color/lightslategray/_index.md
+++ b/english/cpp/aspose.cells/color/lightslategray/_index.md
@@ -4,7 +4,7 @@ linktitle: LightSlateGray
second_title: Aspose.Cells for C++ API Reference
description: 'How to use LightSlateGray method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 3900
+weight: 4300
url: /cpp/aspose.cells/color/lightslategray/
---
## Color::LightSlateGray method
diff --git a/english/cpp/aspose.cells/color/lightsteelblue/_index.md b/english/cpp/aspose.cells/color/lightsteelblue/_index.md
index 3e962e878f2..4cc003d0ca7 100644
--- a/english/cpp/aspose.cells/color/lightsteelblue/_index.md
+++ b/english/cpp/aspose.cells/color/lightsteelblue/_index.md
@@ -4,7 +4,7 @@ linktitle: LightSteelBlue
second_title: Aspose.Cells for C++ API Reference
description: 'How to use LightSteelBlue method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 6700
+weight: 7100
url: /cpp/aspose.cells/color/lightsteelblue/
---
## Color::LightSteelBlue method
diff --git a/english/cpp/aspose.cells/color/lightyellow/_index.md b/english/cpp/aspose.cells/color/lightyellow/_index.md
index 85cabae5d55..d804fa1b2df 100644
--- a/english/cpp/aspose.cells/color/lightyellow/_index.md
+++ b/english/cpp/aspose.cells/color/lightyellow/_index.md
@@ -4,7 +4,7 @@ linktitle: LightYellow
second_title: Aspose.Cells for C++ API Reference
description: 'How to use LightYellow method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 13800
+weight: 14200
url: /cpp/aspose.cells/color/lightyellow/
---
## Color::LightYellow method
diff --git a/english/cpp/aspose.cells/color/lime/_index.md b/english/cpp/aspose.cells/color/lime/_index.md
index 6bced9324f3..4c06511a4a4 100644
--- a/english/cpp/aspose.cells/color/lime/_index.md
+++ b/english/cpp/aspose.cells/color/lime/_index.md
@@ -4,7 +4,7 @@ linktitle: Lime
second_title: Aspose.Cells for C++ API Reference
description: 'How to use Lime method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 1300
+weight: 1700
url: /cpp/aspose.cells/color/lime/
---
## Color::Lime method
diff --git a/english/cpp/aspose.cells/color/limegreen/_index.md b/english/cpp/aspose.cells/color/limegreen/_index.md
index 6c06de4bd1c..4b6c2a7a05a 100644
--- a/english/cpp/aspose.cells/color/limegreen/_index.md
+++ b/english/cpp/aspose.cells/color/limegreen/_index.md
@@ -4,7 +4,7 @@ linktitle: LimeGreen
second_title: Aspose.Cells for C++ API Reference
description: 'How to use LimeGreen method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 2300
+weight: 2700
url: /cpp/aspose.cells/color/limegreen/
---
## Color::LimeGreen method
diff --git a/english/cpp/aspose.cells/color/linen/_index.md b/english/cpp/aspose.cells/color/linen/_index.md
index adfaa2acc0e..8408d13c268 100644
--- a/english/cpp/aspose.cells/color/linen/_index.md
+++ b/english/cpp/aspose.cells/color/linen/_index.md
@@ -4,7 +4,7 @@ linktitle: Linen
second_title: Aspose.Cells for C++ API Reference
description: 'How to use Linen method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 10700
+weight: 11100
url: /cpp/aspose.cells/color/linen/
---
## Color::Linen method
diff --git a/english/cpp/aspose.cells/color/magenta/_index.md b/english/cpp/aspose.cells/color/magenta/_index.md
index 0a734501b0a..dc857acf019 100644
--- a/english/cpp/aspose.cells/color/magenta/_index.md
+++ b/english/cpp/aspose.cells/color/magenta/_index.md
@@ -4,7 +4,7 @@ linktitle: Magenta
second_title: Aspose.Cells for C++ API Reference
description: 'How to use Magenta method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 11200
+weight: 11600
url: /cpp/aspose.cells/color/magenta/
---
## Color::Magenta method
diff --git a/english/cpp/aspose.cells/color/maroon/_index.md b/english/cpp/aspose.cells/color/maroon/_index.md
index e71733cabe2..614505f76eb 100644
--- a/english/cpp/aspose.cells/color/maroon/_index.md
+++ b/english/cpp/aspose.cells/color/maroon/_index.md
@@ -4,7 +4,7 @@ linktitle: Maroon
second_title: Aspose.Cells for C++ API Reference
description: 'How to use Maroon method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 4400
+weight: 4800
url: /cpp/aspose.cells/color/maroon/
---
## Color::Maroon method
diff --git a/english/cpp/aspose.cells/color/mediumaquamarine/_index.md b/english/cpp/aspose.cells/color/mediumaquamarine/_index.md
index feb2efcbaed..33e14e87973 100644
--- a/english/cpp/aspose.cells/color/mediumaquamarine/_index.md
+++ b/english/cpp/aspose.cells/color/mediumaquamarine/_index.md
@@ -4,7 +4,7 @@ linktitle: MediumAquaMarine
second_title: Aspose.Cells for C++ API Reference
description: 'How to use MediumAquaMarine method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 3400
+weight: 3800
url: /cpp/aspose.cells/color/mediumaquamarine/
---
## Color::MediumAquaMarine method
diff --git a/english/cpp/aspose.cells/color/mediumblue/_index.md b/english/cpp/aspose.cells/color/mediumblue/_index.md
index 4814a711999..be1aa49b629 100644
--- a/english/cpp/aspose.cells/color/mediumblue/_index.md
+++ b/english/cpp/aspose.cells/color/mediumblue/_index.md
@@ -4,7 +4,7 @@ linktitle: MediumBlue
second_title: Aspose.Cells for C++ API Reference
description: 'How to use MediumBlue method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 400
+weight: 800
url: /cpp/aspose.cells/color/mediumblue/
---
## Color::MediumBlue method
diff --git a/english/cpp/aspose.cells/color/mediumorchid/_index.md b/english/cpp/aspose.cells/color/mediumorchid/_index.md
index e690d51bcc7..aefa3585396 100644
--- a/english/cpp/aspose.cells/color/mediumorchid/_index.md
+++ b/english/cpp/aspose.cells/color/mediumorchid/_index.md
@@ -4,7 +4,7 @@ linktitle: MediumOrchid
second_title: Aspose.Cells for C++ API Reference
description: 'How to use MediumOrchid method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 7100
+weight: 7500
url: /cpp/aspose.cells/color/mediumorchid/
---
## Color::MediumOrchid method
diff --git a/english/cpp/aspose.cells/color/mediumpurple/_index.md b/english/cpp/aspose.cells/color/mediumpurple/_index.md
index 979219504d7..653c36d70d7 100644
--- a/english/cpp/aspose.cells/color/mediumpurple/_index.md
+++ b/english/cpp/aspose.cells/color/mediumpurple/_index.md
@@ -4,7 +4,7 @@ linktitle: MediumPurple
second_title: Aspose.Cells for C++ API Reference
description: 'How to use MediumPurple method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 5600
+weight: 6000
url: /cpp/aspose.cells/color/mediumpurple/
---
## Color::MediumPurple method
diff --git a/english/cpp/aspose.cells/color/mediumseagreen/_index.md b/english/cpp/aspose.cells/color/mediumseagreen/_index.md
index 14df34efe30..50c0f49401f 100644
--- a/english/cpp/aspose.cells/color/mediumseagreen/_index.md
+++ b/english/cpp/aspose.cells/color/mediumseagreen/_index.md
@@ -4,7 +4,7 @@ linktitle: MediumSeaGreen
second_title: Aspose.Cells for C++ API Reference
description: 'How to use MediumSeaGreen method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 2400
+weight: 2800
url: /cpp/aspose.cells/color/mediumseagreen/
---
## Color::MediumSeaGreen method
diff --git a/english/cpp/aspose.cells/color/mediumslateblue/_index.md b/english/cpp/aspose.cells/color/mediumslateblue/_index.md
index e988dafd6fc..93a0e8148e2 100644
--- a/english/cpp/aspose.cells/color/mediumslateblue/_index.md
+++ b/english/cpp/aspose.cells/color/mediumslateblue/_index.md
@@ -4,7 +4,7 @@ linktitle: MediumSlateBlue
second_title: Aspose.Cells for C++ API Reference
description: 'How to use MediumSlateBlue method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 4000
+weight: 4400
url: /cpp/aspose.cells/color/mediumslateblue/
---
## Color::MediumSlateBlue method
diff --git a/english/cpp/aspose.cells/color/mediumspringgreen/_index.md b/english/cpp/aspose.cells/color/mediumspringgreen/_index.md
index d304e5a1b02..f6a7f1d3164 100644
--- a/english/cpp/aspose.cells/color/mediumspringgreen/_index.md
+++ b/english/cpp/aspose.cells/color/mediumspringgreen/_index.md
@@ -4,7 +4,7 @@ linktitle: MediumSpringGreen
second_title: Aspose.Cells for C++ API Reference
description: 'How to use MediumSpringGreen method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 1200
+weight: 1600
url: /cpp/aspose.cells/color/mediumspringgreen/
---
## Color::MediumSpringGreen method
diff --git a/english/cpp/aspose.cells/color/mediumturquoise/_index.md b/english/cpp/aspose.cells/color/mediumturquoise/_index.md
index 9df387f0a8d..1d7ccbc9713 100644
--- a/english/cpp/aspose.cells/color/mediumturquoise/_index.md
+++ b/english/cpp/aspose.cells/color/mediumturquoise/_index.md
@@ -4,7 +4,7 @@ linktitle: MediumTurquoise
second_title: Aspose.Cells for C++ API Reference
description: 'How to use MediumTurquoise method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 2900
+weight: 3300
url: /cpp/aspose.cells/color/mediumturquoise/
---
## Color::MediumTurquoise method
diff --git a/english/cpp/aspose.cells/color/mediumvioletred/_index.md b/english/cpp/aspose.cells/color/mediumvioletred/_index.md
index b9144b12b02..61a23f7e3c4 100644
--- a/english/cpp/aspose.cells/color/mediumvioletred/_index.md
+++ b/english/cpp/aspose.cells/color/mediumvioletred/_index.md
@@ -4,7 +4,7 @@ linktitle: MediumVioletRed
second_title: Aspose.Cells for C++ API Reference
description: 'How to use MediumVioletRed method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 7500
+weight: 7900
url: /cpp/aspose.cells/color/mediumvioletred/
---
## Color::MediumVioletRed method
diff --git a/english/cpp/aspose.cells/color/midnightblue/_index.md b/english/cpp/aspose.cells/color/midnightblue/_index.md
index 8a0b1943a12..b85e41f071e 100644
--- a/english/cpp/aspose.cells/color/midnightblue/_index.md
+++ b/english/cpp/aspose.cells/color/midnightblue/_index.md
@@ -4,7 +4,7 @@ linktitle: MidnightBlue
second_title: Aspose.Cells for C++ API Reference
description: 'How to use MidnightBlue method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 1700
+weight: 2100
url: /cpp/aspose.cells/color/midnightblue/
---
## Color::MidnightBlue method
diff --git a/english/cpp/aspose.cells/color/mintcream/_index.md b/english/cpp/aspose.cells/color/mintcream/_index.md
index c9c32de4821..7c215790a60 100644
--- a/english/cpp/aspose.cells/color/mintcream/_index.md
+++ b/english/cpp/aspose.cells/color/mintcream/_index.md
@@ -4,7 +4,7 @@ linktitle: MintCream
second_title: Aspose.Cells for C++ API Reference
description: 'How to use MintCream method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 10300
+weight: 10700
url: /cpp/aspose.cells/color/mintcream/
---
## Color::MintCream method
diff --git a/english/cpp/aspose.cells/color/mistyrose/_index.md b/english/cpp/aspose.cells/color/mistyrose/_index.md
index 99d94b6ce03..d3c58e1e518 100644
--- a/english/cpp/aspose.cells/color/mistyrose/_index.md
+++ b/english/cpp/aspose.cells/color/mistyrose/_index.md
@@ -4,7 +4,7 @@ linktitle: MistyRose
second_title: Aspose.Cells for C++ API Reference
description: 'How to use MistyRose method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 12800
+weight: 13200
url: /cpp/aspose.cells/color/mistyrose/
---
## Color::MistyRose method
diff --git a/english/cpp/aspose.cells/color/moccasin/_index.md b/english/cpp/aspose.cells/color/moccasin/_index.md
index c5de577d49e..4105d3de950 100644
--- a/english/cpp/aspose.cells/color/moccasin/_index.md
+++ b/english/cpp/aspose.cells/color/moccasin/_index.md
@@ -4,7 +4,7 @@ linktitle: Moccasin
second_title: Aspose.Cells for C++ API Reference
description: 'How to use Moccasin method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 12600
+weight: 13000
url: /cpp/aspose.cells/color/moccasin/
---
## Color::Moccasin method
diff --git a/english/cpp/aspose.cells/color/navajowhite/_index.md b/english/cpp/aspose.cells/color/navajowhite/_index.md
index 43376f5ce7c..df4f34a0891 100644
--- a/english/cpp/aspose.cells/color/navajowhite/_index.md
+++ b/english/cpp/aspose.cells/color/navajowhite/_index.md
@@ -4,7 +4,7 @@ linktitle: NavajoWhite
second_title: Aspose.Cells for C++ API Reference
description: 'How to use NavajoWhite method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 12500
+weight: 12900
url: /cpp/aspose.cells/color/navajowhite/
---
## Color::NavajoWhite method
diff --git a/english/cpp/aspose.cells/color/navy/_index.md b/english/cpp/aspose.cells/color/navy/_index.md
index ef580491433..51c91b4de24 100644
--- a/english/cpp/aspose.cells/color/navy/_index.md
+++ b/english/cpp/aspose.cells/color/navy/_index.md
@@ -4,7 +4,7 @@ linktitle: Navy
second_title: Aspose.Cells for C++ API Reference
description: 'How to use Navy method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 200
+weight: 600
url: /cpp/aspose.cells/color/navy/
---
## Color::Navy method
diff --git a/english/cpp/aspose.cells/color/oldlace/_index.md b/english/cpp/aspose.cells/color/oldlace/_index.md
index c00fa0ffa1d..af59b12fa06 100644
--- a/english/cpp/aspose.cells/color/oldlace/_index.md
+++ b/english/cpp/aspose.cells/color/oldlace/_index.md
@@ -4,7 +4,7 @@ linktitle: OldLace
second_title: Aspose.Cells for C++ API Reference
description: 'How to use OldLace method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 10900
+weight: 11300
url: /cpp/aspose.cells/color/oldlace/
---
## Color::OldLace method
diff --git a/english/cpp/aspose.cells/color/olive/_index.md b/english/cpp/aspose.cells/color/olive/_index.md
index fbee447a3cb..0665af715c7 100644
--- a/english/cpp/aspose.cells/color/olive/_index.md
+++ b/english/cpp/aspose.cells/color/olive/_index.md
@@ -4,7 +4,7 @@ linktitle: Olive
second_title: Aspose.Cells for C++ API Reference
description: 'How to use Olive method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 4600
+weight: 5000
url: /cpp/aspose.cells/color/olive/
---
## Color::Olive method
diff --git a/english/cpp/aspose.cells/color/olivedrab/_index.md b/english/cpp/aspose.cells/color/olivedrab/_index.md
index 9581984cd0f..379706dc5d0 100644
--- a/english/cpp/aspose.cells/color/olivedrab/_index.md
+++ b/english/cpp/aspose.cells/color/olivedrab/_index.md
@@ -4,7 +4,7 @@ linktitle: OliveDrab
second_title: Aspose.Cells for C++ API Reference
description: 'How to use OliveDrab method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 3700
+weight: 4100
url: /cpp/aspose.cells/color/olivedrab/
---
## Color::OliveDrab method
diff --git a/english/cpp/aspose.cells/color/orange/_index.md b/english/cpp/aspose.cells/color/orange/_index.md
index b1ccae20761..66727be8f5f 100644
--- a/english/cpp/aspose.cells/color/orange/_index.md
+++ b/english/cpp/aspose.cells/color/orange/_index.md
@@ -4,7 +4,7 @@ linktitle: Orange
second_title: Aspose.Cells for C++ API Reference
description: 'How to use Orange method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 12000
+weight: 12400
url: /cpp/aspose.cells/color/orange/
---
## Color::Orange method
diff --git a/english/cpp/aspose.cells/color/orangered/_index.md b/english/cpp/aspose.cells/color/orangered/_index.md
index 1adfd68a4f0..fd136386ec6 100644
--- a/english/cpp/aspose.cells/color/orangered/_index.md
+++ b/english/cpp/aspose.cells/color/orangered/_index.md
@@ -4,7 +4,7 @@ linktitle: OrangeRed
second_title: Aspose.Cells for C++ API Reference
description: 'How to use OrangeRed method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 11400
+weight: 11800
url: /cpp/aspose.cells/color/orangered/
---
## Color::OrangeRed method
diff --git a/english/cpp/aspose.cells/color/orchid/_index.md b/english/cpp/aspose.cells/color/orchid/_index.md
index bf9b67f0c82..c1b499628e1 100644
--- a/english/cpp/aspose.cells/color/orchid/_index.md
+++ b/english/cpp/aspose.cells/color/orchid/_index.md
@@ -4,7 +4,7 @@ linktitle: Orchid
second_title: Aspose.Cells for C++ API Reference
description: 'How to use Orchid method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 8200
+weight: 8600
url: /cpp/aspose.cells/color/orchid/
---
## Color::Orchid method
diff --git a/english/cpp/aspose.cells/color/palegoldenrod/_index.md b/english/cpp/aspose.cells/color/palegoldenrod/_index.md
index 6a905ebf7e5..715e1953718 100644
--- a/english/cpp/aspose.cells/color/palegoldenrod/_index.md
+++ b/english/cpp/aspose.cells/color/palegoldenrod/_index.md
@@ -4,7 +4,7 @@ linktitle: PaleGoldenRod
second_title: Aspose.Cells for C++ API Reference
description: 'How to use PaleGoldenRod method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 9300
+weight: 9700
url: /cpp/aspose.cells/color/palegoldenrod/
---
## Color::PaleGoldenRod method
diff --git a/english/cpp/aspose.cells/color/palegreen/_index.md b/english/cpp/aspose.cells/color/palegreen/_index.md
index 8b023b0565e..b79751ef05d 100644
--- a/english/cpp/aspose.cells/color/palegreen/_index.md
+++ b/english/cpp/aspose.cells/color/palegreen/_index.md
@@ -4,7 +4,7 @@ linktitle: PaleGreen
second_title: Aspose.Cells for C++ API Reference
description: 'How to use PaleGreen method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 5800
+weight: 6200
url: /cpp/aspose.cells/color/palegreen/
---
## Color::PaleGreen method
diff --git a/english/cpp/aspose.cells/color/paleturquoise/_index.md b/english/cpp/aspose.cells/color/paleturquoise/_index.md
index fbd138950e4..6b9a7902fde 100644
--- a/english/cpp/aspose.cells/color/paleturquoise/_index.md
+++ b/english/cpp/aspose.cells/color/paleturquoise/_index.md
@@ -4,7 +4,7 @@ linktitle: PaleTurquoise
second_title: Aspose.Cells for C++ API Reference
description: 'How to use PaleTurquoise method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 6600
+weight: 7000
url: /cpp/aspose.cells/color/paleturquoise/
---
## Color::PaleTurquoise method
diff --git a/english/cpp/aspose.cells/color/palevioletred/_index.md b/english/cpp/aspose.cells/color/palevioletred/_index.md
index c74fee2863c..9bc6a7a4d8c 100644
--- a/english/cpp/aspose.cells/color/palevioletred/_index.md
+++ b/english/cpp/aspose.cells/color/palevioletred/_index.md
@@ -4,7 +4,7 @@ linktitle: PaleVioletRed
second_title: Aspose.Cells for C++ API Reference
description: 'How to use PaleVioletRed method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 8400
+weight: 8800
url: /cpp/aspose.cells/color/palevioletred/
---
## Color::PaleVioletRed method
diff --git a/english/cpp/aspose.cells/color/papayawhip/_index.md b/english/cpp/aspose.cells/color/papayawhip/_index.md
index 446db01dc67..7a9ef6c6576 100644
--- a/english/cpp/aspose.cells/color/papayawhip/_index.md
+++ b/english/cpp/aspose.cells/color/papayawhip/_index.md
@@ -4,7 +4,7 @@ linktitle: PapayaWhip
second_title: Aspose.Cells for C++ API Reference
description: 'How to use PapayaWhip method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 13000
+weight: 13400
url: /cpp/aspose.cells/color/papayawhip/
---
## Color::PapayaWhip method
diff --git a/english/cpp/aspose.cells/color/peachpuff/_index.md b/english/cpp/aspose.cells/color/peachpuff/_index.md
index a005d8413c5..f9fef91aa21 100644
--- a/english/cpp/aspose.cells/color/peachpuff/_index.md
+++ b/english/cpp/aspose.cells/color/peachpuff/_index.md
@@ -4,7 +4,7 @@ linktitle: PeachPuff
second_title: Aspose.Cells for C++ API Reference
description: 'How to use PeachPuff method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 12400
+weight: 12800
url: /cpp/aspose.cells/color/peachpuff/
---
## Color::PeachPuff method
diff --git a/english/cpp/aspose.cells/color/peru/_index.md b/english/cpp/aspose.cells/color/peru/_index.md
index e88a15166f9..ea27dfed789 100644
--- a/english/cpp/aspose.cells/color/peru/_index.md
+++ b/english/cpp/aspose.cells/color/peru/_index.md
@@ -4,7 +4,7 @@ linktitle: Peru
second_title: Aspose.Cells for C++ API Reference
description: 'How to use Peru method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 7700
+weight: 8100
url: /cpp/aspose.cells/color/peru/
---
## Color::Peru method
diff --git a/english/cpp/aspose.cells/color/pink/_index.md b/english/cpp/aspose.cells/color/pink/_index.md
index e41f4e34a2a..31f7dc12d81 100644
--- a/english/cpp/aspose.cells/color/pink/_index.md
+++ b/english/cpp/aspose.cells/color/pink/_index.md
@@ -4,7 +4,7 @@ linktitle: Pink
second_title: Aspose.Cells for C++ API Reference
description: 'How to use Pink method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 12200
+weight: 12600
url: /cpp/aspose.cells/color/pink/
---
## Color::Pink method
diff --git a/english/cpp/aspose.cells/color/plum/_index.md b/english/cpp/aspose.cells/color/plum/_index.md
index 90eadb4a90f..0dd5032e9e6 100644
--- a/english/cpp/aspose.cells/color/plum/_index.md
+++ b/english/cpp/aspose.cells/color/plum/_index.md
@@ -4,7 +4,7 @@ linktitle: Plum
second_title: Aspose.Cells for C++ API Reference
description: 'How to use Plum method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 8700
+weight: 9100
url: /cpp/aspose.cells/color/plum/
---
## Color::Plum method
diff --git a/english/cpp/aspose.cells/color/powderblue/_index.md b/english/cpp/aspose.cells/color/powderblue/_index.md
index 270a7cc9dcd..18dcd46cd76 100644
--- a/english/cpp/aspose.cells/color/powderblue/_index.md
+++ b/english/cpp/aspose.cells/color/powderblue/_index.md
@@ -4,7 +4,7 @@ linktitle: PowderBlue
second_title: Aspose.Cells for C++ API Reference
description: 'How to use PowderBlue method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 6800
+weight: 7200
url: /cpp/aspose.cells/color/powderblue/
---
## Color::PowderBlue method
diff --git a/english/cpp/aspose.cells/color/purple/_index.md b/english/cpp/aspose.cells/color/purple/_index.md
index b6a3b81f1c5..8de34ca757a 100644
--- a/english/cpp/aspose.cells/color/purple/_index.md
+++ b/english/cpp/aspose.cells/color/purple/_index.md
@@ -4,7 +4,7 @@ linktitle: Purple
second_title: Aspose.Cells for C++ API Reference
description: 'How to use Purple method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 4500
+weight: 4900
url: /cpp/aspose.cells/color/purple/
---
## Color::Purple method
diff --git a/english/cpp/aspose.cells/color/r/_index.md b/english/cpp/aspose.cells/color/r/_index.md
index 164623f74df..6ab2953ad1d 100644
--- a/english/cpp/aspose.cells/color/r/_index.md
+++ b/english/cpp/aspose.cells/color/r/_index.md
@@ -4,7 +4,7 @@ linktitle: r
second_title: Aspose.Cells for C++ API Reference
description: 'How to use r field of Aspose::Cells::Color class in C++.'
type: docs
-weight: 14300
+weight: 14600
url: /cpp/aspose.cells/color/r/
---
## r field
diff --git a/english/cpp/aspose.cells/color/red/_index.md b/english/cpp/aspose.cells/color/red/_index.md
index 872febc5f73..66b98d3d679 100644
--- a/english/cpp/aspose.cells/color/red/_index.md
+++ b/english/cpp/aspose.cells/color/red/_index.md
@@ -4,7 +4,7 @@ linktitle: Red
second_title: Aspose.Cells for C++ API Reference
description: 'How to use Red method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 11000
+weight: 11400
url: /cpp/aspose.cells/color/red/
---
## Color::Red method
diff --git a/english/cpp/aspose.cells/color/rosybrown/_index.md b/english/cpp/aspose.cells/color/rosybrown/_index.md
index 10d4144d54f..c376f62ef75 100644
--- a/english/cpp/aspose.cells/color/rosybrown/_index.md
+++ b/english/cpp/aspose.cells/color/rosybrown/_index.md
@@ -4,7 +4,7 @@ linktitle: RosyBrown
second_title: Aspose.Cells for C++ API Reference
description: 'How to use RosyBrown method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 7200
+weight: 7600
url: /cpp/aspose.cells/color/rosybrown/
---
## Color::RosyBrown method
diff --git a/english/cpp/aspose.cells/color/royalblue/_index.md b/english/cpp/aspose.cells/color/royalblue/_index.md
index 21ea75aca21..3f8772558cf 100644
--- a/english/cpp/aspose.cells/color/royalblue/_index.md
+++ b/english/cpp/aspose.cells/color/royalblue/_index.md
@@ -4,7 +4,7 @@ linktitle: RoyalBlue
second_title: Aspose.Cells for C++ API Reference
description: 'How to use RoyalBlue method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 2600
+weight: 3000
url: /cpp/aspose.cells/color/royalblue/
---
## Color::RoyalBlue method
diff --git a/english/cpp/aspose.cells/color/saddlebrown/_index.md b/english/cpp/aspose.cells/color/saddlebrown/_index.md
index a69d5185750..ff803788901 100644
--- a/english/cpp/aspose.cells/color/saddlebrown/_index.md
+++ b/english/cpp/aspose.cells/color/saddlebrown/_index.md
@@ -4,7 +4,7 @@ linktitle: SaddleBrown
second_title: Aspose.Cells for C++ API Reference
description: 'How to use SaddleBrown method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 5300
+weight: 5700
url: /cpp/aspose.cells/color/saddlebrown/
---
## Color::SaddleBrown method
diff --git a/english/cpp/aspose.cells/color/salmon/_index.md b/english/cpp/aspose.cells/color/salmon/_index.md
index 8259f3201b1..f4b01a043c2 100644
--- a/english/cpp/aspose.cells/color/salmon/_index.md
+++ b/english/cpp/aspose.cells/color/salmon/_index.md
@@ -4,7 +4,7 @@ linktitle: Salmon
second_title: Aspose.Cells for C++ API Reference
description: 'How to use Salmon method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 10500
+weight: 10900
url: /cpp/aspose.cells/color/salmon/
---
## Color::Salmon method
diff --git a/english/cpp/aspose.cells/color/sandybrown/_index.md b/english/cpp/aspose.cells/color/sandybrown/_index.md
index 89d76b00d1b..afa578b8640 100644
--- a/english/cpp/aspose.cells/color/sandybrown/_index.md
+++ b/english/cpp/aspose.cells/color/sandybrown/_index.md
@@ -4,7 +4,7 @@ linktitle: SandyBrown
second_title: Aspose.Cells for C++ API Reference
description: 'How to use SandyBrown method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 9900
+weight: 10300
url: /cpp/aspose.cells/color/sandybrown/
---
## Color::SandyBrown method
diff --git a/english/cpp/aspose.cells/color/seagreen/_index.md b/english/cpp/aspose.cells/color/seagreen/_index.md
index f35ef8350e6..b91183353cf 100644
--- a/english/cpp/aspose.cells/color/seagreen/_index.md
+++ b/english/cpp/aspose.cells/color/seagreen/_index.md
@@ -4,7 +4,7 @@ linktitle: SeaGreen
second_title: Aspose.Cells for C++ API Reference
description: 'How to use SeaGreen method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 2100
+weight: 2500
url: /cpp/aspose.cells/color/seagreen/
---
## Color::SeaGreen method
diff --git a/english/cpp/aspose.cells/color/seashell/_index.md b/english/cpp/aspose.cells/color/seashell/_index.md
index 4c1b9e13433..a467c8bfb18 100644
--- a/english/cpp/aspose.cells/color/seashell/_index.md
+++ b/english/cpp/aspose.cells/color/seashell/_index.md
@@ -4,7 +4,7 @@ linktitle: SeaShell
second_title: Aspose.Cells for C++ API Reference
description: 'How to use SeaShell method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 13200
+weight: 13600
url: /cpp/aspose.cells/color/seashell/
---
## Color::SeaShell method
diff --git a/english/cpp/aspose.cells/color/sienna/_index.md b/english/cpp/aspose.cells/color/sienna/_index.md
index 7301d212288..4562f6ea059 100644
--- a/english/cpp/aspose.cells/color/sienna/_index.md
+++ b/english/cpp/aspose.cells/color/sienna/_index.md
@@ -4,7 +4,7 @@ linktitle: Sienna
second_title: Aspose.Cells for C++ API Reference
description: 'How to use Sienna method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 6100
+weight: 6500
url: /cpp/aspose.cells/color/sienna/
---
## Color::Sienna method
diff --git a/english/cpp/aspose.cells/color/silver/_index.md b/english/cpp/aspose.cells/color/silver/_index.md
index 4f2a6d01efa..cd1f58e8c54 100644
--- a/english/cpp/aspose.cells/color/silver/_index.md
+++ b/english/cpp/aspose.cells/color/silver/_index.md
@@ -4,7 +4,7 @@ linktitle: Silver
second_title: Aspose.Cells for C++ API Reference
description: 'How to use Silver method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 7400
+weight: 7800
url: /cpp/aspose.cells/color/silver/
---
## Color::Silver method
diff --git a/english/cpp/aspose.cells/color/skyblue/_index.md b/english/cpp/aspose.cells/color/skyblue/_index.md
index 99fab969718..5ca890eaa72 100644
--- a/english/cpp/aspose.cells/color/skyblue/_index.md
+++ b/english/cpp/aspose.cells/color/skyblue/_index.md
@@ -4,7 +4,7 @@ linktitle: SkyBlue
second_title: Aspose.Cells for C++ API Reference
description: 'How to use SkyBlue method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 4800
+weight: 5200
url: /cpp/aspose.cells/color/skyblue/
---
## Color::SkyBlue method
diff --git a/english/cpp/aspose.cells/color/slateblue/_index.md b/english/cpp/aspose.cells/color/slateblue/_index.md
index 75d44794943..c47578a8ea5 100644
--- a/english/cpp/aspose.cells/color/slateblue/_index.md
+++ b/english/cpp/aspose.cells/color/slateblue/_index.md
@@ -4,7 +4,7 @@ linktitle: SlateBlue
second_title: Aspose.Cells for C++ API Reference
description: 'How to use SlateBlue method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 3600
+weight: 4000
url: /cpp/aspose.cells/color/slateblue/
---
## Color::SlateBlue method
diff --git a/english/cpp/aspose.cells/color/slategray/_index.md b/english/cpp/aspose.cells/color/slategray/_index.md
index 90a631626b5..1ad65fb1d03 100644
--- a/english/cpp/aspose.cells/color/slategray/_index.md
+++ b/english/cpp/aspose.cells/color/slategray/_index.md
@@ -4,7 +4,7 @@ linktitle: SlateGray
second_title: Aspose.Cells for C++ API Reference
description: 'How to use SlateGray method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 3800
+weight: 4200
url: /cpp/aspose.cells/color/slategray/
---
## Color::SlateGray method
diff --git a/english/cpp/aspose.cells/color/snow/_index.md b/english/cpp/aspose.cells/color/snow/_index.md
index 8013b14402e..9f47e06d8d9 100644
--- a/english/cpp/aspose.cells/color/snow/_index.md
+++ b/english/cpp/aspose.cells/color/snow/_index.md
@@ -4,7 +4,7 @@ linktitle: Snow
second_title: Aspose.Cells for C++ API Reference
description: 'How to use Snow method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 13600
+weight: 14000
url: /cpp/aspose.cells/color/snow/
---
## Color::Snow method
diff --git a/english/cpp/aspose.cells/color/springgreen/_index.md b/english/cpp/aspose.cells/color/springgreen/_index.md
index 92ec38329e8..99c0622789e 100644
--- a/english/cpp/aspose.cells/color/springgreen/_index.md
+++ b/english/cpp/aspose.cells/color/springgreen/_index.md
@@ -4,7 +4,7 @@ linktitle: SpringGreen
second_title: Aspose.Cells for C++ API Reference
description: 'How to use SpringGreen method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 1400
+weight: 1800
url: /cpp/aspose.cells/color/springgreen/
---
## Color::SpringGreen method
diff --git a/english/cpp/aspose.cells/color/steelblue/_index.md b/english/cpp/aspose.cells/color/steelblue/_index.md
index 1e8916694e8..328186e890d 100644
--- a/english/cpp/aspose.cells/color/steelblue/_index.md
+++ b/english/cpp/aspose.cells/color/steelblue/_index.md
@@ -4,7 +4,7 @@ linktitle: SteelBlue
second_title: Aspose.Cells for C++ API Reference
description: 'How to use SteelBlue method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 2700
+weight: 3100
url: /cpp/aspose.cells/color/steelblue/
---
## Color::SteelBlue method
diff --git a/english/cpp/aspose.cells/color/tan/_index.md b/english/cpp/aspose.cells/color/tan/_index.md
index 97be8d62a0e..5720bdfb527 100644
--- a/english/cpp/aspose.cells/color/tan/_index.md
+++ b/english/cpp/aspose.cells/color/tan/_index.md
@@ -4,7 +4,7 @@ linktitle: Tan
second_title: Aspose.Cells for C++ API Reference
description: 'How to use Tan method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 7900
+weight: 8300
url: /cpp/aspose.cells/color/tan/
---
## Color::Tan method
diff --git a/english/cpp/aspose.cells/color/teal/_index.md b/english/cpp/aspose.cells/color/teal/_index.md
index 04da84029a9..0e2d6dc68b5 100644
--- a/english/cpp/aspose.cells/color/teal/_index.md
+++ b/english/cpp/aspose.cells/color/teal/_index.md
@@ -4,7 +4,7 @@ linktitle: Teal
second_title: Aspose.Cells for C++ API Reference
description: 'How to use Teal method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 800
+weight: 1200
url: /cpp/aspose.cells/color/teal/
---
## Color::Teal method
diff --git a/english/cpp/aspose.cells/color/thistle/_index.md b/english/cpp/aspose.cells/color/thistle/_index.md
index 1b766896bf1..d41e816b93e 100644
--- a/english/cpp/aspose.cells/color/thistle/_index.md
+++ b/english/cpp/aspose.cells/color/thistle/_index.md
@@ -4,7 +4,7 @@ linktitle: Thistle
second_title: Aspose.Cells for C++ API Reference
description: 'How to use Thistle method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 8100
+weight: 8500
url: /cpp/aspose.cells/color/thistle/
---
## Color::Thistle method
diff --git a/english/cpp/aspose.cells/color/tohex/_index.md b/english/cpp/aspose.cells/color/tohex/_index.md
new file mode 100644
index 00000000000..2213d8eeece
--- /dev/null
+++ b/english/cpp/aspose.cells/color/tohex/_index.md
@@ -0,0 +1,37 @@
+---
+title: Aspose::Cells::Color::ToHex method
+linktitle: ToHex
+second_title: Aspose.Cells for C++ API Reference
+description: 'Aspose::Cells::Color::ToHex method. Converts the current Color to its hexadecimal string representation in C++.'
+type: docs
+weight: 100
+url: /cpp/aspose.cells/color/tohex/
+---
+## Color::ToHex method
+
+
+Converts the current [Color](../) to its hexadecimal string representation.
+
+```cpp
+U16String Aspose::Cells::Color::ToHex(bool withAlpha=false) const
+```
+
+
+| Parameter | Type | Description |
+| --- | --- | --- |
+| withAlpha | bool | **true** to include the alpha component in the output; otherwise, **false**. |
+
+## ReturnValue
+
+A UTF-16 string that represents the color in hexadecimal format: **#rrggbb** or **#aarrggbb**.
+## Remarks
+
+
+
+The returned string is always lowercase and prefixed with '#'.
+## See Also
+
+* Class [U16String](../../u16string/)
+* Class [Vector](../../vector/)
+* Namespace [Aspose::Cells](../../)
+* Library [Aspose.Cells for C++](../../../)
diff --git a/english/cpp/aspose.cells/color/tomato/_index.md b/english/cpp/aspose.cells/color/tomato/_index.md
index 0f940ff023f..a2fe1c023f5 100644
--- a/english/cpp/aspose.cells/color/tomato/_index.md
+++ b/english/cpp/aspose.cells/color/tomato/_index.md
@@ -4,7 +4,7 @@ linktitle: Tomato
second_title: Aspose.Cells for C++ API Reference
description: 'How to use Tomato method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 11500
+weight: 11900
url: /cpp/aspose.cells/color/tomato/
---
## Color::Tomato method
diff --git a/english/cpp/aspose.cells/color/turquoise/_index.md b/english/cpp/aspose.cells/color/turquoise/_index.md
index 97d5269ba90..46c495ba490 100644
--- a/english/cpp/aspose.cells/color/turquoise/_index.md
+++ b/english/cpp/aspose.cells/color/turquoise/_index.md
@@ -4,7 +4,7 @@ linktitle: Turquoise
second_title: Aspose.Cells for C++ API Reference
description: 'How to use Turquoise method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 2500
+weight: 2900
url: /cpp/aspose.cells/color/turquoise/
---
## Color::Turquoise method
diff --git a/english/cpp/aspose.cells/color/violet/_index.md b/english/cpp/aspose.cells/color/violet/_index.md
index d13d651baf1..8b0c647e7f3 100644
--- a/english/cpp/aspose.cells/color/violet/_index.md
+++ b/english/cpp/aspose.cells/color/violet/_index.md
@@ -4,7 +4,7 @@ linktitle: Violet
second_title: Aspose.Cells for C++ API Reference
description: 'How to use Violet method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 9200
+weight: 9600
url: /cpp/aspose.cells/color/violet/
---
## Color::Violet method
diff --git a/english/cpp/aspose.cells/color/wheat/_index.md b/english/cpp/aspose.cells/color/wheat/_index.md
index 34af20bc65d..7573267e752 100644
--- a/english/cpp/aspose.cells/color/wheat/_index.md
+++ b/english/cpp/aspose.cells/color/wheat/_index.md
@@ -4,7 +4,7 @@ linktitle: Wheat
second_title: Aspose.Cells for C++ API Reference
description: 'How to use Wheat method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 10000
+weight: 10400
url: /cpp/aspose.cells/color/wheat/
---
## Color::Wheat method
diff --git a/english/cpp/aspose.cells/color/white/_index.md b/english/cpp/aspose.cells/color/white/_index.md
index 5413e321e9d..d69fe271325 100644
--- a/english/cpp/aspose.cells/color/white/_index.md
+++ b/english/cpp/aspose.cells/color/white/_index.md
@@ -4,7 +4,7 @@ linktitle: White
second_title: Aspose.Cells for C++ API Reference
description: 'How to use White method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 14000
+weight: 14400
url: /cpp/aspose.cells/color/white/
---
## Color::White method
diff --git a/english/cpp/aspose.cells/color/whitesmoke/_index.md b/english/cpp/aspose.cells/color/whitesmoke/_index.md
index 309849eedab..5a595631c35 100644
--- a/english/cpp/aspose.cells/color/whitesmoke/_index.md
+++ b/english/cpp/aspose.cells/color/whitesmoke/_index.md
@@ -4,7 +4,7 @@ linktitle: WhiteSmoke
second_title: Aspose.Cells for C++ API Reference
description: 'How to use WhiteSmoke method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 10200
+weight: 10600
url: /cpp/aspose.cells/color/whitesmoke/
---
## Color::WhiteSmoke method
diff --git a/english/cpp/aspose.cells/color/yellow/_index.md b/english/cpp/aspose.cells/color/yellow/_index.md
index 1f23ffead72..6fc6eefd392 100644
--- a/english/cpp/aspose.cells/color/yellow/_index.md
+++ b/english/cpp/aspose.cells/color/yellow/_index.md
@@ -4,7 +4,7 @@ linktitle: Yellow
second_title: Aspose.Cells for C++ API Reference
description: 'How to use Yellow method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 13700
+weight: 14100
url: /cpp/aspose.cells/color/yellow/
---
## Color::Yellow method
diff --git a/english/cpp/aspose.cells/color/yellowgreen/_index.md b/english/cpp/aspose.cells/color/yellowgreen/_index.md
index 36427b96d9a..e4b6734c12c 100644
--- a/english/cpp/aspose.cells/color/yellowgreen/_index.md
+++ b/english/cpp/aspose.cells/color/yellowgreen/_index.md
@@ -4,7 +4,7 @@ linktitle: YellowGreen
second_title: Aspose.Cells for C++ API Reference
description: 'How to use YellowGreen method of Aspose::Cells::Color class in C++.'
type: docs
-weight: 6000
+weight: 6400
url: /cpp/aspose.cells/color/yellowgreen/
---
## Color::YellowGreen method
diff --git a/english/cpp/aspose.cells/copyoptions/_impl/_index.md b/english/cpp/aspose.cells/copyoptions/_impl/_index.md
index 19af6e75ae7..5af7d29a875 100644
--- a/english/cpp/aspose.cells/copyoptions/_impl/_index.md
+++ b/english/cpp/aspose.cells/copyoptions/_impl/_index.md
@@ -4,7 +4,7 @@ linktitle: _impl
second_title: Aspose.Cells for C++ API Reference
description: 'Aspose::Cells::CopyOptions::_impl field. The implementation object in C++.'
type: docs
-weight: 2000
+weight: 2200
url: /cpp/aspose.cells/copyoptions/_impl/
---
## _impl field
diff --git a/english/cpp/aspose.cells/copyoptions/_index.md b/english/cpp/aspose.cells/copyoptions/_index.md
index 996ac3777fd..87845f78574 100644
--- a/english/cpp/aspose.cells/copyoptions/_index.md
+++ b/english/cpp/aspose.cells/copyoptions/_index.md
@@ -30,6 +30,7 @@ class CopyOptions
| [GetKeepMacros()](./getkeepmacros/) | Indicates whether keeping macros;. |
| [GetReferToDestinationSheet()](./getrefertodestinationsheet/) | When copying the range in the same file and the chart refers to the source sheet, False means the copied chart's data source will not be changed. True means the copied chart's data source refers to the destination sheet. |
| [GetReferToSheetWithSameName()](./getrefertosheetwithsamename/) | In ms excel, when copying formulas which refer to other worksheets while copying a worksheet to another one, the copied formulas should refer to source workbook. However, for some situations user may need the copied formulas refer to worksheets with the same name in the same workbook, such as when those worksheets have been copied before this copy operation, then this property should be kept as true. |
+| [GetUpdateInvalidReferencesToTargetSheet()](./getupdateinvalidreferencestotargetsheet/) | Indicates whether to refer to target worksheet if the referred worksheet is not copied. |
| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. |
| explicit [operator bool()](./operator_bool/) const | operator bool() |
| [operator=(const CopyOptions\& src)](./operator_asm/) | operator= |
@@ -40,6 +41,7 @@ class CopyOptions
| [SetKeepMacros(bool value)](./setkeepmacros/) | Indicates whether keeping macros;. |
| [SetReferToDestinationSheet(bool value)](./setrefertodestinationsheet/) | When copying the range in the same file and the chart refers to the source sheet, False means the copied chart's data source will not be changed. True means the copied chart's data source refers to the destination sheet. |
| [SetReferToSheetWithSameName(bool value)](./setrefertosheetwithsamename/) | In ms excel, when copying formulas which refer to other worksheets while copying a worksheet to another one, the copied formulas should refer to source workbook. However, for some situations user may need the copied formulas refer to worksheets with the same name in the same workbook, such as when those worksheets have been copied before this copy operation, then this property should be kept as true. |
+| [SetUpdateInvalidReferencesToTargetSheet(bool value)](./setupdateinvalidreferencestotargetsheet/) | Indicates whether to refer to target worksheet if the referred worksheet is not copied. |
| [~CopyOptions()](./~copyoptions/) | Destructor. |
## Fields
diff --git a/english/cpp/aspose.cells/copyoptions/getupdateinvalidreferencestotargetsheet/_index.md b/english/cpp/aspose.cells/copyoptions/getupdateinvalidreferencestotargetsheet/_index.md
new file mode 100644
index 00000000000..50c7e9a2155
--- /dev/null
+++ b/english/cpp/aspose.cells/copyoptions/getupdateinvalidreferencestotargetsheet/_index.md
@@ -0,0 +1,28 @@
+---
+title: Aspose::Cells::CopyOptions::GetUpdateInvalidReferencesToTargetSheet method
+linktitle: GetUpdateInvalidReferencesToTargetSheet
+second_title: Aspose.Cells for C++ API Reference
+description: 'Aspose::Cells::CopyOptions::GetUpdateInvalidReferencesToTargetSheet method. Indicates whether to refer to target worksheet if the referred worksheet is not copied in C++.'
+type: docs
+weight: 2000
+url: /cpp/aspose.cells/copyoptions/getupdateinvalidreferencestotargetsheet/
+---
+## CopyOptions::GetUpdateInvalidReferencesToTargetSheet method
+
+
+Indicates whether to refer to target worksheet if the referred worksheet is not copied.
+
+```cpp
+bool Aspose::Cells::CopyOptions::GetUpdateInvalidReferencesToTargetSheet()
+```
+
+## Remarks
+
+
+Only works when copying range or worksheet from another obook.
+## See Also
+
+* Class [Vector](../../vector/)
+* Class [CopyOptions](../)
+* Namespace [Aspose::Cells](../../)
+* Library [Aspose.Cells for C++](../../../)
diff --git a/english/cpp/aspose.cells/copyoptions/setupdateinvalidreferencestotargetsheet/_index.md b/english/cpp/aspose.cells/copyoptions/setupdateinvalidreferencestotargetsheet/_index.md
new file mode 100644
index 00000000000..0e61295b4b8
--- /dev/null
+++ b/english/cpp/aspose.cells/copyoptions/setupdateinvalidreferencestotargetsheet/_index.md
@@ -0,0 +1,28 @@
+---
+title: Aspose::Cells::CopyOptions::SetUpdateInvalidReferencesToTargetSheet method
+linktitle: SetUpdateInvalidReferencesToTargetSheet
+second_title: Aspose.Cells for C++ API Reference
+description: 'Aspose::Cells::CopyOptions::SetUpdateInvalidReferencesToTargetSheet method. Indicates whether to refer to target worksheet if the referred worksheet is not copied in C++.'
+type: docs
+weight: 2100
+url: /cpp/aspose.cells/copyoptions/setupdateinvalidreferencestotargetsheet/
+---
+## CopyOptions::SetUpdateInvalidReferencesToTargetSheet method
+
+
+Indicates whether to refer to target worksheet if the referred worksheet is not copied.
+
+```cpp
+void Aspose::Cells::CopyOptions::SetUpdateInvalidReferencesToTargetSheet(bool value)
+```
+
+## Remarks
+
+
+Only works when copying range or worksheet from another obook.
+## See Also
+
+* Class [Vector](../../vector/)
+* Class [CopyOptions](../)
+* Namespace [Aspose::Cells](../../)
+* Library [Aspose.Cells for C++](../../../)
diff --git a/english/cpp/aspose.cells/date/_index.md b/english/cpp/aspose.cells/date/_index.md
index 56ba64ac953..02cf528c4c7 100644
--- a/english/cpp/aspose.cells/date/_index.md
+++ b/english/cpp/aspose.cells/date/_index.md
@@ -4,7 +4,7 @@ linktitle: Date
second_title: Aspose.Cells for C++ API Reference
description: 'Aspose::Cells::Date struct. Represents a date and time in C++.'
type: docs
-weight: 28500
+weight: 28800
url: /cpp/aspose.cells/date/
---
## Date struct
@@ -16,17 +16,49 @@ Represents a date and time.
struct Date
```
+## Methods
+
+| Method | Description |
+| --- | --- |
+| [AddDays(double days)](./adddays/) const | Returns a new [Date](./) that adds the specified number of days. |
+| [AddHours(double hours)](./addhours/) const | Returns a new [Date](./) that adds the specified number of hours. |
+| [AddMilliseconds(double ms)](./addmilliseconds/) const | Returns a new [Date](./) that adds the specified number of milliseconds. |
+| [AddMinutes(double minutes)](./addminutes/) const | Returns a new [Date](./) that adds the specified number of minutes. |
+| [AddMonths(int32_t months)](./addmonths/) const | Returns a new [Date](./) that adds the specified number of months. |
+| [AddSeconds(double seconds)](./addseconds/) const | Returns a new [Date](./) that adds the specified number of seconds. |
+| [AddYears(int32_t years)](./addyears/) const | Returns a new [Date](./) that adds the specified number of years. |
+| [DayOfWeek()](./dayofweek/) const | Gets the day of the week for this date. |
+| static [FromEpochMillisecondsUTC(int64_t ms)](./fromepochmillisecondsutc/) | Creates a [Date](./) from Unix epoch milliseconds (UTC). |
+| static [Now()](./now/) | Gets the current local date and time. |
+| static [NowUTC()](./nowutc/) | Gets the current UTC date and time. |
+| [operator!=(const Date\& other)](./operator!_asm/) const | Determines whether two [Date](./) instances represent different points in time. |
+| [operator+(const Duration\& ts)](./operator+/) const | Adds a time interval to the current [Date](./). |
+| [operator-(const Duration\& ts)](./operator-/) const | Subtracts a time interval from the current [Date](./). |
+| [operator-(const Date\& other)](./operator-/) const | Computes the difference between two [Date](./) instances. |
+| [operator<(const Date\& other)](./operator_lt/) const | Determines whether this instance is earlier than another [Date](./). |
+| [operator<=(const Date\& other)](./operator_lt_asm/) const | Determines whether this instance is earlier than or equal to another [Date](./). |
+| [operator==(const Date\& other)](./operator_asm_asm/) const | Determines whether two [Date](./) instances represent the same point in time. |
+| [operator>(const Date\& other)](./operator_gt/) const | Determines whether this instance is later than another [Date](./). |
+| [operator>=(const Date\& other)](./operator_gt_asm/) const | Determines whether this instance is later than or equal to another [Date](./). |
+| static [Parse(const U16String\& str)](./parse/) | Parses a string into a [Date](./) using default format rules. |
+| static [Parse(const U16String\& str, const U16String\& format)](./parse/) | Parses a string into a [Date](./) using a specified format. |
+| [ToEpochMillisecondsUTC()](./toepochmillisecondsutc/) const | Converts this [Date](./) to Unix epoch time in milliseconds (UTC). |
+| [ToLocal()](./tolocal/) const | Converts this [Date](./) to local system time. |
+| [ToString()](./tostring/) const | Converts this [Date](./) to its default string representation. |
+| [ToString(const U16String\& format)](./tostring/) const | Converts this [Date](./) to a string using the specified format. |
+| [ToUTC()](./toutc/) const | Converts this [Date](./) to Coordinated Universal Time (UTC). |
## Fields
| Field | Description |
| --- | --- |
-| [day](./day/) | |
-| [hour](./hour/) | |
-| [millisecond](./millisecond/) | |
-| [minute](./minute/) | |
-| [month](./month/) | |
-| [second](./second/) | |
-| [year](./year/) | |
+| [dateKind](./datekind/) | Specifies whether the time is local, UTC, or unspecified. Default value is Unspecified. |
+| [day](./day/) | Day component (1-31). |
+| [hour](./hour/) | Hour component (0-23). |
+| [millisecond](./millisecond/) | Millisecond component (0-999). |
+| [minute](./minute/) | Minute component (0-59). |
+| [month](./month/) | Month component (1-12). |
+| [second](./second/) | Second component (0-59). |
+| [year](./year/) | Year component (1-9999). |
## See Also
* Namespace [Aspose::Cells](../)
diff --git a/english/cpp/aspose.cells/date/adddays/_index.md b/english/cpp/aspose.cells/date/adddays/_index.md
new file mode 100644
index 00000000000..34afa9787d7
--- /dev/null
+++ b/english/cpp/aspose.cells/date/adddays/_index.md
@@ -0,0 +1,23 @@
+---
+title: Aspose::Cells::Date::AddDays method
+linktitle: AddDays
+second_title: Aspose.Cells for C++ API Reference
+description: 'Aspose::Cells::Date::AddDays method. Returns a new Date that adds the specified number of days in C++.'
+type: docs
+weight: 1000
+url: /cpp/aspose.cells/date/adddays/
+---
+## Date::AddDays method
+
+
+Returns a new [Date](../) that adds the specified number of days.
+
+```cpp
+Date Aspose::Cells::Date::AddDays(double days) const
+```
+
+## See Also
+
+* Class [Vector](../../vector/)
+* Namespace [Aspose::Cells](../../)
+* Library [Aspose.Cells for C++](../../../)
diff --git a/english/cpp/aspose.cells/date/addhours/_index.md b/english/cpp/aspose.cells/date/addhours/_index.md
new file mode 100644
index 00000000000..c5cb3852afb
--- /dev/null
+++ b/english/cpp/aspose.cells/date/addhours/_index.md
@@ -0,0 +1,23 @@
+---
+title: Aspose::Cells::Date::AddHours method
+linktitle: AddHours
+second_title: Aspose.Cells for C++ API Reference
+description: 'Aspose::Cells::Date::AddHours method. Returns a new Date that adds the specified number of hours in C++.'
+type: docs
+weight: 1300
+url: /cpp/aspose.cells/date/addhours/
+---
+## Date::AddHours method
+
+
+Returns a new [Date](../) that adds the specified number of hours.
+
+```cpp
+Date Aspose::Cells::Date::AddHours(double hours) const
+```
+
+## See Also
+
+* Class [Vector](../../vector/)
+* Namespace [Aspose::Cells](../../)
+* Library [Aspose.Cells for C++](../../../)
diff --git a/english/cpp/aspose.cells/date/addmilliseconds/_index.md b/english/cpp/aspose.cells/date/addmilliseconds/_index.md
new file mode 100644
index 00000000000..e7a7150c71b
--- /dev/null
+++ b/english/cpp/aspose.cells/date/addmilliseconds/_index.md
@@ -0,0 +1,23 @@
+---
+title: Aspose::Cells::Date::AddMilliseconds method
+linktitle: AddMilliseconds
+second_title: Aspose.Cells for C++ API Reference
+description: 'Aspose::Cells::Date::AddMilliseconds method. Returns a new Date that adds the specified number of milliseconds in C++.'
+type: docs
+weight: 1600
+url: /cpp/aspose.cells/date/addmilliseconds/
+---
+## Date::AddMilliseconds method
+
+
+Returns a new [Date](../) that adds the specified number of milliseconds.
+
+```cpp
+Date Aspose::Cells::Date::AddMilliseconds(double ms) const
+```
+
+## See Also
+
+* Class [Vector](../../vector/)
+* Namespace [Aspose::Cells](../../)
+* Library [Aspose.Cells for C++](../../../)
diff --git a/english/cpp/aspose.cells/date/addminutes/_index.md b/english/cpp/aspose.cells/date/addminutes/_index.md
new file mode 100644
index 00000000000..8c5c4bbc398
--- /dev/null
+++ b/english/cpp/aspose.cells/date/addminutes/_index.md
@@ -0,0 +1,23 @@
+---
+title: Aspose::Cells::Date::AddMinutes method
+linktitle: AddMinutes
+second_title: Aspose.Cells for C++ API Reference
+description: 'Aspose::Cells::Date::AddMinutes method. Returns a new Date that adds the specified number of minutes in C++.'
+type: docs
+weight: 1400
+url: /cpp/aspose.cells/date/addminutes/
+---
+## Date::AddMinutes method
+
+
+Returns a new [Date](../) that adds the specified number of minutes.
+
+```cpp
+Date Aspose::Cells::Date::AddMinutes(double minutes) const
+```
+
+## See Also
+
+* Class [Vector](../../vector/)
+* Namespace [Aspose::Cells](../../)
+* Library [Aspose.Cells for C++](../../../)
diff --git a/english/cpp/aspose.cells/date/addmonths/_index.md b/english/cpp/aspose.cells/date/addmonths/_index.md
new file mode 100644
index 00000000000..e204d053b2e
--- /dev/null
+++ b/english/cpp/aspose.cells/date/addmonths/_index.md
@@ -0,0 +1,23 @@
+---
+title: Aspose::Cells::Date::AddMonths method
+linktitle: AddMonths
+second_title: Aspose.Cells for C++ API Reference
+description: 'Aspose::Cells::Date::AddMonths method. Returns a new Date that adds the specified number of months in C++.'
+type: docs
+weight: 1100
+url: /cpp/aspose.cells/date/addmonths/
+---
+## Date::AddMonths method
+
+
+Returns a new [Date](../) that adds the specified number of months.
+
+```cpp
+Date Aspose::Cells::Date::AddMonths(int32_t months) const
+```
+
+## See Also
+
+* Class [Vector](../../vector/)
+* Namespace [Aspose::Cells](../../)
+* Library [Aspose.Cells for C++](../../../)
diff --git a/english/cpp/aspose.cells/date/addseconds/_index.md b/english/cpp/aspose.cells/date/addseconds/_index.md
new file mode 100644
index 00000000000..c0b18dfa535
--- /dev/null
+++ b/english/cpp/aspose.cells/date/addseconds/_index.md
@@ -0,0 +1,23 @@
+---
+title: Aspose::Cells::Date::AddSeconds method
+linktitle: AddSeconds
+second_title: Aspose.Cells for C++ API Reference
+description: 'Aspose::Cells::Date::AddSeconds method. Returns a new Date that adds the specified number of seconds in C++.'
+type: docs
+weight: 1500
+url: /cpp/aspose.cells/date/addseconds/
+---
+## Date::AddSeconds method
+
+
+Returns a new [Date](../) that adds the specified number of seconds.
+
+```cpp
+Date Aspose::Cells::Date::AddSeconds(double seconds) const
+```
+
+## See Also
+
+* Class [Vector](../../vector/)
+* Namespace [Aspose::Cells](../../)
+* Library [Aspose.Cells for C++](../../../)
diff --git a/english/cpp/aspose.cells/date/addyears/_index.md b/english/cpp/aspose.cells/date/addyears/_index.md
new file mode 100644
index 00000000000..dea6270b42c
--- /dev/null
+++ b/english/cpp/aspose.cells/date/addyears/_index.md
@@ -0,0 +1,23 @@
+---
+title: Aspose::Cells::Date::AddYears method
+linktitle: AddYears
+second_title: Aspose.Cells for C++ API Reference
+description: 'Aspose::Cells::Date::AddYears method. Returns a new Date that adds the specified number of years in C++.'
+type: docs
+weight: 1200
+url: /cpp/aspose.cells/date/addyears/
+---
+## Date::AddYears method
+
+
+Returns a new [Date](../) that adds the specified number of years.
+
+```cpp
+Date Aspose::Cells::Date::AddYears(int32_t years) const
+```
+
+## See Also
+
+* Class [Vector](../../vector/)
+* Namespace [Aspose::Cells](../../)
+* Library [Aspose.Cells for C++](../../../)
diff --git a/english/cpp/aspose.cells/date/datekind/_index.md b/english/cpp/aspose.cells/date/datekind/_index.md
new file mode 100644
index 00000000000..c02e1d2012f
--- /dev/null
+++ b/english/cpp/aspose.cells/date/datekind/_index.md
@@ -0,0 +1,22 @@
+---
+title: Aspose::Cells::Date::dateKind field
+linktitle: dateKind
+second_title: Aspose.Cells for C++ API Reference
+description: 'Aspose::Cells::Date::dateKind field. Specifies whether the time is local, UTC, or unspecified. Default value is Unspecified in C++.'
+type: docs
+weight: 3200
+url: /cpp/aspose.cells/date/datekind/
+---
+## dateKind field
+
+
+Specifies whether the time is local, UTC, or unspecified. Default value is Unspecified.
+
+```cpp
+DateKind Aspose::Cells::Date::dateKind
+```
+
+## See Also
+
+* Namespace [Aspose::Cells](../../)
+* Library [Aspose.Cells for C++](../../../)
diff --git a/english/cpp/aspose.cells/date/day/_index.md b/english/cpp/aspose.cells/date/day/_index.md
index 2ac5fca78bf..ba102c74e76 100644
--- a/english/cpp/aspose.cells/date/day/_index.md
+++ b/english/cpp/aspose.cells/date/day/_index.md
@@ -2,15 +2,15 @@
title: Aspose::Cells::Date::day field
linktitle: day
second_title: Aspose.Cells for C++ API Reference
-description: 'How to use day field of Aspose::Cells::Date class in C++.'
+description: 'Aspose::Cells::Date::day field. Day component (1-31) in C++.'
type: docs
-weight: 300
+weight: 2700
url: /cpp/aspose.cells/date/day/
---
## day field
-
+Day component (1-31).
```cpp
int32_t Aspose::Cells::Date::day
diff --git a/english/cpp/aspose.cells/date/dayofweek/_index.md b/english/cpp/aspose.cells/date/dayofweek/_index.md
new file mode 100644
index 00000000000..c0345107350
--- /dev/null
+++ b/english/cpp/aspose.cells/date/dayofweek/_index.md
@@ -0,0 +1,28 @@
+---
+title: Aspose::Cells::Date::DayOfWeek method
+linktitle: DayOfWeek
+second_title: Aspose.Cells for C++ API Reference
+description: 'Aspose::Cells::Date::DayOfWeek method. Gets the day of the week for this date in C++.'
+type: docs
+weight: 900
+url: /cpp/aspose.cells/date/dayofweek/
+---
+## Date::DayOfWeek method
+
+
+Gets the day of the week for this date.
+
+```cpp
+Weekday Aspose::Cells::Date::DayOfWeek() const
+```
+
+
+## ReturnValue
+
+A Weekday value (Sunday to Saturday).
+
+## See Also
+
+* Enum [Weekday](../../weekday/)
+* Namespace [Aspose::Cells](../../)
+* Library [Aspose.Cells for C++](../../../)
diff --git a/english/cpp/aspose.cells/date/fromepochmillisecondsutc/_index.md b/english/cpp/aspose.cells/date/fromepochmillisecondsutc/_index.md
new file mode 100644
index 00000000000..181ea74f763
--- /dev/null
+++ b/english/cpp/aspose.cells/date/fromepochmillisecondsutc/_index.md
@@ -0,0 +1,32 @@
+---
+title: Aspose::Cells::Date::FromEpochMillisecondsUTC method
+linktitle: FromEpochMillisecondsUTC
+second_title: Aspose.Cells for C++ API Reference
+description: 'Aspose::Cells::Date::FromEpochMillisecondsUTC method. Creates a Date from Unix epoch milliseconds (UTC) in C++.'
+type: docs
+weight: 2100
+url: /cpp/aspose.cells/date/fromepochmillisecondsutc/
+---
+## Date::FromEpochMillisecondsUTC method
+
+
+Creates a [Date](../) from Unix epoch milliseconds (UTC).
+
+```cpp
+static Date Aspose::Cells::Date::FromEpochMillisecondsUTC(int64_t ms)
+```
+
+
+| Parameter | Type | Description |
+| --- | --- | --- |
+| ms | int64_t | Milliseconds since Unix epoch. |
+
+## ReturnValue
+
+A [Date](../) in UTC.
+
+## See Also
+
+* Class [Vector](../../vector/)
+* Namespace [Aspose::Cells](../../)
+* Library [Aspose.Cells for C++](../../../)
diff --git a/english/cpp/aspose.cells/date/hour/_index.md b/english/cpp/aspose.cells/date/hour/_index.md
index c0ee1cca994..0937a9e68a2 100644
--- a/english/cpp/aspose.cells/date/hour/_index.md
+++ b/english/cpp/aspose.cells/date/hour/_index.md
@@ -2,15 +2,15 @@
title: Aspose::Cells::Date::hour field
linktitle: hour
second_title: Aspose.Cells for C++ API Reference
-description: 'How to use hour field of Aspose::Cells::Date class in C++.'
+description: 'Aspose::Cells::Date::hour field. Hour component (0-23) in C++.'
type: docs
-weight: 400
+weight: 2800
url: /cpp/aspose.cells/date/hour/
---
## hour field
-
+Hour component (0-23).
```cpp
int32_t Aspose::Cells::Date::hour
diff --git a/english/cpp/aspose.cells/date/millisecond/_index.md b/english/cpp/aspose.cells/date/millisecond/_index.md
index 304b7618225..494b023bb03 100644
--- a/english/cpp/aspose.cells/date/millisecond/_index.md
+++ b/english/cpp/aspose.cells/date/millisecond/_index.md
@@ -2,15 +2,15 @@
title: Aspose::Cells::Date::millisecond field
linktitle: millisecond
second_title: Aspose.Cells for C++ API Reference
-description: 'How to use millisecond field of Aspose::Cells::Date class in C++.'
+description: 'Aspose::Cells::Date::millisecond field. Millisecond component (0-999) in C++.'
type: docs
-weight: 700
+weight: 3100
url: /cpp/aspose.cells/date/millisecond/
---
## millisecond field
-
+Millisecond component (0-999).
```cpp
int32_t Aspose::Cells::Date::millisecond
diff --git a/english/cpp/aspose.cells/date/minute/_index.md b/english/cpp/aspose.cells/date/minute/_index.md
index e1fb1435884..2a36bf78d24 100644
--- a/english/cpp/aspose.cells/date/minute/_index.md
+++ b/english/cpp/aspose.cells/date/minute/_index.md
@@ -2,15 +2,15 @@
title: Aspose::Cells::Date::minute field
linktitle: minute
second_title: Aspose.Cells for C++ API Reference
-description: 'How to use minute field of Aspose::Cells::Date class in C++.'
+description: 'Aspose::Cells::Date::minute field. Minute component (0-59) in C++.'
type: docs
-weight: 500
+weight: 2900
url: /cpp/aspose.cells/date/minute/
---
## minute field
-
+Minute component (0-59).
```cpp
int32_t Aspose::Cells::Date::minute
diff --git a/english/cpp/aspose.cells/date/month/_index.md b/english/cpp/aspose.cells/date/month/_index.md
index 0f9148ffdf9..feeddc307cf 100644
--- a/english/cpp/aspose.cells/date/month/_index.md
+++ b/english/cpp/aspose.cells/date/month/_index.md
@@ -2,15 +2,15 @@
title: Aspose::Cells::Date::month field
linktitle: month
second_title: Aspose.Cells for C++ API Reference
-description: 'How to use month field of Aspose::Cells::Date class in C++.'
+description: 'Aspose::Cells::Date::month field. Month component (1-12) in C++.'
type: docs
-weight: 200
+weight: 2600
url: /cpp/aspose.cells/date/month/
---
## month field
-
+Month component (1-12).
```cpp
int32_t Aspose::Cells::Date::month
diff --git a/english/cpp/aspose.cells/date/now/_index.md b/english/cpp/aspose.cells/date/now/_index.md
new file mode 100644
index 00000000000..ead77f7e4c8
--- /dev/null
+++ b/english/cpp/aspose.cells/date/now/_index.md
@@ -0,0 +1,22 @@
+---
+title: Aspose::Cells::Date::Now method
+linktitle: Now
+second_title: Aspose.Cells for C++ API Reference
+description: 'Aspose::Cells::Date::Now method. Gets the current local date and time in C++.'
+type: docs
+weight: 2300
+url: /cpp/aspose.cells/date/now/
+---
+## Date::Now method
+
+
+Gets the current local date and time.
+
+```cpp
+static Date Aspose::Cells::Date::Now()
+```
+
+## See Also
+
+* Namespace [Aspose::Cells](../../)
+* Library [Aspose.Cells for C++](../../../)
diff --git a/english/cpp/aspose.cells/date/nowutc/_index.md b/english/cpp/aspose.cells/date/nowutc/_index.md
new file mode 100644
index 00000000000..db6fa384806
--- /dev/null
+++ b/english/cpp/aspose.cells/date/nowutc/_index.md
@@ -0,0 +1,22 @@
+---
+title: Aspose::Cells::Date::NowUTC method
+linktitle: NowUTC
+second_title: Aspose.Cells for C++ API Reference
+description: 'Aspose::Cells::Date::NowUTC method. Gets the current UTC date and time in C++.'
+type: docs
+weight: 2400
+url: /cpp/aspose.cells/date/nowutc/
+---
+## Date::NowUTC method
+
+
+Gets the current UTC date and time.
+
+```cpp
+static Date Aspose::Cells::Date::NowUTC()
+```
+
+## See Also
+
+* Namespace [Aspose::Cells](../../)
+* Library [Aspose.Cells for C++](../../../)
diff --git a/english/cpp/aspose.cells/date/operator!_asm/_index.md b/english/cpp/aspose.cells/date/operator!_asm/_index.md
new file mode 100644
index 00000000000..118b15fc57b
--- /dev/null
+++ b/english/cpp/aspose.cells/date/operator!_asm/_index.md
@@ -0,0 +1,23 @@
+---
+title: Aspose::Cells::Date::operator!= method
+linktitle: operator!=
+second_title: Aspose.Cells for C++ API Reference
+description: 'Aspose::Cells::Date::operator!= method. Determines whether two Date instances represent different points in time in C++.'
+type: docs
+weight: 600
+url: /cpp/aspose.cells/date/operator!_asm/
+---
+## Date::operator!= method
+
+
+Determines whether two [Date](../) instances represent different points in time.
+
+```cpp
+bool Aspose::Cells::Date::operator!=(const Date &other) const
+```
+
+## See Also
+
+* Class [Vector](../../vector/)
+* Namespace [Aspose::Cells](../../)
+* Library [Aspose.Cells for C++](../../../)
diff --git a/english/cpp/aspose.cells/date/operator+/_index.md b/english/cpp/aspose.cells/date/operator+/_index.md
new file mode 100644
index 00000000000..997a479398f
--- /dev/null
+++ b/english/cpp/aspose.cells/date/operator+/_index.md
@@ -0,0 +1,32 @@
+---
+title: Aspose::Cells::Date::operator+ method
+linktitle: operator+
+second_title: Aspose.Cells for C++ API Reference
+description: 'Aspose::Cells::Date::operator+ method. Adds a time interval to the current Date in C++.'
+type: docs
+weight: 700
+url: /cpp/aspose.cells/date/operator+/
+---
+## Date::operator+ method
+
+
+Adds a time interval to the current [Date](../).
+
+```cpp
+Date Aspose::Cells::Date::operator+(const Duration &ts) const
+```
+
+
+| Parameter | Type | Description |
+| --- | --- | --- |
+| ts | const Duration\& | The [Duration](../../duration/) to add. |
+
+## ReturnValue
+
+A new [Date](../) with the applied offset.
+
+## See Also
+
+* Class [Vector](../../vector/)
+* Namespace [Aspose::Cells](../../)
+* Library [Aspose.Cells for C++](../../../)
diff --git a/english/cpp/aspose.cells/date/operator-/_index.md b/english/cpp/aspose.cells/date/operator-/_index.md
new file mode 100644
index 00000000000..79b7fef97a4
--- /dev/null
+++ b/english/cpp/aspose.cells/date/operator-/_index.md
@@ -0,0 +1,55 @@
+---
+title: Aspose::Cells::Date::operator- method
+linktitle: operator-
+second_title: Aspose.Cells for C++ API Reference
+description: 'Aspose::Cells::Date::operator- method. Subtracts a time interval from the current Date in C++.'
+type: docs
+weight: 800
+url: /cpp/aspose.cells/date/operator-/
+---
+## Date::operator-(const Duration\&) const method
+
+
+Subtracts a time interval from the current [Date](../).
+
+```cpp
+Date Aspose::Cells::Date::operator-(const Duration &ts) const
+```
+
+
+| Parameter | Type | Description |
+| --- | --- | --- |
+| ts | const Duration\& | The [Duration](../../duration/) to subtract. |
+
+## ReturnValue
+
+A new [Date](../) with the applied offset.
+
+## See Also
+
+* Class [Vector](../../vector/)
+* Namespace [Aspose::Cells](../../)
+* Library [Aspose.Cells for C++](../../../)
+## Date::operator-(const Date\&) const method
+
+
+Computes the difference between two [Date](../) instances.
+
+```cpp
+Duration Aspose::Cells::Date::operator-(const Date &other) const
+```
+
+
+| Parameter | Type | Description |
+| --- | --- | --- |
+| other | const Date\& | The other [Date](../). |
+
+## ReturnValue
+
+A [Duration](../../duration/) representing the interval between the two dates.
+
+## See Also
+
+* Class [Vector](../../vector/)
+* Namespace [Aspose::Cells](../../)
+* Library [Aspose.Cells for C++](../../../)
diff --git a/english/cpp/aspose.cells/date/operator_asm_asm/_index.md b/english/cpp/aspose.cells/date/operator_asm_asm/_index.md
new file mode 100644
index 00000000000..dfb002d63d3
--- /dev/null
+++ b/english/cpp/aspose.cells/date/operator_asm_asm/_index.md
@@ -0,0 +1,23 @@
+---
+title: Aspose::Cells::Date::operator== method
+linktitle: operator==
+second_title: Aspose.Cells for C++ API Reference
+description: 'Aspose::Cells::Date::operator== method. Determines whether two Date instances represent the same point in time in C++.'
+type: docs
+weight: 500
+url: /cpp/aspose.cells/date/operator_asm_asm/
+---
+## Date::operator== method
+
+
+Determines whether two [Date](../) instances represent the same point in time.
+
+```cpp
+bool Aspose::Cells::Date::operator==(const Date &other) const
+```
+
+## See Also
+
+* Class [Vector](../../vector/)
+* Namespace [Aspose::Cells](../../)
+* Library [Aspose.Cells for C++](../../../)
diff --git a/english/cpp/aspose.cells/date/operator_gt/_index.md b/english/cpp/aspose.cells/date/operator_gt/_index.md
new file mode 100644
index 00000000000..37610761e44
--- /dev/null
+++ b/english/cpp/aspose.cells/date/operator_gt/_index.md
@@ -0,0 +1,23 @@
+---
+title: Aspose::Cells::Date::operator> method
+linktitle: operator>
+second_title: Aspose.Cells for C++ API Reference
+description: 'Aspose::Cells::Date::operator> method. Determines whether this instance is later than another Date in C++.'
+type: docs
+weight: 300
+url: /cpp/aspose.cells/date/operator_gt/
+---
+## Date::operator> method
+
+
+Determines whether this instance is later than another [Date](../).
+
+```cpp
+bool Aspose::Cells::Date::operator>(const Date &other) const
+```
+
+## See Also
+
+* Class [Vector](../../vector/)
+* Namespace [Aspose::Cells](../../)
+* Library [Aspose.Cells for C++](../../../)
diff --git a/english/cpp/aspose.cells/date/operator_gt_asm/_index.md b/english/cpp/aspose.cells/date/operator_gt_asm/_index.md
new file mode 100644
index 00000000000..0b1f6cfafa1
--- /dev/null
+++ b/english/cpp/aspose.cells/date/operator_gt_asm/_index.md
@@ -0,0 +1,23 @@
+---
+title: Aspose::Cells::Date::operator>= method
+linktitle: operator>=
+second_title: Aspose.Cells for C++ API Reference
+description: 'Aspose::Cells::Date::operator>= method. Determines whether this instance is later than or equal to another Date in C++.'
+type: docs
+weight: 400
+url: /cpp/aspose.cells/date/operator_gt_asm/
+---
+## Date::operator>= method
+
+
+Determines whether this instance is later than or equal to another [Date](../).
+
+```cpp
+bool Aspose::Cells::Date::operator>=(const Date &other) const
+```
+
+## See Also
+
+* Class [Vector](../../vector/)
+* Namespace [Aspose::Cells](../../)
+* Library [Aspose.Cells for C++](../../../)
diff --git a/english/cpp/aspose.cells/date/operator_lt/_index.md b/english/cpp/aspose.cells/date/operator_lt/_index.md
new file mode 100644
index 00000000000..764061264fc
--- /dev/null
+++ b/english/cpp/aspose.cells/date/operator_lt/_index.md
@@ -0,0 +1,23 @@
+---
+title: Aspose::Cells::Date::operator< method
+linktitle: operator<
+second_title: Aspose.Cells for C++ API Reference
+description: 'Aspose::Cells::Date::operator< method. Determines whether this instance is earlier than another Date in C++.'
+type: docs
+weight: 100
+url: /cpp/aspose.cells/date/operator_lt/
+---
+## Date::operator< method
+
+
+Determines whether this instance is earlier than another [Date](../).
+
+```cpp
+bool Aspose::Cells::Date::operator<(const Date &other) const
+```
+
+## See Also
+
+* Class [Vector](../../vector/)
+* Namespace [Aspose::Cells](../../)
+* Library [Aspose.Cells for C++](../../../)
diff --git a/english/cpp/aspose.cells/date/operator_lt_asm/_index.md b/english/cpp/aspose.cells/date/operator_lt_asm/_index.md
new file mode 100644
index 00000000000..22d7bdf2d7a
--- /dev/null
+++ b/english/cpp/aspose.cells/date/operator_lt_asm/_index.md
@@ -0,0 +1,23 @@
+---
+title: Aspose::Cells::Date::operator<= method
+linktitle: operator<=
+second_title: Aspose.Cells for C++ API Reference
+description: 'Aspose::Cells::Date::operator<= method. Determines whether this instance is earlier than or equal to another Date in C++.'
+type: docs
+weight: 200
+url: /cpp/aspose.cells/date/operator_lt_asm/
+---
+## Date::operator<= method
+
+
+Determines whether this instance is earlier than or equal to another [Date](../).
+
+```cpp
+bool Aspose::Cells::Date::operator<=(const Date &other) const
+```
+
+## See Also
+
+* Class [Vector](../../vector/)
+* Namespace [Aspose::Cells](../../)
+* Library [Aspose.Cells for C++](../../../)
diff --git a/english/cpp/aspose.cells/date/parse/_index.md b/english/cpp/aspose.cells/date/parse/_index.md
new file mode 100644
index 00000000000..2fd36c7d988
--- /dev/null
+++ b/english/cpp/aspose.cells/date/parse/_index.md
@@ -0,0 +1,58 @@
+---
+title: Aspose::Cells::Date::Parse method
+linktitle: Parse
+second_title: Aspose.Cells for C++ API Reference
+description: 'Aspose::Cells::Date::Parse method. Parses a string into a Date using default format rules in C++.'
+type: docs
+weight: 2200
+url: /cpp/aspose.cells/date/parse/
+---
+## Date::Parse(const U16String\&) method
+
+
+Parses a string into a [Date](../) using default format rules.
+
+```cpp
+static Date Aspose::Cells::Date::Parse(const U16String &str)
+```
+
+
+| Parameter | Type | Description |
+| --- | --- | --- |
+| str | const U16String\& | Input string. |
+
+## ReturnValue
+
+A parsed [Date](../) instance.
+
+## See Also
+
+* Class [Vector](../../vector/)
+* Class [U16String](../../u16string/)
+* Namespace [Aspose::Cells](../../)
+* Library [Aspose.Cells for C++](../../../)
+## Date::Parse(const U16String\&, const U16String\&) method
+
+
+Parses a string into a [Date](../) using a specified format.
+
+```cpp
+static Date Aspose::Cells::Date::Parse(const U16String &str, const U16String &format)
+```
+
+
+| Parameter | Type | Description |
+| --- | --- | --- |
+| str | const U16String\& | Input string. |
+| format | const U16String\& | Format string. |
+
+## ReturnValue
+
+A parsed [Date](../) instance.
+
+## See Also
+
+* Class [Vector](../../vector/)
+* Class [U16String](../../u16string/)
+* Namespace [Aspose::Cells](../../)
+* Library [Aspose.Cells for C++](../../../)
diff --git a/english/cpp/aspose.cells/date/second/_index.md b/english/cpp/aspose.cells/date/second/_index.md
index 214ce2d67c2..4cc5129e5e2 100644
--- a/english/cpp/aspose.cells/date/second/_index.md
+++ b/english/cpp/aspose.cells/date/second/_index.md
@@ -2,15 +2,15 @@
title: Aspose::Cells::Date::second field
linktitle: second
second_title: Aspose.Cells for C++ API Reference
-description: 'How to use second field of Aspose::Cells::Date class in C++.'
+description: 'Aspose::Cells::Date::second field. Second component (0-59) in C++.'
type: docs
-weight: 600
+weight: 3000
url: /cpp/aspose.cells/date/second/
---
## second field
-
+Second component (0-59).
```cpp
int32_t Aspose::Cells::Date::second
diff --git a/english/cpp/aspose.cells/date/toepochmillisecondsutc/_index.md b/english/cpp/aspose.cells/date/toepochmillisecondsutc/_index.md
new file mode 100644
index 00000000000..7d8ef6bcdb3
--- /dev/null
+++ b/english/cpp/aspose.cells/date/toepochmillisecondsutc/_index.md
@@ -0,0 +1,28 @@
+---
+title: Aspose::Cells::Date::ToEpochMillisecondsUTC method
+linktitle: ToEpochMillisecondsUTC
+second_title: Aspose.Cells for C++ API Reference
+description: 'Aspose::Cells::Date::ToEpochMillisecondsUTC method. Converts this Date to Unix epoch time in milliseconds (UTC) in C++.'
+type: docs
+weight: 1900
+url: /cpp/aspose.cells/date/toepochmillisecondsutc/
+---
+## Date::ToEpochMillisecondsUTC method
+
+
+Converts this [Date](../) to Unix epoch time in milliseconds (UTC).
+
+```cpp
+int64_t Aspose::Cells::Date::ToEpochMillisecondsUTC() const
+```
+
+
+## ReturnValue
+
+Milliseconds since 1970-01-01T00:00:00Z.
+
+## See Also
+
+* Class [Vector](../../vector/)
+* Namespace [Aspose::Cells](../../)
+* Library [Aspose.Cells for C++](../../../)
diff --git a/english/cpp/aspose.cells/date/tolocal/_index.md b/english/cpp/aspose.cells/date/tolocal/_index.md
new file mode 100644
index 00000000000..d7e64f9a1d7
--- /dev/null
+++ b/english/cpp/aspose.cells/date/tolocal/_index.md
@@ -0,0 +1,27 @@
+---
+title: Aspose::Cells::Date::ToLocal method
+linktitle: ToLocal
+second_title: Aspose.Cells for C++ API Reference
+description: 'Aspose::Cells::Date::ToLocal method. Converts this Date to local system time in C++.'
+type: docs
+weight: 1800
+url: /cpp/aspose.cells/date/tolocal/
+---
+## Date::ToLocal method
+
+
+Converts this [Date](../) to local system time.
+
+```cpp
+Date Aspose::Cells::Date::ToLocal() const
+```
+
+
+## ReturnValue
+
+A [Date](../) instance in local time.
+
+## See Also
+
+* Namespace [Aspose::Cells](../../)
+* Library [Aspose.Cells for C++](../../../)
diff --git a/english/cpp/aspose.cells/date/tostring/_index.md b/english/cpp/aspose.cells/date/tostring/_index.md
new file mode 100644
index 00000000000..e7d9ba110cb
--- /dev/null
+++ b/english/cpp/aspose.cells/date/tostring/_index.md
@@ -0,0 +1,52 @@
+---
+title: Aspose::Cells::Date::ToString method
+linktitle: ToString
+second_title: Aspose.Cells for C++ API Reference
+description: 'Aspose::Cells::Date::ToString method. Converts this Date to its default string representation in C++.'
+type: docs
+weight: 2000
+url: /cpp/aspose.cells/date/tostring/
+---
+## Date::ToString() const method
+
+
+Converts this [Date](../) to its default string representation.
+
+```cpp
+U16String Aspose::Cells::Date::ToString() const
+```
+
+
+## ReturnValue
+
+A formatted string.
+
+## See Also
+
+* Class [U16String](../../u16string/)
+* Namespace [Aspose::Cells](../../)
+* Library [Aspose.Cells for C++](../../../)
+## Date::ToString(const U16String\&) const method
+
+
+Converts this [Date](../) to a string using the specified format.
+
+```cpp
+U16String Aspose::Cells::Date::ToString(const U16String &format) const
+```
+
+
+| Parameter | Type | Description |
+| --- | --- | --- |
+| format | const U16String\& | Format string. |
+
+## ReturnValue
+
+A formatted string.
+
+## See Also
+
+* Class [U16String](../../u16string/)
+* Class [Vector](../../vector/)
+* Namespace [Aspose::Cells](../../)
+* Library [Aspose.Cells for C++](../../../)
diff --git a/english/cpp/aspose.cells/date/toutc/_index.md b/english/cpp/aspose.cells/date/toutc/_index.md
new file mode 100644
index 00000000000..8742c30a87d
--- /dev/null
+++ b/english/cpp/aspose.cells/date/toutc/_index.md
@@ -0,0 +1,27 @@
+---
+title: Aspose::Cells::Date::ToUTC method
+linktitle: ToUTC
+second_title: Aspose.Cells for C++ API Reference
+description: 'Aspose::Cells::Date::ToUTC method. Converts this Date to Coordinated Universal Time (UTC) in C++.'
+type: docs
+weight: 1700
+url: /cpp/aspose.cells/date/toutc/
+---
+## Date::ToUTC method
+
+
+Converts this [Date](../) to Coordinated Universal Time (UTC).
+
+```cpp
+Date Aspose::Cells::Date::ToUTC() const
+```
+
+
+## ReturnValue
+
+A [Date](../) instance in UTC.
+
+## See Also
+
+* Namespace [Aspose::Cells](../../)
+* Library [Aspose.Cells for C++](../../../)
diff --git a/english/cpp/aspose.cells/date/year/_index.md b/english/cpp/aspose.cells/date/year/_index.md
index e242deb1362..dd5d175b31f 100644
--- a/english/cpp/aspose.cells/date/year/_index.md
+++ b/english/cpp/aspose.cells/date/year/_index.md
@@ -2,15 +2,15 @@
title: Aspose::Cells::Date::year field
linktitle: year
second_title: Aspose.Cells for C++ API Reference
-description: 'How to use year field of Aspose::Cells::Date class in C++.'
+description: 'Aspose::Cells::Date::year field. Year component (1-9999) in C++.'
type: docs
-weight: 100
+weight: 2500
url: /cpp/aspose.cells/date/year/
---
## year field
-
+Year component (1-9999).
```cpp
int32_t Aspose::Cells::Date::year
diff --git a/english/cpp/aspose.cells/datekind/_index.md b/english/cpp/aspose.cells/datekind/_index.md
new file mode 100644
index 00000000000..9118e5125f8
--- /dev/null
+++ b/english/cpp/aspose.cells/datekind/_index.md
@@ -0,0 +1,30 @@
+---
+title: Aspose::Cells::DateKind enum
+linktitle: DateKind
+second_title: Aspose.Cells for C++ API Reference
+description: 'Aspose::Cells::DateKind enum. Specifies whether a Date object represents a local time, a Coordinated UTC Time (UTC), or is not specified as either local time or UTC in C++.'
+type: docs
+weight: 20000
+url: /cpp/aspose.cells/datekind/
+---
+## DateKind enum
+
+
+Specifies whether a [Date](../date/) object represents a local time, a Coordinated UTC Time (UTC), or is not specified as either local time or UTC.
+
+```cpp
+enum class DateKind
+```
+
+### Values
+
+| Name | Value | Description |
+| --- | --- | --- |
+| Unspecified | 0 |
The time represented is not specified as either local time or Coordinated Universal Time (UTC). |
+| Utc | 1 |
The time represented is UTC. |
+| Local | 2 |
The time represented is local time. |
+
+## See Also
+
+* Namespace [Aspose::Cells](../)
+* Library [Aspose.Cells for C++](../../)
diff --git a/english/cpp/aspose.cells/duration/_index.md b/english/cpp/aspose.cells/duration/_index.md
new file mode 100644
index 00000000000..510b7856f9c
--- /dev/null
+++ b/english/cpp/aspose.cells/duration/_index.md
@@ -0,0 +1,64 @@
+---
+title: Aspose::Cells::Duration struct
+linktitle: Duration
+second_title: Aspose.Cells for C++ API Reference
+description: 'Aspose::Cells::Duration struct. Represents a time interval with a resolution of 100 nanoseconds (tick) in C++.'
+type: docs
+weight: 28900
+url: /cpp/aspose.cells/duration/
+---
+## Duration struct
+
+
+Represents a time interval with a resolution of 100 nanoseconds (tick).
+
+```cpp
+struct Duration
+```
+
+## Methods
+
+| Method | Description |
+| --- | --- |
+| [Duration(int64_t v)](./duration/) | Initializes a new instance from a tick value. |
+| [Duration(int hours, int minutes, int seconds)](./duration/) | Initializes a new instance from hours, minutes, and seconds. |
+| [Duration(int days, int hours, int minutes, int seconds)](./duration/) | Initializes a new instance from days, hours, minutes, and seconds. |
+| [Duration(int days, int hours, int minutes, int seconds, int milliseconds)](./duration/) | Initializes a new instance from days, hours, minutes, seconds, and milliseconds. |
+| static [FromDays(double value)](./fromdays/) | Creates a [Duration](./) from a specified number of days. |
+| static [FromMilliseconds(double value)](./frommilliseconds/) | Creates a [Duration](./) from a specified number of milliseconds. |
+| static [FromMinutes(double value)](./fromminutes/) | Creates a [Duration](./) from a specified number of minutes. |
+| static [FromSeconds(double value)](./fromseconds/) | Creates a [Duration](./) from a specified number of seconds. |
+| static [FromTicks(int64_t value)](./fromticks/) | Creates a [Duration](./) from a specified number of ticks. |
+| [GetDays()](./getdays/) const | Gets the day component of the time interval. |
+| [GetHours()](./gethours/) const | Gets the hour component (0-23). |
+| [GetMilliseconds()](./getmilliseconds/) const | Gets the millisecond component (0-999). |
+| [GetMinutes()](./getminutes/) const | Gets the minute component (0-59). |
+| [GetSeconds()](./getseconds/) const | Gets the second component (0-59). |
+| [GetTicks()](./getticks/) const | Gets the total number of ticks represented by this instance. |
+| [GetTotalDays()](./gettotaldays/) const | Gets the total number of days represented by this instance. |
+| [GetTotalHours()](./gettotalhours/) const | Gets the total number of hours represented by this instance. |
+| [GetTotalMilliseconds()](./gettotalmilliseconds/) const | Gets the total number of milliseconds represented by this instance. |
+| [GetTotalMinutes()](./gettotalminutes/) const | Gets the total number of minutes represented by this instance. |
+| [GetTotalSeconds()](./gettotalseconds/) const | Gets the total number of seconds represented by this instance. |
+| [operator!=(const Duration\& ts)](./operator!_asm/) const | Determines whether two [Duration](./) instances are not equal. |
+| [operator*(double factor)](./operator_lowast/) const | Multiplies the time interval by a scalar factor. |
+| [operator+(const Duration\& ts)](./operator+/) const | Adds two time intervals. |
+| [operator+()](./operator+/) const | Returns the current instance (unary plus). |
+| [operator-(const Duration\& ts)](./operator-/) const | Subtracts one time interval from another. |
+| [operator-()](./operator-/) const | Returns a new [Duration](./) whose value is the negation of the current instance. |
+| [operator/(const Duration\& ts)](./operator//) const | Returns the ratio between two time intervals. |
+| [operator/(double divisor)](./operator//) const | Divides the time interval by a scalar value. |
+| [operator<(const Duration\& ts)](./operator_lt/) const | Determines whether the current instance is less than another. |
+| [operator<=(const Duration\& ts)](./operator_lt_asm/) const | Determines whether the current instance is less than or equal to another. |
+| [operator==(const Duration\& ts)](./operator_asm_asm/) const | Determines whether two [Duration](./) instances are equal. |
+| [operator>(const Duration\& ts)](./operator_gt/) const | Determines whether the current instance is greater than another. |
+| [operator>=(const Duration\& ts)](./operator_gt_asm/) const | Determines whether the current instance is greater than or equal to another. |
+## Fields
+
+| Field | Description |
+| --- | --- |
+| [value](./value/) | Internal representation of the time interval in ticks. 1 tick = 100 nanoseconds. |
+## See Also
+
+* Namespace [Aspose::Cells](../)
+* Library [Aspose.Cells for C++](../../)
diff --git a/english/cpp/aspose.cells/duration/duration/_index.md b/english/cpp/aspose.cells/duration/duration/_index.md
new file mode 100644
index 00000000000..bfb29105d80
--- /dev/null
+++ b/english/cpp/aspose.cells/duration/duration/_index.md
@@ -0,0 +1,94 @@
+---
+title: Aspose::Cells::Duration::Duration constructor
+linktitle: Duration
+second_title: Aspose.Cells for C++ API Reference
+description: 'Aspose::Cells::Duration::Duration constructor. Initializes a new instance from a tick value in C++.'
+type: docs
+weight: 100
+url: /cpp/aspose.cells/duration/duration/
+---
+## Duration::Duration(int64_t) constructor
+
+
+Initializes a new instance from a tick value.
+
+```cpp
+Aspose::Cells::Duration::Duration(int64_t v)
+```
+
+
+| Parameter | Type | Description |
+| --- | --- | --- |
+| v | int64_t | The number of ticks (1 tick = 100ns). |
+
+## See Also
+
+* Class [Vector](../../vector/)
+* Namespace [Aspose::Cells](../../)
+* Library [Aspose.Cells for C++](../../../)
+## Duration::Duration(int, int, int) constructor
+
+
+Initializes a new instance from hours, minutes, and seconds.
+
+```cpp
+Aspose::Cells::Duration::Duration(int hours, int minutes, int seconds)
+```
+
+
+| Parameter | Type | Description |
+| --- | --- | --- |
+| hours | int | Hours component. |
+| minutes | int | Minutes component. |
+| seconds | int | Seconds component. |
+
+## See Also
+
+* Class [Vector](../../vector/)
+* Namespace [Aspose::Cells](../../)
+* Library [Aspose.Cells for C++](../../../)
+## Duration::Duration(int, int, int, int) constructor
+
+
+Initializes a new instance from days, hours, minutes, and seconds.
+
+```cpp
+Aspose::Cells::Duration::Duration(int days, int hours, int minutes, int seconds)
+```
+
+
+| Parameter | Type | Description |
+| --- | --- | --- |
+| days | int | Days component. |
+| hours | int | Hours component. |
+| minutes | int | Minutes component. |
+| seconds | int | Seconds component. |
+
+## See Also
+
+* Class [Vector](../../vector/)
+* Namespace [Aspose::Cells](../../)
+* Library [Aspose.Cells for C++](../../../)
+## Duration::Duration(int, int, int, int, int) constructor
+
+
+Initializes a new instance from days, hours, minutes, seconds, and milliseconds.
+
+```cpp
+Aspose::Cells::Duration::Duration(int days, int hours, int minutes, int seconds, int milliseconds)
+```
+
+
+| Parameter | Type | Description |
+| --- | --- | --- |
+| days | int | Days component. |
+| hours | int | Hours component. |
+| minutes | int | Minutes component. |
+| seconds | int | Seconds component. |
+| milliseconds | int | Milliseconds component. |
+
+## See Also
+
+* Class [Vector](../../vector/)
+* Namespace [Aspose::Cells](../../)
+* Library [Aspose.Cells for C++](../../../)
diff --git a/english/cpp/aspose.cells/duration/fromdays/_index.md b/english/cpp/aspose.cells/duration/fromdays/_index.md
new file mode 100644
index 00000000000..4e6eb1ec99a
--- /dev/null
+++ b/english/cpp/aspose.cells/duration/fromdays/_index.md
@@ -0,0 +1,23 @@
+---
+title: Aspose::Cells::Duration::FromDays method
+linktitle: FromDays
+second_title: Aspose.Cells for C++ API Reference
+description: 'Aspose::Cells::Duration::FromDays method. Creates a Duration from a specified number of days in C++.'
+type: docs
+weight: 2300
+url: /cpp/aspose.cells/duration/fromdays/
+---
+## Duration::FromDays method
+
+
+Creates a [Duration](../) from a specified number of days.
+
+```cpp
+static Duration Aspose::Cells::Duration::FromDays(double value)
+```
+
+## See Also
+
+* Class [Vector](../../vector/)
+* Namespace [Aspose::Cells](../../)
+* Library [Aspose.Cells for C++](../../../)
diff --git a/english/cpp/aspose.cells/duration/frommilliseconds/_index.md b/english/cpp/aspose.cells/duration/frommilliseconds/_index.md
new file mode 100644
index 00000000000..c954f902d34
--- /dev/null
+++ b/english/cpp/aspose.cells/duration/frommilliseconds/_index.md
@@ -0,0 +1,23 @@
+---
+title: Aspose::Cells::Duration::FromMilliseconds method
+linktitle: FromMilliseconds
+second_title: Aspose.Cells for C++ API Reference
+description: 'Aspose::Cells::Duration::FromMilliseconds method. Creates a Duration from a specified number of milliseconds in C++.'
+type: docs
+weight: 2600
+url: /cpp/aspose.cells/duration/frommilliseconds/
+---
+## Duration::FromMilliseconds method
+
+
+Creates a [Duration](../) from a specified number of milliseconds.
+
+```cpp
+static Duration Aspose::Cells::Duration::FromMilliseconds(double value)
+```
+
+## See Also
+
+* Class [Vector](../../vector/)
+* Namespace [Aspose::Cells](../../)
+* Library [Aspose.Cells for C++](../../../)
diff --git a/english/cpp/aspose.cells/duration/fromminutes/_index.md b/english/cpp/aspose.cells/duration/fromminutes/_index.md
new file mode 100644
index 00000000000..8cff00b4626
--- /dev/null
+++ b/english/cpp/aspose.cells/duration/fromminutes/_index.md
@@ -0,0 +1,23 @@
+---
+title: Aspose::Cells::Duration::FromMinutes method
+linktitle: FromMinutes
+second_title: Aspose.Cells for C++ API Reference
+description: 'Aspose::Cells::Duration::FromMinutes method. Creates a Duration from a specified number of minutes in C++.'
+type: docs
+weight: 2400
+url: /cpp/aspose.cells/duration/fromminutes/
+---
+## Duration::FromMinutes method
+
+
+Creates a [Duration](../) from a specified number of minutes.
+
+```cpp
+static Duration Aspose::Cells::Duration::FromMinutes(double value)
+```
+
+## See Also
+
+* Class [Vector](../../vector/)
+* Namespace [Aspose::Cells](../../)
+* Library [Aspose.Cells for C++](../../../)
diff --git a/english/cpp/aspose.cells/duration/fromseconds/_index.md b/english/cpp/aspose.cells/duration/fromseconds/_index.md
new file mode 100644
index 00000000000..151b438c431
--- /dev/null
+++ b/english/cpp/aspose.cells/duration/fromseconds/_index.md
@@ -0,0 +1,23 @@
+---
+title: Aspose::Cells::Duration::FromSeconds method
+linktitle: FromSeconds
+second_title: Aspose.Cells for C++ API Reference
+description: 'Aspose::Cells::Duration::FromSeconds method. Creates a Duration from a specified number of seconds in C++.'
+type: docs
+weight: 2500
+url: /cpp/aspose.cells/duration/fromseconds/
+---
+## Duration::FromSeconds method
+
+
+Creates a [Duration](../) from a specified number of seconds.
+
+```cpp
+static Duration Aspose::Cells::Duration::FromSeconds(double value)
+```
+
+## See Also
+
+* Class [Vector](../../vector/)
+* Namespace [Aspose::Cells](../../)
+* Library [Aspose.Cells for C++](../../../)
diff --git a/english/cpp/aspose.cells/duration/fromticks/_index.md b/english/cpp/aspose.cells/duration/fromticks/_index.md
new file mode 100644
index 00000000000..2c23d8f0146
--- /dev/null
+++ b/english/cpp/aspose.cells/duration/fromticks/_index.md
@@ -0,0 +1,23 @@
+---
+title: Aspose::Cells::Duration::FromTicks method
+linktitle: FromTicks
+second_title: Aspose.Cells for C++ API Reference
+description: 'Aspose::Cells::Duration::FromTicks method. Creates a Duration from a specified number of ticks in C++.'
+type: docs
+weight: 2700
+url: /cpp/aspose.cells/duration/fromticks/
+---
+## Duration::FromTicks method
+
+
+Creates a [Duration](../) from a specified number of ticks.
+
+```cpp
+static Duration Aspose::Cells::Duration::FromTicks(int64_t value)
+```
+
+## See Also
+
+* Class [Vector](../../vector/)
+* Namespace [Aspose::Cells](../../)
+* Library [Aspose.Cells for C++](../../../)
diff --git a/english/cpp/aspose.cells/duration/getdays/_index.md b/english/cpp/aspose.cells/duration/getdays/_index.md
new file mode 100644
index 00000000000..bd0579a08a4
--- /dev/null
+++ b/english/cpp/aspose.cells/duration/getdays/_index.md
@@ -0,0 +1,23 @@
+---
+title: Aspose::Cells::Duration::GetDays method
+linktitle: GetDays
+second_title: Aspose.Cells for C++ API Reference
+description: 'Aspose::Cells::Duration::GetDays method. Gets the day component of the time interval in C++.'
+type: docs
+weight: 1200
+url: /cpp/aspose.cells/duration/getdays/
+---
+## Duration::GetDays method
+
+
+Gets the day component of the time interval.
+
+```cpp
+int32_t Aspose::Cells::Duration::GetDays() const
+```
+
+## See Also
+
+* Class [Vector](../../vector/)
+* Namespace [Aspose::Cells](../../)
+* Library [Aspose.Cells for C++](../../../)
diff --git a/english/cpp/aspose.cells/duration/gethours/_index.md b/english/cpp/aspose.cells/duration/gethours/_index.md
new file mode 100644
index 00000000000..6f49e34dc26
--- /dev/null
+++ b/english/cpp/aspose.cells/duration/gethours/_index.md
@@ -0,0 +1,23 @@
+---
+title: Aspose::Cells::Duration::GetHours method
+linktitle: GetHours
+second_title: Aspose.Cells for C++ API Reference
+description: 'Aspose::Cells::Duration::GetHours method. Gets the hour component (0-23) in C++.'
+type: docs
+weight: 1300
+url: /cpp/aspose.cells/duration/gethours/
+---
+## Duration::GetHours method
+
+
+Gets the hour component (0-23).
+
+```cpp
+int32_t Aspose::Cells::Duration::GetHours() const
+```
+
+## See Also
+
+* Class [Vector](../../vector/)
+* Namespace [Aspose::Cells](../../)
+* Library [Aspose.Cells for C++](../../../)
diff --git a/english/cpp/aspose.cells/duration/getmilliseconds/_index.md b/english/cpp/aspose.cells/duration/getmilliseconds/_index.md
new file mode 100644
index 00000000000..ea9edeb9f6a
--- /dev/null
+++ b/english/cpp/aspose.cells/duration/getmilliseconds/_index.md
@@ -0,0 +1,23 @@
+---
+title: Aspose::Cells::Duration::GetMilliseconds method
+linktitle: GetMilliseconds
+second_title: Aspose.Cells for C++ API Reference
+description: 'Aspose::Cells::Duration::GetMilliseconds method. Gets the millisecond component (0-999) in C++.'
+type: docs
+weight: 1600
+url: /cpp/aspose.cells/duration/getmilliseconds/
+---
+## Duration::GetMilliseconds method
+
+
+Gets the millisecond component (0-999).
+
+```cpp
+int32_t Aspose::Cells::Duration::GetMilliseconds() const
+```
+
+## See Also
+
+* Class [Vector](../../vector/)
+* Namespace [Aspose::Cells](../../)
+* Library [Aspose.Cells for C++](../../../)
diff --git a/english/cpp/aspose.cells/duration/getminutes/_index.md b/english/cpp/aspose.cells/duration/getminutes/_index.md
new file mode 100644
index 00000000000..110abaf0753
--- /dev/null
+++ b/english/cpp/aspose.cells/duration/getminutes/_index.md
@@ -0,0 +1,23 @@
+---
+title: Aspose::Cells::Duration::GetMinutes method
+linktitle: GetMinutes
+second_title: Aspose.Cells for C++ API Reference
+description: 'Aspose::Cells::Duration::GetMinutes method. Gets the minute component (0-59) in C++.'
+type: docs
+weight: 1400
+url: /cpp/aspose.cells/duration/getminutes/
+---
+## Duration::GetMinutes method
+
+
+Gets the minute component (0-59).
+
+```cpp
+int32_t Aspose::Cells::Duration::GetMinutes() const
+```
+
+## See Also
+
+* Class [Vector](../../vector/)
+* Namespace [Aspose::Cells](../../)
+* Library [Aspose.Cells for C++](../../../)
diff --git a/english/cpp/aspose.cells/duration/getseconds/_index.md b/english/cpp/aspose.cells/duration/getseconds/_index.md
new file mode 100644
index 00000000000..51884eec474
--- /dev/null
+++ b/english/cpp/aspose.cells/duration/getseconds/_index.md
@@ -0,0 +1,23 @@
+---
+title: Aspose::Cells::Duration::GetSeconds method
+linktitle: GetSeconds
+second_title: Aspose.Cells for C++ API Reference
+description: 'Aspose::Cells::Duration::GetSeconds method. Gets the second component (0-59) in C++.'
+type: docs
+weight: 1500
+url: /cpp/aspose.cells/duration/getseconds/
+---
+## Duration::GetSeconds method
+
+
+Gets the second component (0-59).
+
+```cpp
+int32_t Aspose::Cells::Duration::GetSeconds() const
+```
+
+## See Also
+
+* Class [Vector](../../vector/)
+* Namespace [Aspose::Cells](../../)
+* Library [Aspose.Cells for C++](../../../)
diff --git a/english/cpp/aspose.cells/duration/getticks/_index.md b/english/cpp/aspose.cells/duration/getticks/_index.md
new file mode 100644
index 00000000000..17a076dc46c
--- /dev/null
+++ b/english/cpp/aspose.cells/duration/getticks/_index.md
@@ -0,0 +1,23 @@
+---
+title: Aspose::Cells::Duration::GetTicks method
+linktitle: GetTicks
+second_title: Aspose.Cells for C++ API Reference
+description: 'Aspose::Cells::Duration::GetTicks method. Gets the total number of ticks represented by this instance in C++.'
+type: docs
+weight: 1700
+url: /cpp/aspose.cells/duration/getticks/
+---
+## Duration::GetTicks method
+
+
+Gets the total number of ticks represented by this instance.
+
+```cpp
+int64_t Aspose::Cells::Duration::GetTicks() const
+```
+
+## See Also
+
+* Class [Vector](../../vector/)
+* Namespace [Aspose::Cells](../../)
+* Library [Aspose.Cells for C++](../../../)
diff --git a/english/cpp/aspose.cells/duration/gettotaldays/_index.md b/english/cpp/aspose.cells/duration/gettotaldays/_index.md
new file mode 100644
index 00000000000..f962715d194
--- /dev/null
+++ b/english/cpp/aspose.cells/duration/gettotaldays/_index.md
@@ -0,0 +1,23 @@
+---
+title: Aspose::Cells::Duration::GetTotalDays method
+linktitle: GetTotalDays
+second_title: Aspose.Cells for C++ API Reference
+description: 'Aspose::Cells::Duration::GetTotalDays method. Gets the total number of days represented by this instance in C++.'
+type: docs
+weight: 1800
+url: /cpp/aspose.cells/duration/gettotaldays/
+---
+## Duration::GetTotalDays method
+
+
+Gets the total number of days represented by this instance.
+
+```cpp
+double Aspose::Cells::Duration::GetTotalDays() const
+```
+
+## See Also
+
+* Class [Vector](../../vector/)
+* Namespace [Aspose::Cells](../../)
+* Library [Aspose.Cells for C++](../../../)
diff --git a/english/cpp/aspose.cells/duration/gettotalhours/_index.md b/english/cpp/aspose.cells/duration/gettotalhours/_index.md
new file mode 100644
index 00000000000..c2e64293112
--- /dev/null
+++ b/english/cpp/aspose.cells/duration/gettotalhours/_index.md
@@ -0,0 +1,23 @@
+---
+title: Aspose::Cells::Duration::GetTotalHours method
+linktitle: GetTotalHours
+second_title: Aspose.Cells for C++ API Reference
+description: 'Aspose::Cells::Duration::GetTotalHours method. Gets the total number of hours represented by this instance in C++.'
+type: docs
+weight: 1900
+url: /cpp/aspose.cells/duration/gettotalhours/
+---
+## Duration::GetTotalHours method
+
+
+Gets the total number of hours represented by this instance.
+
+```cpp
+double Aspose::Cells::Duration::GetTotalHours() const
+```
+
+## See Also
+
+* Class [Vector](../../vector/)
+* Namespace [Aspose::Cells](../../)
+* Library [Aspose.Cells for C++](../../../)
diff --git a/english/cpp/aspose.cells/duration/gettotalmilliseconds/_index.md b/english/cpp/aspose.cells/duration/gettotalmilliseconds/_index.md
new file mode 100644
index 00000000000..310a0a2baf0
--- /dev/null
+++ b/english/cpp/aspose.cells/duration/gettotalmilliseconds/_index.md
@@ -0,0 +1,23 @@
+---
+title: Aspose::Cells::Duration::GetTotalMilliseconds method
+linktitle: GetTotalMilliseconds
+second_title: Aspose.Cells for C++ API Reference
+description: 'Aspose::Cells::Duration::GetTotalMilliseconds method. Gets the total number of milliseconds represented by this instance in C++.'
+type: docs
+weight: 2200
+url: /cpp/aspose.cells/duration/gettotalmilliseconds/
+---
+## Duration::GetTotalMilliseconds method
+
+
+Gets the total number of milliseconds represented by this instance.
+
+```cpp
+double Aspose::Cells::Duration::GetTotalMilliseconds() const
+```
+
+## See Also
+
+* Class [Vector](../../vector/)
+* Namespace [Aspose::Cells](../../)
+* Library [Aspose.Cells for C++](../../../)
diff --git a/english/cpp/aspose.cells/duration/gettotalminutes/_index.md b/english/cpp/aspose.cells/duration/gettotalminutes/_index.md
new file mode 100644
index 00000000000..2945511e1b4
--- /dev/null
+++ b/english/cpp/aspose.cells/duration/gettotalminutes/_index.md
@@ -0,0 +1,23 @@
+---
+title: Aspose::Cells::Duration::GetTotalMinutes method
+linktitle: GetTotalMinutes
+second_title: Aspose.Cells for C++ API Reference
+description: 'Aspose::Cells::Duration::GetTotalMinutes method. Gets the total number of minutes represented by this instance in C++.'
+type: docs
+weight: 2000
+url: /cpp/aspose.cells/duration/gettotalminutes/
+---
+## Duration::GetTotalMinutes method
+
+
+Gets the total number of minutes represented by this instance.
+
+```cpp
+double Aspose::Cells::Duration::GetTotalMinutes() const
+```
+
+## See Also
+
+* Class [Vector](../../vector/)
+* Namespace [Aspose::Cells](../../)
+* Library [Aspose.Cells for C++](../../../)
diff --git a/english/cpp/aspose.cells/duration/gettotalseconds/_index.md b/english/cpp/aspose.cells/duration/gettotalseconds/_index.md
new file mode 100644
index 00000000000..76d293deef8
--- /dev/null
+++ b/english/cpp/aspose.cells/duration/gettotalseconds/_index.md
@@ -0,0 +1,23 @@
+---
+title: Aspose::Cells::Duration::GetTotalSeconds method
+linktitle: GetTotalSeconds
+second_title: Aspose.Cells for C++ API Reference
+description: 'Aspose::Cells::Duration::GetTotalSeconds method. Gets the total number of seconds represented by this instance in C++.'
+type: docs
+weight: 2100
+url: /cpp/aspose.cells/duration/gettotalseconds/
+---
+## Duration::GetTotalSeconds method
+
+
+Gets the total number of seconds represented by this instance.
+
+```cpp
+double Aspose::Cells::Duration::GetTotalSeconds() const
+```
+
+## See Also
+
+* Class [Vector](../../vector/)
+* Namespace [Aspose::Cells](../../)
+* Library [Aspose.Cells for C++](../../../)
diff --git a/english/cpp/aspose.cells/duration/operator!_asm/_index.md b/english/cpp/aspose.cells/duration/operator!_asm/_index.md
new file mode 100644
index 00000000000..54ff7636e6b
--- /dev/null
+++ b/english/cpp/aspose.cells/duration/operator!_asm/_index.md
@@ -0,0 +1,23 @@
+---
+title: Aspose::Cells::Duration::operator!= method
+linktitle: operator!=
+second_title: Aspose.Cells for C++ API Reference
+description: 'Aspose::Cells::Duration::operator!= method. Determines whether two Duration instances are not equal in C++.'
+type: docs
+weight: 300
+url: /cpp/aspose.cells/duration/operator!_asm/
+---
+## Duration::operator!= method
+
+
+Determines whether two [Duration](../) instances are not equal.
+
+```cpp
+bool Aspose::Cells::Duration::operator!=(const Duration &ts) const
+```
+
+## See Also
+
+* Class [Vector](../../vector/)
+* Namespace [Aspose::Cells](../../)
+* Library [Aspose.Cells for C++](../../../)
diff --git a/english/cpp/aspose.cells/duration/operator+/_index.md b/english/cpp/aspose.cells/duration/operator+/_index.md
new file mode 100644
index 00000000000..f7f1d12077a
--- /dev/null
+++ b/english/cpp/aspose.cells/duration/operator+/_index.md
@@ -0,0 +1,41 @@
+---
+title: Aspose::Cells::Duration::operator+ method
+linktitle: operator+
+second_title: Aspose.Cells for C++ API Reference
+description: 'Aspose::Cells::Duration::operator+ method. Adds two time intervals in C++.'
+type: docs
+weight: 800
+url: /cpp/aspose.cells/duration/operator+/
+---
+## Duration::operator+(const Duration\&) const method
+
+
+Adds two time intervals.
+
+```cpp
+Duration Aspose::Cells::Duration::operator+(const Duration &ts) const
+```
+
+
+## ReturnValue
+
+A new [Duration](../) representing the sum.
+
+## See Also
+
+* Class [Vector](../../vector/)
+* Namespace [Aspose::Cells](../../)
+* Library [Aspose.Cells for C++](../../../)
+## Duration::operator+() const method
+
+
+Returns the current instance (unary plus).
+
+```cpp
+Duration Aspose::Cells::Duration::operator+() const
+```
+
+## See Also
+
+* Namespace [Aspose::Cells](../../)
+* Library [Aspose.Cells for C++](../../../)
diff --git a/english/cpp/aspose.cells/duration/operator-/_index.md b/english/cpp/aspose.cells/duration/operator-/_index.md
new file mode 100644
index 00000000000..fed856715b2
--- /dev/null
+++ b/english/cpp/aspose.cells/duration/operator-/_index.md
@@ -0,0 +1,41 @@
+---
+title: Aspose::Cells::Duration::operator- method
+linktitle: operator-
+second_title: Aspose.Cells for C++ API Reference
+description: 'Aspose::Cells::Duration::operator- method. Subtracts one time interval from another in C++.'
+type: docs
+weight: 900
+url: /cpp/aspose.cells/duration/operator-/
+---
+## Duration::operator-(const Duration\&) const method
+
+
+Subtracts one time interval from another.
+
+```cpp
+Duration Aspose::Cells::Duration::operator-(const Duration &ts) const
+```
+
+
+## ReturnValue
+
+A new [Duration](../) representing the difference.
+
+## See Also
+
+* Class [Vector](../../vector/)
+* Namespace [Aspose::Cells](../../)
+* Library [Aspose.Cells for C++](../../../)
+## Duration::operator-() const method
+
+
+Returns a new [Duration](../) whose value is the negation of the current instance.
+
+```cpp
+Duration Aspose::Cells::Duration::operator-() const
+```
+
+## See Also
+
+* Namespace [Aspose::Cells](../../)
+* Library [Aspose.Cells for C++](../../../)
diff --git a/english/cpp/aspose.cells/duration/operator/_index.md b/english/cpp/aspose.cells/duration/operator/_index.md
new file mode 100644
index 00000000000..f48a0dbafe3
--- /dev/null
+++ b/english/cpp/aspose.cells/duration/operator/_index.md
@@ -0,0 +1,51 @@
+---
+title: Aspose::Cells::Duration::operator/ method
+linktitle: operator/
+second_title: Aspose.Cells for C++ API Reference
+description: 'Aspose::Cells::Duration::operator/ method. Returns the ratio between two time intervals in C++.'
+type: docs
+weight: 1100
+url: /cpp/aspose.cells/duration/operator/
+---
+## Duration::operator/(const Duration\&) const method
+
+
+Returns the ratio between two time intervals.
+
+```cpp
+double Aspose::Cells::Duration::operator/(const Duration &ts) const
+```
+
+
+## ReturnValue
+
+The quotient of the current instance divided by the specified [Duration](../).
+
+## See Also
+
+* Class [Vector](../../vector/)
+* Namespace [Aspose::Cells](../../)
+* Library [Aspose.Cells for C++](../../../)
+## Duration::operator/(double) const method
+
+
+Divides the time interval by a scalar value.
+
+```cpp
+Duration Aspose::Cells::Duration::operator/(double divisor) const
+```
+
+
+| Parameter | Type | Description |
+| --- | --- | --- |
+| divisor | double | Divisor value. |
+
+## ReturnValue
+
+A scaled [Duration](../).
+
+## See Also
+
+* Class [Vector](../../vector/)
+* Namespace [Aspose::Cells](../../)
+* Library [Aspose.Cells for C++](../../../)
diff --git a/english/cpp/aspose.cells/duration/operator_asm_asm/_index.md b/english/cpp/aspose.cells/duration/operator_asm_asm/_index.md
new file mode 100644
index 00000000000..3a80198cc04
--- /dev/null
+++ b/english/cpp/aspose.cells/duration/operator_asm_asm/_index.md
@@ -0,0 +1,23 @@
+---
+title: Aspose::Cells::Duration::operator== method
+linktitle: operator==
+second_title: Aspose.Cells for C++ API Reference
+description: 'Aspose::Cells::Duration::operator== method. Determines whether two Duration instances are equal in C++.'
+type: docs
+weight: 200
+url: /cpp/aspose.cells/duration/operator_asm_asm/
+---
+## Duration::operator== method
+
+
+Determines whether two [Duration](../) instances are equal.
+
+```cpp
+bool Aspose::Cells::Duration::operator==(const Duration &ts) const
+```
+
+## See Also
+
+* Class [Vector](../../vector/)
+* Namespace [Aspose::Cells](../../)
+* Library [Aspose.Cells for C++](../../../)
diff --git a/english/cpp/aspose.cells/duration/operator_gt/_index.md b/english/cpp/aspose.cells/duration/operator_gt/_index.md
new file mode 100644
index 00000000000..6186715c477
--- /dev/null
+++ b/english/cpp/aspose.cells/duration/operator_gt/_index.md
@@ -0,0 +1,23 @@
+---
+title: Aspose::Cells::Duration::operator> method
+linktitle: operator>
+second_title: Aspose.Cells for C++ API Reference
+description: 'Aspose::Cells::Duration::operator> method. Determines whether the current instance is greater than another in C++.'
+type: docs
+weight: 600
+url: /cpp/aspose.cells/duration/operator_gt/
+---
+## Duration::operator> method
+
+
+Determines whether the current instance is greater than another.
+
+```cpp
+bool Aspose::Cells::Duration::operator>(const Duration &ts) const
+```
+
+## See Also
+
+* Class [Vector](../../vector/)
+* Namespace [Aspose::Cells](../../)
+* Library [Aspose.Cells for C++](../../../)
diff --git a/english/cpp/aspose.cells/duration/operator_gt_asm/_index.md b/english/cpp/aspose.cells/duration/operator_gt_asm/_index.md
new file mode 100644
index 00000000000..9c3f158128f
--- /dev/null
+++ b/english/cpp/aspose.cells/duration/operator_gt_asm/_index.md
@@ -0,0 +1,23 @@
+---
+title: Aspose::Cells::Duration::operator>= method
+linktitle: operator>=
+second_title: Aspose.Cells for C++ API Reference
+description: 'Aspose::Cells::Duration::operator>= method. Determines whether the current instance is greater than or equal to another in C++.'
+type: docs
+weight: 700
+url: /cpp/aspose.cells/duration/operator_gt_asm/
+---
+## Duration::operator>= method
+
+
+Determines whether the current instance is greater than or equal to another.
+
+```cpp
+bool Aspose::Cells::Duration::operator>=(const Duration &ts) const
+```
+
+## See Also
+
+* Class [Vector](../../vector/)
+* Namespace [Aspose::Cells](../../)
+* Library [Aspose.Cells for C++](../../../)
diff --git a/english/cpp/aspose.cells/duration/operator_lowast/_index.md b/english/cpp/aspose.cells/duration/operator_lowast/_index.md
new file mode 100644
index 00000000000..a43771be112
--- /dev/null
+++ b/english/cpp/aspose.cells/duration/operator_lowast/_index.md
@@ -0,0 +1,32 @@
+---
+title: Aspose::Cells::Duration::operator* method
+linktitle: operator*
+second_title: Aspose.Cells for C++ API Reference
+description: 'Aspose::Cells::Duration::operator* method. Multiplies the time interval by a scalar factor in C++.'
+type: docs
+weight: 1000
+url: /cpp/aspose.cells/duration/operator_lowast/
+---
+## Duration::operator* method
+
+
+Multiplies the time interval by a scalar factor.
+
+```cpp
+Duration Aspose::Cells::Duration::operator*(double factor) const
+```
+
+
+| Parameter | Type | Description |
+| --- | --- | --- |
+| factor | double | Scaling factor. |
+
+## ReturnValue
+
+A scaled [Duration](../).
+
+## See Also
+
+* Class [Vector](../../vector/)
+* Namespace [Aspose::Cells](../../)
+* Library [Aspose.Cells for C++](../../../)
diff --git a/english/cpp/aspose.cells/duration/operator_lt/_index.md b/english/cpp/aspose.cells/duration/operator_lt/_index.md
new file mode 100644
index 00000000000..519ab7ef8ca
--- /dev/null
+++ b/english/cpp/aspose.cells/duration/operator_lt/_index.md
@@ -0,0 +1,23 @@
+---
+title: Aspose::Cells::Duration::operator< method
+linktitle: operator<
+second_title: Aspose.Cells for C++ API Reference
+description: 'Aspose::Cells::Duration::operator< method. Determines whether the current instance is less than another in C++.'
+type: docs
+weight: 400
+url: /cpp/aspose.cells/duration/operator_lt/
+---
+## Duration::operator< method
+
+
+Determines whether the current instance is less than another.
+
+```cpp
+bool Aspose::Cells::Duration::operator<(const Duration &ts) const
+```
+
+## See Also
+
+* Class [Vector](../../vector/)
+* Namespace [Aspose::Cells](../../)
+* Library [Aspose.Cells for C++](../../../)
diff --git a/english/cpp/aspose.cells/duration/operator_lt_asm/_index.md b/english/cpp/aspose.cells/duration/operator_lt_asm/_index.md
new file mode 100644
index 00000000000..a7d1974ab79
--- /dev/null
+++ b/english/cpp/aspose.cells/duration/operator_lt_asm/_index.md
@@ -0,0 +1,23 @@
+---
+title: Aspose::Cells::Duration::operator<= method
+linktitle: operator<=
+second_title: Aspose.Cells for C++ API Reference
+description: 'Aspose::Cells::Duration::operator<= method. Determines whether the current instance is less than or equal to another in C++.'
+type: docs
+weight: 500
+url: /cpp/aspose.cells/duration/operator_lt_asm/
+---
+## Duration::operator<= method
+
+
+Determines whether the current instance is less than or equal to another.
+
+```cpp
+bool Aspose::Cells::Duration::operator<=(const Duration &ts) const
+```
+
+## See Also
+
+* Class [Vector](../../vector/)
+* Namespace [Aspose::Cells](../../)
+* Library [Aspose.Cells for C++](../../../)
diff --git a/english/cpp/aspose.cells/duration/value/_index.md b/english/cpp/aspose.cells/duration/value/_index.md
new file mode 100644
index 00000000000..9b21815de48
--- /dev/null
+++ b/english/cpp/aspose.cells/duration/value/_index.md
@@ -0,0 +1,22 @@
+---
+title: Aspose::Cells::Duration::value field
+linktitle: value
+second_title: Aspose.Cells for C++ API Reference
+description: 'Aspose::Cells::Duration::value field. Internal representation of the time interval in ticks. 1 tick = 100 nanoseconds in C++.'
+type: docs
+weight: 2800
+url: /cpp/aspose.cells/duration/value/
+---
+## value field
+
+
+Internal representation of the time interval in ticks. 1 tick = 100 nanoseconds.
+
+```cpp
+int64_t Aspose::Cells::Duration::value
+```
+
+## See Also
+
+* Namespace [Aspose::Cells](../../)
+* Library [Aspose.Cells for C++](../../../)
diff --git a/english/cpp/aspose.cells/errorcellvaluetype/_index.md b/english/cpp/aspose.cells/errorcellvaluetype/_index.md
index 62f29b5c716..ca9f823a1be 100644
--- a/english/cpp/aspose.cells/errorcellvaluetype/_index.md
+++ b/english/cpp/aspose.cells/errorcellvaluetype/_index.md
@@ -4,7 +4,7 @@ linktitle: ErrorCellValueType
second_title: Aspose.Cells for C++ API Reference
description: 'Aspose::Cells::ErrorCellValueType enum. Represents a cell value which contains an error in C++.'
type: docs
-weight: 20700
+weight: 20900
url: /cpp/aspose.cells/errorcellvaluetype/
---
## ErrorCellValueType enum
@@ -20,11 +20,14 @@ enum class ErrorCellValueType
| Name | Value | Description |
| --- | --- | --- |
+| Value | 1 |
Represents the value of a cell containing a #VALUE! error. |
+| Ref | 3 |
Represents the value of a cell containing a #REF! error. |
+| Name | 4 |
Represents the value of a cell containing a #NAME? error. |
+| NA | 6 |
Represents the value of a cell containing a #NAME? error. |
| Blocked | 10 |
Represents the value of a cell containing a #BLOCKED! error. |
| Busy | 14 |
Represents the value of a cell containing a #BUSY! error. |
| Calc | 13 |
Represents the value of a cell containing a #CALC! error. |
| Connect | 9 |
Represents the value of a cell containing a #CONNECT! error. |
-| Name | 4 |
Represents the value of a cell containing a #NAME? error. |
| Field | 12 |
Represents the value of a cell containing a #FIELD! error. |
| Spill | 8 |
Represents the value of a cell containing a #SPILL! error. |
| Unknown | 11 |
Represents the value of a cell containing a #UNKNOWN! error. |
diff --git a/english/cpp/aspose.cells/weekday/_index.md b/english/cpp/aspose.cells/weekday/_index.md
new file mode 100644
index 00000000000..5555964280b
--- /dev/null
+++ b/english/cpp/aspose.cells/weekday/_index.md
@@ -0,0 +1,34 @@
+---
+title: Aspose::Cells::Weekday enum
+linktitle: Weekday
+second_title: Aspose.Cells for C++ API Reference
+description: 'Aspose::Cells::Weekday enum. Specifies the day of the week in C++.'
+type: docs
+weight: 19900
+url: /cpp/aspose.cells/weekday/
+---
+## Weekday enum
+
+
+Specifies the day of the week.
+
+```cpp
+enum class Weekday
+```
+
+### Values
+
+| Name | Value | Description |
+| --- | --- | --- |
+| Sunday | 0 |
|
+| Monday | 1 |
|
+| Tuesday | 2 |
|
+| Wednesday | 3 |
|
+| Thursday | 4 |
|
+| Friday | 5 |
|
+| Saturday | 6 |
|
+
+## See Also
+
+* Namespace [Aspose::Cells](../)
+* Library [Aspose.Cells for C++](../../)
diff --git a/english/java/com.aspose.cells/_index.md b/english/java/com.aspose.cells/_index.md
index 4c60e18fdcf..68f4ceaaa22 100644
--- a/english/java/com.aspose.cells/_index.md
+++ b/english/java/com.aspose.cells/_index.md
@@ -91,13 +91,13 @@ Provides core apis and features to manipulate spreadsheet files and data directl
| [CharacterBulletValue](../com.aspose.cells/characterbulletvalue) | Represents the character bullet. |
| [Chart](../com.aspose.cells/chart) | Encapsulates the object that represents a single Excel chart. |
| [ChartArea](../com.aspose.cells/chartarea) | Encapsulates the object that represents the chart area in the worksheet. |
-| [ChartCalculateOptions](../com.aspose.cells/chartcalculateoptions) | Represents the options for calculating chart. |
+| [ChartCalculateOptions](../com.aspose.cells/chartcalculateoptions) | Represents the options for calculating the chart. |
| [ChartCollection](../com.aspose.cells/chartcollection) | Encapsulates a collection of [Chart](../com.aspose.cells/chart) objects. |
-| [ChartColorPaletteType](../com.aspose.cells/chartcolorpalettetype) | Enumerates all Monochromatic Palettes used in Excel chart. |
+| [ChartColorPaletteType](../com.aspose.cells/chartcolorpalettetype) | Enumerates all Monochromatic Palettes used in an Excel chart. |
| [ChartDataTable](../com.aspose.cells/chartdatatable) | Represents a chart data table. |
| [ChartDataValue](../com.aspose.cells/chartdatavalue) | Encapsulates chart data value |
| [ChartFrame](../com.aspose.cells/chartframe) | Encapsulates the object that represents the frame object in a chart. |
-| [ChartGlobalizationSettings](../com.aspose.cells/chartglobalizationsettings) | Represents the globalization settings for chart. |
+| [ChartGlobalizationSettings](../com.aspose.cells/chartglobalizationsettings) | Represents the globalization settings for a chart. |
| [ChartLineFormattingType](../com.aspose.cells/chartlineformattingtype) | Represents line format type of chart line. |
| [ChartMarkerType](../com.aspose.cells/chartmarkertype) | Represents the marker style in a line chart, scatter chart, or radar chart. |
| [ChartPoint](../com.aspose.cells/chartpoint) | Represents a single point in a series in a chart. |
@@ -396,7 +396,7 @@ Provides core apis and features to manipulate spreadsheet files and data directl
| [LowCodeSaveOptionsProviderOfPlaceHolders](../com.aspose.cells/lowcodesaveoptionsproviderofplaceholders) | Implementation to provide save options which save split parts to files and the path of resultant file are defined with placeholders. |
| [LowCodeSplitOptions](../com.aspose.cells/lowcodesplitoptions) | Options for splitting spreadsheet. |
| [MapChartLabelLayout](../com.aspose.cells/mapchartlabellayout) | Represents the layout of map chart's labels. |
-| [MapChartProjectionType](../com.aspose.cells/mapchartprojectiontype) | Represents projection type of the map chart. |
+| [MapChartProjectionType](../com.aspose.cells/mapchartprojectiontype) | Represents the projection type of the map chart. |
| [MapChartRegionType](../com.aspose.cells/mapchartregiontype) | Represents the region type of the map chart. |
| [MarkdownLoadOptions](../com.aspose.cells/markdownloadoptions) | Represents the options for loading markdown document. |
| [MarkdownSaveOptions](../com.aspose.cells/markdownsaveoptions) | Represents the save options for markdown. |
@@ -672,7 +672,7 @@ Provides core apis and features to manipulate spreadsheet files and data directl
| [Sparkline](../com.aspose.cells/sparkline) | A sparkline represents a tiny chart or graphic in a worksheet cell that provides a visual representation of data. |
| [SparklineAxisMinMaxType](../com.aspose.cells/sparklineaxisminmaxtype) | Represents the minimum and maximum value types for the sparkline vertical axis. |
| [SparklineCollection](../com.aspose.cells/sparklinecollection) | Encapsulates a collection of [Sparkline](../com.aspose.cells/sparkline) objects. |
-| [SparklineGroup](../com.aspose.cells/sparklinegroup) | [Sparkline](../com.aspose.cells/sparkline) is organized into sparkline group. |
+| [SparklineGroup](../com.aspose.cells/sparklinegroup) | [Sparkline](../com.aspose.cells/sparkline) is organized into a sparkline group. |
| [SparklineGroupCollection](../com.aspose.cells/sparklinegroupcollection) | Encapsulates a collection of [SparklineGroup](../com.aspose.cells/sparklinegroup) objects. |
| [SparklinePresetStyleType](../com.aspose.cells/sparklinepresetstyletype) | Represents the preset style types for sparkline. |
| [SparklineType](../com.aspose.cells/sparklinetype) | Represents the sparkline types. |
diff --git a/english/java/com.aspose.cells/axisbins/_index.md b/english/java/com.aspose.cells/axisbins/_index.md
index 40596e605e9..397f5a8a2bd 100644
--- a/english/java/com.aspose.cells/axisbins/_index.md
+++ b/english/java/com.aspose.cells/axisbins/_index.md
@@ -22,20 +22,20 @@ Represents axis bins
| [getCount()](#getCount--) | Gets the count of axis bins |
| [getOverflow()](#getOverflow--) | Gets the overflow of axis bins |
| [getUnderflow()](#getUnderflow--) | Gets the underflow of axis bins |
-| [getWidth()](#getWidth--) | Gets the width of axis bin |
+| [getWidth()](#getWidth--) | Gets the width of the axis bin. |
| [hashCode()](#hashCode--) | |
| [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. |
| [notify()](#notify--) | |
| [notifyAll()](#notifyAll--) | |
| [resetOverflow()](#resetOverflow--) | Reset the overflow |
| [resetUnderflow()](#resetUnderflow--) | Reset the underflow |
| [setAutomatic(boolean value)](#setAutomatic-boolean-) | Indicates whether the axis bins are automatic. |
-| [setByCategory(boolean value)](#setByCategory-boolean-) | Indicates whether grouping data by category |
+| [setByCategory(boolean value)](#setByCategory-boolean-) | Indicates whether grouping data by category is enabled. |
| [setCount(int value)](#setCount-int-) | Sets the count of axis bins |
| [setOverflow(double value)](#setOverflow-double-) | Sets the overflow of axis bins |
| [setUnderflow(double value)](#setUnderflow-double-) | Sets the underflow of axis bins |
-| [setWidth(double value)](#setWidth-double-) | Sets the width of axis bin |
+| [setWidth(double value)](#setWidth-double-) | Sets the width of the axis bin. |
| [toString()](#toString--) | |
| [wait()](#wait--) | |
| [wait(long arg0)](#wait-long-) | |
@@ -101,7 +101,7 @@ public double getWidth()
```
-Gets the width of axis bin
+Gets the width of the axis bin.
**Returns:**
double
@@ -135,7 +135,7 @@ public boolean isByCategory()
```
-Indicates whether grouping data by category
+Indicates whether grouping data by category is enabled.
**Returns:**
boolean
@@ -202,7 +202,7 @@ public void setByCategory(boolean value)
```
-Indicates whether grouping data by category
+Indicates whether grouping data by category is enabled.
**Parameters:**
| Parameter | Type | Description |
@@ -254,7 +254,7 @@ public void setWidth(double value)
```
-Sets the width of axis bin
+Sets the width of the axis bin.
**Parameters:**
| Parameter | Type | Description |
diff --git a/english/java/com.aspose.cells/chartcalculateoptions/_index.md b/english/java/com.aspose.cells/chartcalculateoptions/_index.md
index a7d6361e51c..9aa1da61cb3 100644
--- a/english/java/com.aspose.cells/chartcalculateoptions/_index.md
+++ b/english/java/com.aspose.cells/chartcalculateoptions/_index.md
@@ -1,7 +1,7 @@
---
title: ChartCalculateOptions
second_title: Aspose.Cells for Java API Reference
-description: Represents the options for calculating chart.
+description: Represents the options for calculating the chart.
type: docs
url: /java/com.aspose.cells/chartcalculateoptions/
---
@@ -12,7 +12,7 @@ java.lang.Object
public class ChartCalculateOptions
```
-Represents the options for calculating chart.
+Represents the options for calculating the chart.
## Constructors
| Constructor | Description |
diff --git a/english/java/com.aspose.cells/chartcolorpalettetype/_index.md b/english/java/com.aspose.cells/chartcolorpalettetype/_index.md
index d1ec934c7ff..b52b94ba4e5 100644
--- a/english/java/com.aspose.cells/chartcolorpalettetype/_index.md
+++ b/english/java/com.aspose.cells/chartcolorpalettetype/_index.md
@@ -1,7 +1,7 @@
---
title: ChartColorPaletteType
second_title: Aspose.Cells for Java API Reference
-description: Enumerates all Monochromatic Palettes used in Excel chart.
+description: Enumerates all Monochromatic Palettes used in an Excel chart.
type: docs
url: /java/com.aspose.cells/chartcolorpalettetype/
---
@@ -12,7 +12,7 @@ java.lang.Object
public final class ChartColorPaletteType
```
-Enumerates all Monochromatic Palettes used in Excel chart.
+Enumerates all Monochromatic Palettes used in an Excel chart.
## Fields
| Field | Description |
diff --git a/english/java/com.aspose.cells/chartglobalizationsettings/_index.md b/english/java/com.aspose.cells/chartglobalizationsettings/_index.md
index 69faa9104e3..dfce6d815a3 100644
--- a/english/java/com.aspose.cells/chartglobalizationsettings/_index.md
+++ b/english/java/com.aspose.cells/chartglobalizationsettings/_index.md
@@ -1,7 +1,7 @@
---
title: ChartGlobalizationSettings
second_title: Aspose.Cells for Java API Reference
-description: Represents the globalization settings for chart.
+description: Represents the globalization settings for a chart.
type: docs
url: /java/com.aspose.cells/chartglobalizationsettings/
---
@@ -12,7 +12,7 @@ java.lang.Object
public class ChartGlobalizationSettings
```
-Represents the globalization settings for chart.
+Represents the globalization settings for a chart.
## Constructors
| Constructor | Description |
diff --git a/english/java/com.aspose.cells/charttextdirectiontype/_index.md b/english/java/com.aspose.cells/charttextdirectiontype/_index.md
index 39aead080ff..7bb80fe1948 100644
--- a/english/java/com.aspose.cells/charttextdirectiontype/_index.md
+++ b/english/java/com.aspose.cells/charttextdirectiontype/_index.md
@@ -18,8 +18,8 @@ Represents the text direction type of the chart.
| Field | Description |
| --- | --- |
| [HORIZONTAL](#HORIZONTAL) | Horizontal direction type. |
-| [ROTATE_270](#ROTATE-270) | Rotate 270 angle. |
-| [ROTATE_90](#ROTATE-90) | Rotate 90 angle. |
+| [ROTATE_270](#ROTATE-270) | Rotate 270-degree angle. |
+| [ROTATE_90](#ROTATE-90) | Rotate 90-degree angle. |
| [STACKED](#STACKED) | Stacked text. |
| [VERTICAL](#VERTICAL) | Vertical direction type. |
## Methods
@@ -49,7 +49,7 @@ public static final int ROTATE_270
```
-Rotate 270 angle.
+Rotate 270-degree angle.
### ROTATE_90 {#ROTATE-90}
```
@@ -57,7 +57,7 @@ public static final int ROTATE_90
```
-Rotate 90 angle.
+Rotate 90-degree angle.
### STACKED {#STACKED}
```
diff --git a/english/java/com.aspose.cells/charttextframe/_index.md b/english/java/com.aspose.cells/charttextframe/_index.md
index 4b01ef03084..13f2e5932d6 100644
--- a/english/java/com.aspose.cells/charttextframe/_index.md
+++ b/english/java/com.aspose.cells/charttextframe/_index.md
@@ -41,7 +41,7 @@ Encapsulates the object that represents the frame object which contains text.
| [getHeightRatioToChart()](#getHeightRatioToChart--) | Gets the height of frame in units of ratio of the chart area. |
| [getLinkedSource()](#getLinkedSource--) | Gets 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()](#getShadow--) | True if the frame has a shadow. |
| [getShapeProperties()](#getShapeProperties--) | Gets the [getShapeProperties()](../../com.aspose.cells/chartframe\#getShapeProperties--) object. |
| [getText()](#getText--) | Gets the text of a frame's title. |
@@ -64,7 +64,7 @@ Encapsulates the object that represents the frame object which contains text.
| [isAutomaticRotation()](#isAutomaticRotation--) | Indicates whether the text of the chart is automatically rotated. |
| [isAutomaticSize()](#isAutomaticSize--) | Indicates whether the chart frame is automatic sized. |
| [isDefaultPosBeSet()](#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()](#isInnerMode--) | Indicates whether the size of the plot area size includes the tick marks, and the axis labels. |
| [isResizeShapeToFitText()](#isResizeShapeToFitText--) | Gets whether a shape should be auto-fit to fully contain the text described within it. |
| [isTextWrapped()](#isTextWrapped--) | Gets a value indicating whether the text is wrapped. |
@@ -75,7 +75,7 @@ Encapsulates the object that represents the frame object which contains text.
| [setAutomaticSize(boolean value)](#setAutomaticSize-boolean-) | Indicates whether the chart frame is automatic sized. |
| [setBackground(int value)](#setBackground-int-) | Sets the display mode of the background. |
| [setBackgroundMode(int value)](#setBackgroundMode-int-) | Sets the display mode of the background. |
-| [setDeleted(boolean value)](#setDeleted-boolean-) | Indicates whether this data labels is deleted. |
+| [setDeleted(boolean value)](#setDeleted-boolean-) | Indicates whether this data labels are deleted. |
| [setDirectionType(int value)](#setDirectionType-int-) | Sets the direction of text. |
| [setHeight(int value)](#setHeight-int-) | Sets the height of frame in units of 1/4000 of the chart area. |
| [setHeightPixel(int value)](#setHeightPixel-int-) | Sets the height of frame in units of Pixel. |
@@ -85,7 +85,7 @@ Encapsulates the object that represents the frame object which contains text.
| [setPositionAuto()](#setPositionAuto--) | Set position of the frame to automatic |
| [setReadingOrder(int value)](#setReadingOrder-int-) | Represents text reading order. |
| [setResizeShapeToFitText(boolean value)](#setResizeShapeToFitText-boolean-) | Sets whether a shape should be auto-fit to fully contain the text described within it. |
-| [setRotationAngle(int value)](#setRotationAngle-int-) | Represents text rotation angle. |
+| [setRotationAngle(int value)](#setRotationAngle-int-) | Represents the text rotation angle. |
| [setShadow(boolean value)](#setShadow-boolean-) | True if the frame has a shadow. |
| [setText(String value)](#setText-java.lang.String-) | Sets the text of a frame's title. |
| [setTextDirection(int value)](#setTextDirection-int-) | Represents text reading order. |
@@ -402,7 +402,7 @@ public int getRotationAngle()
```
-Represents text rotation angle.
+Represents the text rotation angle.
**Remarks**
@@ -686,7 +686,7 @@ public boolean isDeleted()
```
-Indicates whether this data labels is deleted.
+Indicates whether this data labels are deleted.
**Returns:**
boolean
@@ -823,7 +823,7 @@ public void setDeleted(boolean value)
```
-Indicates whether this data labels is deleted.
+Indicates whether this data labels are deleted.
**Parameters:**
| Parameter | Type | Description |
@@ -964,7 +964,7 @@ public void setRotationAngle(int value)
```
-Represents text rotation angle.
+Represents the text rotation angle.
**Remarks**
diff --git a/english/java/com.aspose.cells/copyoptions/_index.md b/english/java/com.aspose.cells/copyoptions/_index.md
index aa1f668173b..4df7e744ae1 100644
--- a/english/java/com.aspose.cells/copyoptions/_index.md
+++ b/english/java/com.aspose.cells/copyoptions/_index.md
@@ -31,6 +31,7 @@ Represents the copy options.
| [getKeepMacros()](#getKeepMacros--) | Indicates whether keeping macros; |
| [getReferToDestinationSheet()](#getReferToDestinationSheet--) | When copying the range in the same file and the chart refers to the source sheet, False means the copied chart's data source will not be changed. |
| [getReferToSheetWithSameName()](#getReferToSheetWithSameName--) | In ms excel, when copying formulas which refer to other worksheets while copying a worksheet to another one, the copied formulas should refer to source workbook. |
+| [getUpdateInvalidReferencesToTargetSheet()](#getUpdateInvalidReferencesToTargetSheet--) | Indicates whether to refer to target worksheet if the referred worksheet is not copied. |
| [hashCode()](#hashCode--) | |
| [notify()](#notify--) | |
| [notifyAll()](#notifyAll--) | |
@@ -41,6 +42,7 @@ Represents the copy options.
| [setKeepMacros(boolean value)](#setKeepMacros-boolean-) | Indicates whether keeping macros; |
| [setReferToDestinationSheet(boolean value)](#setReferToDestinationSheet-boolean-) | When copying the range in the same file and the chart refers to the source sheet, False means the copied chart's data source will not be changed. |
| [setReferToSheetWithSameName(boolean value)](#setReferToSheetWithSameName-boolean-) | In ms excel, when copying formulas which refer to other worksheets while copying a worksheet to another one, the copied formulas should refer to source workbook. |
+| [setUpdateInvalidReferencesToTargetSheet(boolean value)](#setUpdateInvalidReferencesToTargetSheet-boolean-) | Indicates whether to refer to target worksheet if the referred worksheet is not copied. |
| [toString()](#toString--) | |
| [wait()](#wait--) | |
| [wait(long arg0)](#wait-long-) | |
@@ -162,6 +164,20 @@ In ms excel, when copying formulas which refer to other worksheets while copying
The default value is true.
+**Returns:**
+boolean
+### getUpdateInvalidReferencesToTargetSheet() {#getUpdateInvalidReferencesToTargetSheet--}
+```
+public boolean getUpdateInvalidReferencesToTargetSheet()
+```
+
+
+Indicates whether to refer to target worksheet if the referred worksheet is not copied.
+
+**Remarks**
+
+Only works when copying range or worksheet from another obook.
+
**Returns:**
boolean
### hashCode() {#hashCode--}
@@ -297,6 +313,23 @@ The default value is true.
| --- | --- | --- |
| value | boolean | |
+### setUpdateInvalidReferencesToTargetSheet(boolean value) {#setUpdateInvalidReferencesToTargetSheet-boolean-}
+```
+public void setUpdateInvalidReferencesToTargetSheet(boolean value)
+```
+
+
+Indicates whether to refer to target worksheet if the referred worksheet is not copied.
+
+**Remarks**
+
+Only works when copying range or worksheet from another obook.
+
+**Parameters:**
+| Parameter | Type | Description |
+| --- | --- | --- |
+| value | boolean | |
+
### toString() {#toString--}
```
public String toString()
diff --git a/english/java/com.aspose.cells/datalabels/_index.md b/english/java/com.aspose.cells/datalabels/_index.md
index 345a02ae8d1..4efa122ab9b 100644
--- a/english/java/com.aspose.cells/datalabels/_index.md
+++ b/english/java/com.aspose.cells/datalabels/_index.md
@@ -69,7 +69,7 @@ Encapsulates a collection of all the DataLabel objects for the specified Series.
| [getNumberFormatLinked()](#getNumberFormatLinked--) | True if the number format is linked to the cells (so that the number format changes in the labels when it changes in the cells). |
| [getPosition()](#getPosition--) | Represents the position of the data label. |
| [getReadingOrder()](#getReadingOrder--) | Represents text reading order. |
-| [getRotationAngle()](#getRotationAngle--) | Represents text rotation angle. |
+| [getRotationAngle()](#getRotationAngle--) | Represents the text rotation angle. |
| [getSeparatorType()](#getSeparatorType--) | Gets the separator type used for the data labels on a chart. |
| [getSeparatorValue()](#getSeparatorValue--) | Gets the separator value used for the data labels on a chart. |
| [getShadow()](#getShadow--) | True if the frame has a shadow. |
@@ -102,7 +102,7 @@ Encapsulates a collection of all the DataLabel objects for the specified Series.
| [isAutomaticRotation()](#isAutomaticRotation--) | Indicates whether the text of the chart is automatically rotated. |
| [isAutomaticSize()](#isAutomaticSize--) | Indicates whether the chart frame is automatic sized. |
| [isDefaultPosBeSet()](#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()](#isInnerMode--) | Indicates whether the size of the plot area size includes the tick marks, and the axis labels. |
| [isNeverOverlap()](#isNeverOverlap--) | Indicates whether datalabels never overlap when performing Pie Chart to image. |
| [isResizeShapeToFitText()](#isResizeShapeToFitText--) | Gets whether a shape should be auto-fit to fully contain the text described within it. |
@@ -114,7 +114,7 @@ Encapsulates a collection of all the DataLabel objects for the specified Series.
| [setAutomaticSize(boolean value)](#setAutomaticSize-boolean-) | Indicates whether the chart frame is automatic sized. |
| [setBackground(int value)](#setBackground-int-) | Sets the display mode of the background. |
| [setBackgroundMode(int value)](#setBackgroundMode-int-) | Sets the display mode of the background |
-| [setDeleted(boolean value)](#setDeleted-boolean-) | Indicates whether this data labels is deleted. |
+| [setDeleted(boolean value)](#setDeleted-boolean-) | Indicates whether this data labels are deleted. |
| [setDirectionType(int value)](#setDirectionType-int-) | Sets the direction of text. |
| [setHeight(int value)](#setHeight-int-) | Sets the height of frame in units of 1/4000 of the chart area. |
| [setHeightPixel(int value)](#setHeightPixel-int-) | Sets the height of frame in units of Pixel. |
@@ -129,7 +129,7 @@ Encapsulates a collection of all the DataLabel objects for the specified Series.
| [setPositionAuto()](#setPositionAuto--) | Set position of the frame to automatic |
| [setReadingOrder(int value)](#setReadingOrder-int-) | Represents text reading order. |
| [setResizeShapeToFitText(boolean value)](#setResizeShapeToFitText-boolean-) | Sets whether a shape should be auto-fit to fully contain the text described within it. |
-| [setRotationAngle(int value)](#setRotationAngle-int-) | Represents text rotation angle. |
+| [setRotationAngle(int value)](#setRotationAngle-int-) | Represents the text rotation angle. |
| [setSeparatorType(int value)](#setSeparatorType-int-) | Sets the separator type used for the data labels on a chart. |
| [setSeparatorValue(String value)](#setSeparatorValue-java.lang.String-) | Sets the separator value used for the data labels on a chart. |
| [setShadow(boolean value)](#setShadow-boolean-) | True if the frame has a shadow. |
@@ -502,7 +502,7 @@ public int getRotationAngle()
```
-Represents text rotation angle.
+Represents the text rotation angle.
**Remarks**
@@ -898,7 +898,7 @@ public boolean isDeleted()
```
-Indicates whether this data labels is deleted.
+Indicates whether this data labels are deleted.
**Returns:**
boolean
@@ -1041,7 +1041,7 @@ public void setDeleted(boolean value)
```
-Indicates whether this data labels is deleted.
+Indicates whether this data labels are deleted.
**Parameters:**
| Parameter | Type | Description |
@@ -1249,7 +1249,7 @@ public void setRotationAngle(int value)
```
-Represents text rotation angle.
+Represents the text rotation angle.
**Remarks**
diff --git a/english/java/com.aspose.cells/displayunitlabel/_index.md b/english/java/com.aspose.cells/displayunitlabel/_index.md
index 0d2de383e37..9ad6b1fa8c0 100644
--- a/english/java/com.aspose.cells/displayunitlabel/_index.md
+++ b/english/java/com.aspose.cells/displayunitlabel/_index.md
@@ -91,7 +91,7 @@ Represents the display unit label.
| [getHeightRatioToChart()](#getHeightRatioToChart--) | Gets the height of frame in units of ratio of the chart area. |
| [getLinkedSource()](#getLinkedSource--) | Gets 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()](#getShadow--) | True if the frame has a shadow. |
| [getShapeProperties()](#getShapeProperties--) | Gets the [getShapeProperties()](../../com.aspose.cells/chartframe\#getShapeProperties--) object. |
| [getText()](#getText--) | Gets the text of display unit label. |
@@ -114,7 +114,7 @@ Represents the display unit label.
| [isAutomaticRotation()](#isAutomaticRotation--) | Indicates whether the text of the chart is automatically rotated. |
| [isAutomaticSize()](#isAutomaticSize--) | Indicates whether the chart frame is automatic sized. |
| [isDefaultPosBeSet()](#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()](#isInnerMode--) | Indicates whether the size of the plot area size includes the tick marks, and the axis labels. |
| [isResizeShapeToFitText()](#isResizeShapeToFitText--) | Gets whether a shape should be auto-fit to fully contain the text described within it. |
| [isTextWrapped()](#isTextWrapped--) | Gets a value indicating whether the text is wrapped. |
@@ -125,7 +125,7 @@ Represents the display unit label.
| [setAutomaticSize(boolean value)](#setAutomaticSize-boolean-) | Indicates whether the chart frame is automatic sized. |
| [setBackground(int value)](#setBackground-int-) | Sets the display mode of the background. |
| [setBackgroundMode(int value)](#setBackgroundMode-int-) | Sets the display mode of the background. |
-| [setDeleted(boolean value)](#setDeleted-boolean-) | Indicates whether this data labels is deleted. |
+| [setDeleted(boolean value)](#setDeleted-boolean-) | Indicates whether this data labels are deleted. |
| [setDirectionType(int value)](#setDirectionType-int-) | Sets the direction of text. |
| [setHeight(int value)](#setHeight-int-) | Sets the height of frame in units of 1/4000 of the chart area. |
| [setHeightPixel(int value)](#setHeightPixel-int-) | Sets the height of frame in units of Pixel. |
@@ -135,7 +135,7 @@ Represents the display unit label.
| [setPositionAuto()](#setPositionAuto--) | Set position of the frame to automatic |
| [setReadingOrder(int value)](#setReadingOrder-int-) | Represents text reading order. |
| [setResizeShapeToFitText(boolean value)](#setResizeShapeToFitText-boolean-) | Sets whether a shape should be auto-fit to fully contain the text described within it. |
-| [setRotationAngle(int value)](#setRotationAngle-int-) | Represents text rotation angle. |
+| [setRotationAngle(int value)](#setRotationAngle-int-) | Represents the text rotation angle. |
| [setShadow(boolean value)](#setShadow-boolean-) | True if the frame has a shadow. |
| [setText(String value)](#setText-java.lang.String-) | Sets the text of display unit label. |
| [setTextDirection(int value)](#setTextDirection-int-) | Represents text reading order. |
@@ -452,7 +452,7 @@ public int getRotationAngle()
```
-Represents text rotation angle.
+Represents the text rotation angle.
**Remarks**
@@ -736,7 +736,7 @@ public boolean isDeleted()
```
-Indicates whether this data labels is deleted.
+Indicates whether this data labels are deleted.
**Returns:**
boolean
@@ -873,7 +873,7 @@ public void setDeleted(boolean value)
```
-Indicates whether this data labels is deleted.
+Indicates whether this data labels are deleted.
**Parameters:**
| Parameter | Type | Description |
@@ -1014,7 +1014,7 @@ public void setRotationAngle(int value)
```
-Represents text rotation angle.
+Represents the text rotation angle.
**Remarks**
diff --git a/english/java/com.aspose.cells/errorcellvaluetype/_index.md b/english/java/com.aspose.cells/errorcellvaluetype/_index.md
index e1f1e3fe0e3..6ebe4d0865a 100644
--- a/english/java/com.aspose.cells/errorcellvaluetype/_index.md
+++ b/english/java/com.aspose.cells/errorcellvaluetype/_index.md
@@ -23,10 +23,13 @@ Represents a cell value which contains an error.
| [CONNECT](#CONNECT) | Represents the value of a cell containing a \#CONNECT! |
| [EXTERNAL](#EXTERNAL) | Represents the value of a cell containing an \#EXTERNAL! |
| [FIELD](#FIELD) | Represents the value of a cell containing a \#FIELD! |
+| [NA](#NA) | Represents the value of a cell containing a \#NAME? |
| [NAME](#NAME) | Represents the value of a cell containing a \#NAME? |
+| [REF](#REF) | Represents the value of a cell containing a \#REF! |
| [SPILL](#SPILL) | Represents the value of a cell containing a \#SPILL! |
| [TIME_OUT](#TIME-OUT) | Represents the value of a cell containing a \#TIMEOUT! |
| [UNKNOWN](#UNKNOWN) | Represents the value of a cell containing a \#UNKNOWN! |
+| [VALUE](#VALUE) | Represents the value of a cell containing a \#VALUE! |
## Methods
| Method | Description |
@@ -88,6 +91,14 @@ public static final int FIELD
Represents the value of a cell containing a \#FIELD! error.
+### NA {#NA}
+```
+public static final int NA
+```
+
+
+Represents the value of a cell containing a \#NAME? error.
+
### NAME {#NAME}
```
public static final int NAME
@@ -96,6 +107,14 @@ public static final int NAME
Represents the value of a cell containing a \#NAME? error.
+### REF {#REF}
+```
+public static final int REF
+```
+
+
+Represents the value of a cell containing a \#REF! error.
+
### SPILL {#SPILL}
```
public static final int SPILL
@@ -120,6 +139,14 @@ public static final int UNKNOWN
Represents the value of a cell containing a \#UNKNOWN! error.
+### VALUE {#VALUE}
+```
+public static final int VALUE
+```
+
+
+Represents the value of a cell containing a \#VALUE! error.
+
### equals(Object arg0) {#equals-java.lang.Object-}
```
public boolean equals(Object arg0)
diff --git a/english/java/com.aspose.cells/labelpositiontype/_index.md b/english/java/com.aspose.cells/labelpositiontype/_index.md
index 1ef5470282d..157b428bcf0 100644
--- a/english/java/com.aspose.cells/labelpositiontype/_index.md
+++ b/english/java/com.aspose.cells/labelpositiontype/_index.md
@@ -19,12 +19,12 @@ Represents data label position type.
| --- | --- |
| [ABOVE](#ABOVE) | Applies only to line charts |
| [BELOW](#BELOW) | Applies only to line charts |
-| [BEST_FIT](#BEST-FIT) | Applies only to 2d/3d pie charts |
-| [CENTER](#CENTER) | Applies only to bar, 2d/3d pie charts |
+| [BEST_FIT](#BEST-FIT) | Applies only to 2D/3D pie charts |
+| [CENTER](#CENTER) | Applies only to bar, 2D/3D pie charts |
| [INSIDE_BASE](#INSIDE-BASE) | Applies only to bar, 2d/3d pie charts |
| [INSIDE_END](#INSIDE-END) | Applies only to bar charts |
| [LEFT](#LEFT) | Applies only to line charts |
-| [MOVED](#MOVED) | User moved the data labels, Only for reading chart from template file. |
+| [MOVED](#MOVED) | User moved the data labels only for reading the chart from the template file. |
| [OUTSIDE_END](#OUTSIDE-END) | Applies only to bar, 2d/3d pie charts |
| [RIGHT](#RIGHT) | Applies only to line charts |
## Methods
@@ -62,7 +62,7 @@ public static final int BEST_FIT
```
-Applies only to 2d/3d pie charts
+Applies only to 2D/3D pie charts
### CENTER {#CENTER}
```
@@ -70,7 +70,7 @@ public static final int CENTER
```
-Applies only to bar, 2d/3d pie charts
+Applies only to bar, 2D/3D pie charts
### INSIDE_BASE {#INSIDE-BASE}
```
@@ -102,7 +102,7 @@ public static final int MOVED
```
-User moved the data labels, Only for reading chart from template file.
+User moved the data labels only for reading the chart from the template file.
### OUTSIDE_END {#OUTSIDE-END}
```
diff --git a/english/java/com.aspose.cells/legend/_index.md b/english/java/com.aspose.cells/legend/_index.md
index f9b217e7852..821e7098e1a 100644
--- a/english/java/com.aspose.cells/legend/_index.md
+++ b/english/java/com.aspose.cells/legend/_index.md
@@ -76,7 +76,7 @@ Encapsulates the object that represents the chart legend.
| [getLinkedSource()](#getLinkedSource--) | Gets a reference to the worksheet. |
| [getPosition()](#getPosition--) | Gets the legend position type. |
| [getReadingOrder()](#getReadingOrder--) | Represents text reading order. |
-| [getRotationAngle()](#getRotationAngle--) | Represents text rotation angle. |
+| [getRotationAngle()](#getRotationAngle--) | Represents the text rotation angle. |
| [getShadow()](#getShadow--) | True if the frame has a shadow. |
| [getShapeProperties()](#getShapeProperties--) | Gets the [getShapeProperties()](../../com.aspose.cells/chartframe\#getShapeProperties--) object. |
| [getText()](#getText--) | Gets the text of a frame's title. |
@@ -99,7 +99,7 @@ Encapsulates the object that represents the chart legend.
| [isAutomaticRotation()](#isAutomaticRotation--) | Indicates whether the text of the chart is automatically rotated. |
| [isAutomaticSize()](#isAutomaticSize--) | Indicates whether the chart frame is automatic sized. |
| [isDefaultPosBeSet()](#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()](#isInnerMode--) | Indicates whether the size of the plot area size includes the tick marks, and the axis labels. |
| [isOverLay()](#isOverLay--) | Gets whether showing the legend without overlapping the chart. |
| [isResizeShapeToFitText()](#isResizeShapeToFitText--) | Gets whether a shape should be auto-fit to fully contain the text described within it. |
@@ -111,7 +111,7 @@ Encapsulates the object that represents the chart legend.
| [setAutomaticSize(boolean value)](#setAutomaticSize-boolean-) | Indicates whether the chart frame is automatic sized. |
| [setBackground(int value)](#setBackground-int-) | Sets the display mode of the background. |
| [setBackgroundMode(int value)](#setBackgroundMode-int-) | Sets the display mode of the background. |
-| [setDeleted(boolean value)](#setDeleted-boolean-) | Indicates whether this data labels is deleted. |
+| [setDeleted(boolean value)](#setDeleted-boolean-) | Indicates whether this data labels are deleted. |
| [setDirectionType(int value)](#setDirectionType-int-) | Sets the direction of text. |
| [setHeight(int value)](#setHeight-int-) | Sets the height of frame in units of 1/4000 of the chart area. |
| [setHeightPixel(int value)](#setHeightPixel-int-) | Sets the height of frame in units of Pixel. |
@@ -123,7 +123,7 @@ Encapsulates the object that represents the chart legend.
| [setPositionAuto()](#setPositionAuto--) | Set position of the frame to automatic |
| [setReadingOrder(int value)](#setReadingOrder-int-) | Represents text reading order. |
| [setResizeShapeToFitText(boolean value)](#setResizeShapeToFitText-boolean-) | Sets whether a shape should be auto-fit to fully contain the text described within it. |
-| [setRotationAngle(int value)](#setRotationAngle-int-) | Represents text rotation angle. |
+| [setRotationAngle(int value)](#setRotationAngle-int-) | Represents the text rotation angle. |
| [setShadow(boolean value)](#setShadow-boolean-) | True if the frame has a shadow. |
| [setText(String value)](#setText-java.lang.String-) | Sets the text of a frame's title. |
| [setTextDirection(int value)](#setTextDirection-int-) | Represents text reading order. |
@@ -496,7 +496,7 @@ public int getRotationAngle()
```
-Represents text rotation angle.
+Represents the text rotation angle.
**Remarks**
@@ -780,7 +780,7 @@ public boolean isDeleted()
```
-Indicates whether this data labels is deleted.
+Indicates whether this data labels are deleted.
**Returns:**
boolean
@@ -927,7 +927,7 @@ public void setDeleted(boolean value)
```
-Indicates whether this data labels is deleted.
+Indicates whether this data labels are deleted.
**Parameters:**
| Parameter | Type | Description |
@@ -1106,7 +1106,7 @@ public void setRotationAngle(int value)
```
-Represents text rotation angle.
+Represents the text rotation angle.
**Remarks**
diff --git a/english/java/com.aspose.cells/mapchartlabellayout/_index.md b/english/java/com.aspose.cells/mapchartlabellayout/_index.md
index 216bf9e09e3..4e8e592ff9d 100644
--- a/english/java/com.aspose.cells/mapchartlabellayout/_index.md
+++ b/english/java/com.aspose.cells/mapchartlabellayout/_index.md
@@ -17,7 +17,7 @@ Represents the layout of map chart's labels.
| Field | Description |
| --- | --- |
-| [BEST_FIT_ONLY](#BEST-FIT-ONLY) | Only best fit. |
+| [BEST_FIT_ONLY](#BEST-FIT-ONLY) | Only the best fit. |
| [NONE](#NONE) | No labels. |
| [SHOW_ALL](#SHOW-ALL) | Shows all labels. |
## Methods
@@ -39,7 +39,7 @@ public static final int BEST_FIT_ONLY
```
-Only best fit.
+Only the best fit.
### NONE {#NONE}
```
diff --git a/english/java/com.aspose.cells/mapchartprojectiontype/_index.md b/english/java/com.aspose.cells/mapchartprojectiontype/_index.md
index 4e6489fef2e..f8e46f81a7e 100644
--- a/english/java/com.aspose.cells/mapchartprojectiontype/_index.md
+++ b/english/java/com.aspose.cells/mapchartprojectiontype/_index.md
@@ -1,7 +1,7 @@
---
title: MapChartProjectionType
second_title: Aspose.Cells for Java API Reference
-description: Represents projection type of the map chart.
+description: Represents the projection type of the map chart.
type: docs
url: /java/com.aspose.cells/mapchartprojectiontype/
---
@@ -12,7 +12,7 @@ java.lang.Object
public final class MapChartProjectionType
```
-Represents projection type of the map chart.
+Represents the projection type of the map chart.
## Fields
| Field | Description |
diff --git a/english/java/com.aspose.cells/pivottable/_index.md b/english/java/com.aspose.cells/pivottable/_index.md
index 54383d164c1..8853d3893d5 100644
--- a/english/java/com.aspose.cells/pivottable/_index.md
+++ b/english/java/com.aspose.cells/pivottable/_index.md
@@ -145,7 +145,7 @@ Summary description for PivotTable.
| [getExternalConnectionDataSource()](#getExternalConnectionDataSource--) | Gets the external connection data source. |
| [getFieldListSortAscending()](#getFieldListSortAscending--) | Indicates whether fields in the PivotTable are sorted in non-default order in the field list. |
| [getFields(int fieldType)](#getFields-int-) | Gets the specific pivot field list by the region. |
-| [getFilterArea()](#getFilterArea--) | Gets the region of filter region. |
+| [getFilterArea()](#getFilterArea--) | Gets the area of filter region. |
| [getGrandTotalName()](#getGrandTotalName--) | Returns the label that is displayed in the grand total column or row heading. |
| [getHorizontalBreaks()](#getHorizontalBreaks--) | Gets pivot table row index list of horizontal page breaks |
| [getHorizontalPageBreaks()](#getHorizontalPageBreaks--) | Gets horizontal page breaks of this pivot table. |
@@ -938,11 +938,11 @@ public CellArea getFilterArea()
```
-Gets the region of filter region.
+Gets the area of filter region.
**Remarks**
-Only valid if filter pivot fields exists.
+Only valid if filter pivot fields exists. An empty area will be returned if this pivot table does not contains filter pivot fields
**Returns:**
[CellArea](../../com.aspose.cells/cellarea)
diff --git a/english/java/com.aspose.cells/plotarea/_index.md b/english/java/com.aspose.cells/plotarea/_index.md
index a5312223245..7b5492b9620 100644
--- a/english/java/com.aspose.cells/plotarea/_index.md
+++ b/english/java/com.aspose.cells/plotarea/_index.md
@@ -36,61 +36,61 @@ Encapsulates the object that represents the plot area in a chart.
| [getFont()](#getFont--) | Gets a [ChartArea.getFont()](../../com.aspose.cells/chartarea\#getFont--) object of the specified ChartFrame object. |
| [getHeight()](#getHeight--) | Gets the height of plot-area bounding box in units of 1/4000 of the chart area. |
| [getHeightPixel()](#getHeightPixel--) | Gets the height of frame in units of Pixel. |
-| [getHeightRatioToChart()](#getHeightRatioToChart--) | Gets the height of plot-area bounding box in units of ratio of the chart area. |
-| [getInnerHeight()](#getInnerHeight--) | Gets the height of plot area in units of 1/4000 of the chart area. |
+| [getHeightRatioToChart()](#getHeightRatioToChart--) | Gets the height of the plot-area bounding box in units of the ratio of the chart area. |
+| [getInnerHeight()](#getInnerHeight--) | Gets the height of the plot area in units of 1/4000 of the chart area. |
| [getInnerHeightRatioToChart()](#getInnerHeightRatioToChart--) | Gets the height of plot area in units of ratio of the chart area. |
| [getInnerWidth()](#getInnerWidth--) | Gets the width of plot area in units of 1/4000 of the chart area. |
-| [getInnerWidthRatioToChart()](#getInnerWidthRatioToChart--) | Gets the width of plot area in units of ratio of the chart area. |
-| [getInnerX()](#getInnerX--) | Gets or gets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area. |
-| [getInnerXRatioToChart()](#getInnerXRatioToChart--) | Gets or gets the x coordinate of the upper top corner of plot area in units of ratio of the chart area. |
-| [getInnerY()](#getInnerY--) | Gets or gets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area. |
-| [getInnerYRatioToChart()](#getInnerYRatioToChart--) | Gets or gets the x coordinate of the upper top corner of plot area in units of ratio of the chart area. |
+| [getInnerWidthRatioToChart()](#getInnerWidthRatioToChart--) | Gets the width of the plot area in units of the ratio of the chart area. |
+| [getInnerX()](#getInnerX--) | Gets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area. |
+| [getInnerXRatioToChart()](#getInnerXRatioToChart--) | Gets or gets the x coordinate of the upper top corner of plot area in units of the ratio of the chart area. |
+| [getInnerY()](#getInnerY--) | Gets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area. |
+| [getInnerYRatioToChart()](#getInnerYRatioToChart--) | Gets or gets the x coordinate of the upper top corner of plot area in units of the ratio of the chart area. |
| [getShadow()](#getShadow--) | True if the frame has a shadow. |
| [getShapeProperties()](#getShapeProperties--) | Gets the [getShapeProperties()](../../com.aspose.cells/chartframe\#getShapeProperties--) object. |
| [getTextFont()](#getTextFont--) | Gets a [ChartArea.getFont()](../../com.aspose.cells/chartarea\#getFont--) object of the specified ChartFrame object. |
| [getTextOptions()](#getTextOptions--) | Gets the options of the text. |
| [getWidth()](#getWidth--) | Gets the width of plot-area bounding box in units of 1/4000 of the chart area. |
| [getWidthPixel()](#getWidthPixel--) | Gets the width of frame in units of Pixel. |
-| [getWidthRatioToChart()](#getWidthRatioToChart--) | Gets the width of plot-area bounding box in units of ratio of the chart area. |
-| [getX()](#getX--) | Gets or gets the x coordinate of the upper left corner of plot-area bounding box in units of 1/4000 of the chart area. |
+| [getWidthRatioToChart()](#getWidthRatioToChart--) | Gets the width of plot-area bounding box in units of the ratio of the chart area. |
+| [getX()](#getX--) | Gets the x coordinate of the upper left corner of the plot-area bounding box in units of 1/4000 of the chart area. |
| [getXPixel()](#getXPixel--) | Gets the x coordinate of the upper left corner in units of Pixel. |
-| [getXRatioToChart()](#getXRatioToChart--) | Gets or gets the x coordinate of the upper left corner of plot-area bounding box in units of ratio of the chart area. |
-| [getY()](#getY--) | Gets or gets the y coordinate of the upper top corner of plot-area bounding box in units of 1/4000 of the chart area. |
+| [getXRatioToChart()](#getXRatioToChart--) | Gets the x coordinate of the upper left corner of the plot area bounding box as a ratio of the chart area. |
+| [getY()](#getY--) | Gets the y coordinate of the upper top corner of the plot-area bounding box in units of 1/4000 of the chart area. |
| [getYPixel()](#getYPixel--) | Gets the y coordinate of the upper left corner in units of Pixel. |
-| [getYRatioToChart()](#getYRatioToChart--) | Gets or gets the y coordinate of the upper top corner of plot-area bounding box in units of ratio of the chart area. |
+| [getYRatioToChart()](#getYRatioToChart--) | Gets the y coordinate of the upper top corner of the plot-area bounding box as a ratio of the chart area. |
| [hashCode()](#hashCode--) | |
-| [isAutomaticSize()](#isAutomaticSize--) | Indicates whether the plot area is automatic sized. |
+| [isAutomaticSize()](#isAutomaticSize--) | Indicates whether the plot area is automatically sized. |
| [isDefaultPosBeSet()](#isDefaultPosBeSet--) | Indicates whether default position(DefaultX, DefaultY, DefaultWidth and DefaultHeight) are set. |
| [isInnerMode()](#isInnerMode--) | Indicates whether the size of the plot area size includes the tick marks, and the axis labels. |
| [notify()](#notify--) | |
| [notifyAll()](#notifyAll--) | |
| [setAutoScaleFont(boolean value)](#setAutoScaleFont-boolean-) | True if the text in the object changes font size when the object size changes. |
-| [setAutomaticSize(boolean value)](#setAutomaticSize-boolean-) | Indicates whether the plot area is automatic sized. |
+| [setAutomaticSize(boolean value)](#setAutomaticSize-boolean-) | Indicates whether the plot area is automatically sized. |
| [setBackground(int value)](#setBackground-int-) | Sets the display mode of the background. |
| [setBackgroundMode(int value)](#setBackgroundMode-int-) | Sets the display mode of the background. |
| [setHeight(int value)](#setHeight-int-) | Sets the height of plot-area bounding box in units of 1/4000 of the chart area. |
| [setHeightPixel(int value)](#setHeightPixel-int-) | Sets the height of frame in units of Pixel. |
-| [setHeightRatioToChart(double value)](#setHeightRatioToChart-double-) | Sets the height of plot-area bounding box in units of ratio of the chart area. |
-| [setInnerHeight(int value)](#setInnerHeight-int-) | Sets the height of plot area in units of 1/4000 of the chart area. |
+| [setHeightRatioToChart(double value)](#setHeightRatioToChart-double-) | Sets the height of the plot-area bounding box in units of the ratio of the chart area. |
+| [setInnerHeight(int value)](#setInnerHeight-int-) | Sets the height of the plot area in units of 1/4000 of the chart area. |
| [setInnerHeightRatioToChart(double value)](#setInnerHeightRatioToChart-double-) | Sets the height of plot area in units of ratio of the chart area. |
| [setInnerMode(boolean value)](#setInnerMode-boolean-) | Indicates whether the size of the plot area size includes the tick marks, and the axis labels. |
| [setInnerWidth(int value)](#setInnerWidth-int-) | Sets the width of plot area in units of 1/4000 of the chart area. |
-| [setInnerWidthRatioToChart(double value)](#setInnerWidthRatioToChart-double-) | Sets the width of plot area in units of ratio of the chart area. |
-| [setInnerX(int value)](#setInnerX-int-) | Gets or gets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area. |
-| [setInnerXRatioToChart(double value)](#setInnerXRatioToChart-double-) | Gets or gets the x coordinate of the upper top corner of plot area in units of ratio of the chart area. |
-| [setInnerY(int value)](#setInnerY-int-) | Gets or gets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area. |
-| [setInnerYRatioToChart(double value)](#setInnerYRatioToChart-double-) | Gets or gets the x coordinate of the upper top corner of plot area in units of ratio of the chart area. |
-| [setPositionAuto()](#setPositionAuto--) | Set position of the plot area to automatic |
+| [setInnerWidthRatioToChart(double value)](#setInnerWidthRatioToChart-double-) | Sets the width of the plot area in units of the ratio of the chart area. |
+| [setInnerX(int value)](#setInnerX-int-) | Sets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area. |
+| [setInnerXRatioToChart(double value)](#setInnerXRatioToChart-double-) | Gets or gets the x coordinate of the upper top corner of plot area in units of the ratio of the chart area. |
+| [setInnerY(int value)](#setInnerY-int-) | Sets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area. |
+| [setInnerYRatioToChart(double value)](#setInnerYRatioToChart-double-) | Gets or gets the x coordinate of the upper top corner of plot area in units of the ratio of the chart area. |
+| [setPositionAuto()](#setPositionAuto--) | Set the position of the plot area to automatic |
| [setShadow(boolean value)](#setShadow-boolean-) | True if the frame has a shadow. |
| [setWidth(int value)](#setWidth-int-) | Sets the width of plot-area bounding box in units of 1/4000 of the chart area. |
| [setWidthPixel(int value)](#setWidthPixel-int-) | Sets the width of frame in units of Pixel. |
-| [setWidthRatioToChart(double value)](#setWidthRatioToChart-double-) | Sets the width of plot-area bounding box in units of ratio of the chart area. |
-| [setX(int value)](#setX-int-) | Gets or gets the x coordinate of the upper left corner of plot-area bounding box in units of 1/4000 of the chart area. |
+| [setWidthRatioToChart(double value)](#setWidthRatioToChart-double-) | Sets the width of plot-area bounding box in units of the ratio of the chart area. |
+| [setX(int value)](#setX-int-) | Sets the x coordinate of the upper left corner of the plot-area bounding box in units of 1/4000 of the chart area. |
| [setXPixel(int value)](#setXPixel-int-) | Sets the x coordinate of the upper left corner in units of Pixel. |
-| [setXRatioToChart(double value)](#setXRatioToChart-double-) | Gets or gets the x coordinate of the upper left corner of plot-area bounding box in units of ratio of the chart area. |
-| [setY(int value)](#setY-int-) | Gets or gets the y coordinate of the upper top corner of plot-area bounding box in units of 1/4000 of the chart area. |
+| [setXRatioToChart(double value)](#setXRatioToChart-double-) | Sets the x coordinate of the upper left corner of the plot area bounding box as a ratio of the chart area. |
+| [setY(int value)](#setY-int-) | Sets the y coordinate of the upper top corner of the plot-area bounding box in units of 1/4000 of the chart area. |
| [setYPixel(int value)](#setYPixel-int-) | Sets the y coordinate of the upper left corner in units of Pixel. |
-| [setYRatioToChart(double value)](#setYRatioToChart-double-) | Gets or gets the y coordinate of the upper top corner of plot-area bounding box in units of ratio of the chart area. |
+| [setYRatioToChart(double value)](#setYRatioToChart-double-) | Sets the y coordinate of the upper top corner of the plot-area bounding box as a ratio of the chart area. |
| [toString()](#toString--) | |
| [wait()](#wait--) | |
| [wait(long arg0)](#wait-long-) | |
@@ -328,7 +328,7 @@ public double getHeightRatioToChart()
```
-Gets the height of plot-area bounding box in units of ratio of the chart area.
+Gets the height of the plot-area bounding box in units of the ratio of the chart area.
**Remarks**
@@ -348,7 +348,7 @@ public int getInnerHeight()
```
-Gets the height of plot area in units of 1/4000 of the chart area.
+Gets the height of the plot area in units of 1/4000 of the chart area.
**Remarks**
@@ -396,7 +396,7 @@ public double getInnerWidthRatioToChart()
```
-Gets the width of plot area in units of ratio of the chart area.
+Gets the width of the plot area in units of the ratio of the chart area.
**Remarks**
@@ -416,7 +416,7 @@ public int getInnerX()
```
-Gets or gets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area.
+Gets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area.
**Remarks**
@@ -430,7 +430,7 @@ public double getInnerXRatioToChart()
```
-Gets or gets the x coordinate of the upper top corner of plot area in units of ratio of the chart area.
+Gets or gets the x coordinate of the upper top corner of plot area in units of the ratio of the chart area.
**Remarks**
@@ -450,7 +450,7 @@ public int getInnerY()
```
-Gets or gets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area.
+Gets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area.
**Remarks**
@@ -464,7 +464,7 @@ public double getInnerYRatioToChart()
```
-Gets or gets the x coordinate of the upper top corner of plot area in units of ratio of the chart area.
+Gets or gets the x coordinate of the upper top corner of plot area in units of the ratio of the chart area.
**Remarks**
@@ -556,7 +556,7 @@ public double getWidthRatioToChart()
```
-Gets the width of plot-area bounding box in units of ratio of the chart area.
+Gets the width of plot-area bounding box in units of the ratio of the chart area.
**Remarks**
@@ -576,7 +576,7 @@ public int getX()
```
-Gets or gets the x coordinate of the upper left corner of plot-area bounding box in units of 1/4000 of the chart area.
+Gets the x coordinate of the upper left corner of the plot-area bounding box in units of 1/4000 of the chart area.
**Remarks**
@@ -600,7 +600,7 @@ public double getXRatioToChart()
```
-Gets or gets the x coordinate of the upper left corner of plot-area bounding box in units of ratio of the chart area.
+Gets the x coordinate of the upper left corner of the plot area bounding box as a ratio of the chart area.
**Remarks**
@@ -620,7 +620,7 @@ public int getY()
```
-Gets or gets the y coordinate of the upper top corner of plot-area bounding box in units of 1/4000 of the chart area.
+Gets the y coordinate of the upper top corner of the plot-area bounding box in units of 1/4000 of the chart area.
**Remarks**
@@ -644,7 +644,7 @@ public double getYRatioToChart()
```
-Gets or gets the y coordinate of the upper top corner of plot-area bounding box in units of ratio of the chart area.
+Gets the y coordinate of the upper top corner of the plot-area bounding box as a ratio of the chart area.
**Remarks**
@@ -674,7 +674,7 @@ public boolean isAutomaticSize()
```
-Indicates whether the plot area is automatic sized.
+Indicates whether the plot area is automatically sized.
**Remarks**
@@ -741,7 +741,7 @@ public void setAutomaticSize(boolean value)
```
-Indicates whether the plot area is automatic sized.
+Indicates whether the plot area is automatically sized.
**Remarks**
@@ -826,7 +826,7 @@ public void setHeightRatioToChart(double value)
```
-Sets the height of plot-area bounding box in units of ratio of the chart area.
+Sets the height of the plot-area bounding box in units of the ratio of the chart area.
**Remarks**
@@ -849,7 +849,7 @@ public void setInnerHeight(int value)
```
-Sets the height of plot area in units of 1/4000 of the chart area.
+Sets the height of the plot area in units of 1/4000 of the chart area.
**Remarks**
@@ -923,7 +923,7 @@ public void setInnerWidthRatioToChart(double value)
```
-Sets the width of plot area in units of ratio of the chart area.
+Sets the width of the plot area in units of the ratio of the chart area.
**Remarks**
@@ -946,7 +946,7 @@ public void setInnerX(int value)
```
-Gets or gets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area.
+Sets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area.
**Remarks**
@@ -963,7 +963,7 @@ public void setInnerXRatioToChart(double value)
```
-Gets or gets the x coordinate of the upper top corner of plot area in units of ratio of the chart area.
+Gets or gets the x coordinate of the upper top corner of plot area in units of the ratio of the chart area.
**Remarks**
@@ -986,7 +986,7 @@ public void setInnerY(int value)
```
-Gets or gets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area.
+Sets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area.
**Remarks**
@@ -1003,7 +1003,7 @@ public void setInnerYRatioToChart(double value)
```
-Gets or gets the x coordinate of the upper top corner of plot area in units of ratio of the chart area.
+Gets or gets the x coordinate of the upper top corner of plot area in units of the ratio of the chart area.
**Remarks**
@@ -1026,7 +1026,7 @@ public void setPositionAuto()
```
-Set position of the plot area to automatic
+Set the position of the plot area to automatic
### setShadow(boolean value) {#setShadow-boolean-}
```
@@ -1081,7 +1081,7 @@ public void setWidthRatioToChart(double value)
```
-Sets the width of plot-area bounding box in units of ratio of the chart area.
+Sets the width of plot-area bounding box in units of the ratio of the chart area.
**Remarks**
@@ -1104,7 +1104,7 @@ public void setX(int value)
```
-Gets or gets the x coordinate of the upper left corner of plot-area bounding box in units of 1/4000 of the chart area.
+Sets the x coordinate of the upper left corner of the plot-area bounding box in units of 1/4000 of the chart area.
**Remarks**
@@ -1134,7 +1134,7 @@ public void setXRatioToChart(double value)
```
-Gets or gets the x coordinate of the upper left corner of plot-area bounding box in units of ratio of the chart area.
+Sets the x coordinate of the upper left corner of the plot area bounding box as a ratio of the chart area.
**Remarks**
@@ -1157,7 +1157,7 @@ public void setY(int value)
```
-Gets or gets the y coordinate of the upper top corner of plot-area bounding box in units of 1/4000 of the chart area.
+Sets the y coordinate of the upper top corner of the plot-area bounding box in units of 1/4000 of the chart area.
**Remarks**
@@ -1187,7 +1187,7 @@ public void setYRatioToChart(double value)
```
-Gets or gets the y coordinate of the upper top corner of plot-area bounding box in units of ratio of the chart area.
+Sets the y coordinate of the upper top corner of the plot-area bounding box as a ratio of the chart area.
**Remarks**
diff --git a/english/java/com.aspose.cells/series/_index.md b/english/java/com.aspose.cells/series/_index.md
index 743eebca88a..2d06b54056c 100644
--- a/english/java/com.aspose.cells/series/_index.md
+++ b/english/java/com.aspose.cells/series/_index.md
@@ -76,9 +76,9 @@ Encapsulates the object that represents a single data series in a chart.
| Method | Description |
| --- | --- |
| [equals(Object arg0)](#equals-java.lang.Object-) | |
-| [getArea()](#getArea--) | Represents the background area of Series object. |
+| [getArea()](#getArea--) | Represents the background area of the Series object. |
| [getBar3DShapeType()](#getBar3DShapeType--) | Gets the 3D shape type used with the 3-D bar or column chart. |
-| [getBorder()](#getBorder--) | Represents border of Series object. |
+| [getBorder()](#getBorder--) | Represents the border of a Series object. |
| [getBubbleScale()](#getBubbleScale--) | Gets the scale factor for bubbles in the specified chart group. |
| [getBubbleSizeRepresents()](#getBubbleSizeRepresents--) | Gets what the bubble size represents on a bubble chart. |
| [getBubbleSizes()](#getBubbleSizes--) | Gets the bubble sizes values of the chart series. |
@@ -119,10 +119,10 @@ Encapsulates the object that represents a single data series in a chart.
| [getType()](#getType--) | Gets a data series' type. |
| [getUpBars()](#getUpBars--) | Returns an DropBars object that represents the up bars on a line chart. |
| [getValues()](#getValues--) | Represents the Y values of this chart series. |
-| [getValuesFormatCode()](#getValuesFormatCode--) | Represents format code of Values's NumberList. |
+| [getValuesFormatCode()](#getValuesFormatCode--) | Represents format code of Values' NumberList. |
| [getXErrorBar()](#getXErrorBar--) | Represents X direction error bar of the series. |
| [getXValues()](#getXValues--) | Represents the X values of this chart series. |
-| [getXValuesFormatCode()](#getXValuesFormatCode--) | Represents format code of X Values's NumberList. |
+| [getXValuesFormatCode()](#getXValuesFormatCode--) | Represents format code of X Values' NumberList. |
| [getYErrorBar()](#getYErrorBar--) | Represents Y direction error bar of the series. |
| [hasDropLines()](#hasDropLines--) | True if the chart has drop lines. |
| [hasHiLoLines()](#hasHiLoLines--) | True if the line chart has high-low lines. |
@@ -133,7 +133,7 @@ Encapsulates the object that represents a single data series in a chart.
| [hashCode()](#hashCode--) | |
| [isAutoSplit()](#isAutoSplit--) | Indicates whether the threshold value is automatic. |
| [isColorVaried()](#isColorVaried--) | Represents if the color of points is varied. |
-| [isFiltered()](#isFiltered--) | Indicates whether the series is selected or filtered.True represents this series is filtered, and it will not be displayed on the chart. |
+| [isFiltered()](#isFiltered--) | Indicates whether the series is selected or filtered. |
| [isVerticalValues()](#isVerticalValues--) | Indicates whether the data source is vertical. |
| [move(int count)](#move-int-) | Moves the series up or down. |
| [notify()](#notify--) | |
@@ -145,7 +145,7 @@ Encapsulates the object that represents a single data series in a chart.
| [setColorVaried(boolean value)](#setColorVaried-boolean-) | Represents if the color of points is varied. |
| [setDoughnutHoleSize(int value)](#setDoughnutHoleSize-int-) | Returns or sets the size of the hole in a doughnut chart group. |
| [setExplosion(int value)](#setExplosion-int-) | The distance of an open pie slice from the center of the pie chart is expressed as a percentage of the pie diameter. |
-| [setFiltered(boolean value)](#setFiltered-boolean-) | Indicates whether the series is selected or filtered.True represents this series is filtered, and it will not be displayed on the chart. |
+| [setFiltered(boolean value)](#setFiltered-boolean-) | Indicates whether the series is selected or filtered. |
| [setFirstSliceAngle(short value)](#setFirstSliceAngle-short-) | Sets the angle of the first pie-chart or doughnut-chart slice, in degrees (clockwise from vertical). |
| [setGapWidth(short value)](#setGapWidth-short-) | Returns or sets the space between bar or column clusters, as a percentage of the bar or column width. |
| [setHas3DEffect(boolean value)](#setHas3DEffect-boolean-) | True if the series has a three-dimensional appearance. |
@@ -167,9 +167,9 @@ Encapsulates the object that represents a single data series in a chart.
| [setSplitValue(double value)](#setSplitValue-double-) | Returns or sets a value that shall be used to determine which data points are in the second pie or bar on a pie of pie or bar of pie chart. |
| [setType(int value)](#setType-int-) | Sets a data series' type. |
| [setValues(String value)](#setValues-java.lang.String-) | Represents the Y values of this chart series. |
-| [setValuesFormatCode(String value)](#setValuesFormatCode-java.lang.String-) | Represents format code of Values's NumberList. |
+| [setValuesFormatCode(String value)](#setValuesFormatCode-java.lang.String-) | Represents format code of Values' NumberList. |
| [setXValues(String value)](#setXValues-java.lang.String-) | Represents the X values of this chart series. |
-| [setXValuesFormatCode(String value)](#setXValuesFormatCode-java.lang.String-) | Represents format code of X Values's NumberList. |
+| [setXValuesFormatCode(String value)](#setXValuesFormatCode-java.lang.String-) | Represents format code of X Values' NumberList. |
| [toString()](#toString--) | |
| [wait()](#wait--) | |
| [wait(long arg0)](#wait-long-) | |
@@ -195,7 +195,7 @@ public Area getArea()
```
-Represents the background area of Series object.
+Represents the background area of the Series object.
**Returns:**
[Area](../../com.aspose.cells/area)
@@ -217,7 +217,7 @@ public Line getBorder()
```
-Represents border of Series object.
+Represents the border of a Series object.
**Returns:**
[Line](../../com.aspose.cells/line)
@@ -253,7 +253,11 @@ public String getBubbleSizes()
```
-Gets the bubble sizes values of the chart series.
+Gets the bubble sizes values of the chart series.
+
+**Remarks**
+
+Only for [ChartType.BUBBLE](../../com.aspose.cells/charttype\#BUBBLE) or [ChartType.BUBBLE\_3\_D](../../com.aspose.cells/charttype\#BUBBLE-3-D).
**Returns:**
java.lang.String
@@ -714,7 +718,7 @@ public String getValuesFormatCode()
```
-Represents format code of Values's NumberList.
+Represents format code of Values' NumberList.
**Returns:**
java.lang.String
@@ -738,7 +742,7 @@ Represents the X values of this chart series.
**Remarks**
-To get the actual values(corresponding to every point of this series) defined by this property, please use [getCategoryValues()](../../com.aspose.cells/series\#getCategoryValues--).
+Only for Scatter and Bubble chart. Please use [SeriesCollection.getCategoryData()](../../com.aspose.cells/seriescollection\#getCategoryData--) for other types of charts [getCategoryValues()](../../com.aspose.cells/series\#getCategoryValues--) is used to get the actual category values of this series.
**Returns:**
java.lang.String
@@ -748,7 +752,7 @@ public String getXValuesFormatCode()
```
-Represents format code of X Values's NumberList.
+Represents format code of X Values' NumberList.
**Returns:**
java.lang.String
@@ -858,7 +862,7 @@ public boolean isFiltered()
```
-Indicates whether the series is selected or filtered.True represents this series is filtered, and it will not be displayed on the chart.
+Indicates whether the series is selected or filtered. True represents that this series is filtered, and it will not be displayed on the chart.
**Returns:**
boolean
@@ -954,7 +958,11 @@ public void setBubbleSizes(String value)
```
-Sets the bubble sizes values of the chart series.
+Sets the bubble sizes values of the chart series.
+
+**Remarks**
+
+Only for [ChartType.BUBBLE](../../com.aspose.cells/charttype\#BUBBLE) or [ChartType.BUBBLE\_3\_D](../../com.aspose.cells/charttype\#BUBBLE-3-D).
**Parameters:**
| Parameter | Type | Description |
@@ -1006,7 +1014,7 @@ public void setFiltered(boolean value)
```
-Indicates whether the series is selected or filtered.True represents this series is filtered, and it will not be displayed on the chart.
+Indicates whether the series is selected or filtered. True represents that this series is filtered, and it will not be displayed on the chart.
**Parameters:**
| Parameter | Type | Description |
@@ -1310,7 +1318,7 @@ public void setValuesFormatCode(String value)
```
-Represents format code of Values's NumberList.
+Represents format code of Values' NumberList.
**Parameters:**
| Parameter | Type | Description |
@@ -1327,7 +1335,7 @@ Represents the X values of this chart series.
**Remarks**
-To get the actual values(corresponding to every point of this series) defined by this property, please use [getCategoryValues()](../../com.aspose.cells/series\#getCategoryValues--).
+Only for Scatter and Bubble chart. Please use [SeriesCollection.getCategoryData()](../../com.aspose.cells/seriescollection\#getCategoryData--) for other types of charts [getCategoryValues()](../../com.aspose.cells/series\#getCategoryValues--) is used to get the actual category values of this series.
**Parameters:**
| Parameter | Type | Description |
@@ -1340,7 +1348,7 @@ public void setXValuesFormatCode(String value)
```
-Represents format code of X Values's NumberList.
+Represents format code of X Values' NumberList.
**Parameters:**
| Parameter | Type | Description |
diff --git a/english/java/com.aspose.cells/serieslayoutproperties/_index.md b/english/java/com.aspose.cells/serieslayoutproperties/_index.md
index 08afa57d790..8e2d98dece3 100644
--- a/english/java/com.aspose.cells/serieslayoutproperties/_index.md
+++ b/english/java/com.aspose.cells/serieslayoutproperties/_index.md
@@ -12,7 +12,11 @@ java.lang.Object
public class SeriesLayoutProperties
```
-Represents the properties of series layout.
+Represents the properties of series layout.
+
+**Remarks**
+
+Only applicable to BoxWhisker,Funnel,ParetoLine,Sunburst,Treemap,Waterfall and Histogram chart.
## Constructors
| Constructor | Description |
@@ -28,11 +32,11 @@ Represents the properties of series layout.
| [getMapChartRegionType()](#getMapChartRegionType--) | Gets the region type of the map. |
| [getMapLabelLayout()](#getMapLabelLayout--) | Gets the layout of map labels. |
| [getQuartileCalculation()](#getQuartileCalculation--) | Represents the statistical properties for the series. |
-| [getShowConnectorLines()](#getShowConnectorLines--) | Indicates whether showing connector lines between data points. |
-| [getShowInnerPoints()](#getShowInnerPoints--) | Indicates whether showing non-outlier data points. |
-| [getShowMeanLine()](#getShowMeanLine--) | Indicates whether showing the line connecting all mean points. |
-| [getShowMeanMarker()](#getShowMeanMarker--) | Indicates whether showing markers denoting the mean. |
-| [getShowOutlierPoints()](#getShowOutlierPoints--) | Indicates whether showing outlier data points. |
+| [getShowConnectorLines()](#getShowConnectorLines--) | Indicates whether connector lines are shown between data points. |
+| [getShowInnerPoints()](#getShowInnerPoints--) | Indicates whether to show non-outlier data points. |
+| [getShowMeanLine()](#getShowMeanLine--) | Indicates whether to show the line connecting all mean points. |
+| [getShowMeanMarker()](#getShowMeanMarker--) | Indicates whether markers denoting the mean are shown. |
+| [getShowOutlierPoints()](#getShowOutlierPoints--) | Indicates whether outlier data points are shown. |
| [getSubtotals()](#getSubtotals--) | Represents the index of a subtotal data point. |
| [hashCode()](#hashCode--) | |
| [isIntervalLeftClosed()](#isIntervalLeftClosed--) | Indicates whether the interval is closed on the left side. |
@@ -43,11 +47,11 @@ Represents the properties of series layout.
| [setMapChartRegionType(int value)](#setMapChartRegionType-int-) | Sets the region type of the map. |
| [setMapLabelLayout(int value)](#setMapLabelLayout-int-) | Sets the layout of map labels. |
| [setQuartileCalculation(int value)](#setQuartileCalculation-int-) | Represents the statistical properties for the series. |
-| [setShowConnectorLines(boolean value)](#setShowConnectorLines-boolean-) | Indicates whether showing connector lines between data points. |
-| [setShowInnerPoints(boolean value)](#setShowInnerPoints-boolean-) | Indicates whether showing non-outlier data points. |
-| [setShowMeanLine(boolean value)](#setShowMeanLine-boolean-) | Indicates whether showing the line connecting all mean points. |
-| [setShowMeanMarker(boolean value)](#setShowMeanMarker-boolean-) | Indicates whether showing markers denoting the mean. |
-| [setShowOutlierPoints(boolean value)](#setShowOutlierPoints-boolean-) | Indicates whether showing outlier data points. |
+| [setShowConnectorLines(boolean value)](#setShowConnectorLines-boolean-) | Indicates whether connector lines are shown between data points. |
+| [setShowInnerPoints(boolean value)](#setShowInnerPoints-boolean-) | Indicates whether to show non-outlier data points. |
+| [setShowMeanLine(boolean value)](#setShowMeanLine-boolean-) | Indicates whether to show the line connecting all mean points. |
+| [setShowMeanMarker(boolean value)](#setShowMeanMarker-boolean-) | Indicates whether markers denoting the mean are shown. |
+| [setShowOutlierPoints(boolean value)](#setShowOutlierPoints-boolean-) | Indicates whether outlier data points are shown. |
| [setSubtotals(int[] value)](#setSubtotals-int---) | Represents the index of a subtotal data point. |
| [toString()](#toString--) | |
| [wait()](#wait--) | |
@@ -92,7 +96,11 @@ public int getMapChartProjectionType()
Gets the projection type of the map.
-See [MapChartProjectionType](../../com.aspose.cells/mapchartprojectiontype).
+See [MapChartProjectionType](../../com.aspose.cells/mapchartprojectiontype).
+
+**Remarks**
+
+Only for map chart.
**Returns:**
int
@@ -104,7 +112,11 @@ public int getMapChartRegionType()
Gets the region type of the map.
-See [MapChartRegionType](../../com.aspose.cells/mapchartregiontype).
+See [MapChartRegionType](../../com.aspose.cells/mapchartregiontype).
+
+**Remarks**
+
+Only for map chart.
**Returns:**
int
@@ -128,7 +140,11 @@ public int getQuartileCalculation()
Represents the statistical properties for the series.
-See [QuartileCalculationType](../../com.aspose.cells/quartilecalculationtype).
+See [QuartileCalculationType](../../com.aspose.cells/quartilecalculationtype).
+
+**Remarks**
+
+Only applicable to BoxWhisker chart.
**Returns:**
int
@@ -138,7 +154,11 @@ public boolean getShowConnectorLines()
```
-Indicates whether showing connector lines between data points.
+Indicates whether connector lines are shown between data points.
+
+**Remarks**
+
+Only for Waterfall chart.
**Returns:**
boolean
@@ -148,7 +168,7 @@ public boolean getShowInnerPoints()
```
-Indicates whether showing non-outlier data points.
+Indicates whether to show non-outlier data points.
**Returns:**
boolean
@@ -158,7 +178,11 @@ public boolean getShowMeanLine()
```
-Indicates whether showing the line connecting all mean points.
+Indicates whether to show the line connecting all mean points.
+
+**Remarks**
+
+Only works for BoxWhisker chart.
**Returns:**
boolean
@@ -168,7 +192,7 @@ public boolean getShowMeanMarker()
```
-Indicates whether showing markers denoting the mean.
+Indicates whether markers denoting the mean are shown.
**Returns:**
boolean
@@ -178,7 +202,7 @@ public boolean getShowOutlierPoints()
```
-Indicates whether showing outlier data points.
+Indicates whether outlier data points are shown.
**Returns:**
boolean
@@ -208,7 +232,11 @@ public boolean isIntervalLeftClosed()
```
-Indicates whether the interval is closed on the left side.
+Indicates whether the interval is closed on the left side.
+
+**Remarks**
+
+Only for ParetoLine chart.
**Returns:**
boolean
@@ -234,7 +262,11 @@ public void setIntervalLeftClosed(boolean value)
```
-Indicates whether the interval is closed on the left side.
+Indicates whether the interval is closed on the left side.
+
+**Remarks**
+
+Only for ParetoLine chart.
**Parameters:**
| Parameter | Type | Description |
@@ -249,7 +281,11 @@ public void setMapChartProjectionType(int value)
Sets the projection type of the map.
-See [MapChartProjectionType](../../com.aspose.cells/mapchartprojectiontype).
+See [MapChartProjectionType](../../com.aspose.cells/mapchartprojectiontype).
+
+**Remarks**
+
+Only for map chart.
**Parameters:**
| Parameter | Type | Description |
@@ -264,7 +300,11 @@ public void setMapChartRegionType(int value)
Sets the region type of the map.
-See [MapChartRegionType](../../com.aspose.cells/mapchartregiontype).
+See [MapChartRegionType](../../com.aspose.cells/mapchartregiontype).
+
+**Remarks**
+
+Only for map chart.
**Parameters:**
| Parameter | Type | Description |
@@ -294,7 +334,11 @@ public void setQuartileCalculation(int value)
Represents the statistical properties for the series.
-See [QuartileCalculationType](../../com.aspose.cells/quartilecalculationtype).
+See [QuartileCalculationType](../../com.aspose.cells/quartilecalculationtype).
+
+**Remarks**
+
+Only applicable to BoxWhisker chart.
**Parameters:**
| Parameter | Type | Description |
@@ -307,7 +351,11 @@ public void setShowConnectorLines(boolean value)
```
-Indicates whether showing connector lines between data points.
+Indicates whether connector lines are shown between data points.
+
+**Remarks**
+
+Only for Waterfall chart.
**Parameters:**
| Parameter | Type | Description |
@@ -320,7 +368,7 @@ public void setShowInnerPoints(boolean value)
```
-Indicates whether showing non-outlier data points.
+Indicates whether to show non-outlier data points.
**Parameters:**
| Parameter | Type | Description |
@@ -333,7 +381,11 @@ public void setShowMeanLine(boolean value)
```
-Indicates whether showing the line connecting all mean points.
+Indicates whether to show the line connecting all mean points.
+
+**Remarks**
+
+Only works for BoxWhisker chart.
**Parameters:**
| Parameter | Type | Description |
@@ -346,7 +398,7 @@ public void setShowMeanMarker(boolean value)
```
-Indicates whether showing markers denoting the mean.
+Indicates whether markers denoting the mean are shown.
**Parameters:**
| Parameter | Type | Description |
@@ -359,7 +411,7 @@ public void setShowOutlierPoints(boolean value)
```
-Indicates whether showing outlier data points.
+Indicates whether outlier data points are shown.
**Parameters:**
| Parameter | Type | Description |
diff --git a/english/java/com.aspose.cells/sparklinegroup/_index.md b/english/java/com.aspose.cells/sparklinegroup/_index.md
index 0752f870e4a..6f584b08eb0 100644
--- a/english/java/com.aspose.cells/sparklinegroup/_index.md
+++ b/english/java/com.aspose.cells/sparklinegroup/_index.md
@@ -1,7 +1,7 @@
---
title: SparklineGroup
second_title: Aspose.Cells for Java API Reference
-description: is organized into sparkline group.
+description: is organized into a sparkline group.
type: docs
url: /java/com.aspose.cells/sparklinegroup/
---
@@ -12,7 +12,7 @@ java.lang.Object
public class SparklineGroup
```
-[Sparkline](../../com.aspose.cells/sparkline) is organized into sparkline group. A SparklineGroup contains a variable number of sparkline items. A sparkline group specifies the type, display settings and axis settings for the sparklines.
+[Sparkline](../../com.aspose.cells/sparkline) is organized into a sparkline group. A SparklineGroup contains a variable number of sparkline items. A sparkline group specifies the type, display settings and axis settings for the sparklines.
**Example**
diff --git a/english/java/com.aspose.cells/sparklinegroupcollection/_index.md b/english/java/com.aspose.cells/sparklinegroupcollection/_index.md
index 60d9f3da02e..7889623d2ad 100644
--- a/english/java/com.aspose.cells/sparklinegroupcollection/_index.md
+++ b/english/java/com.aspose.cells/sparklinegroupcollection/_index.md
@@ -45,8 +45,8 @@ Encapsulates a collection of [SparklineGroup](../../com.aspose.cells/sparklinegr
| [add(int type, String dataRange, boolean isVertical, CellArea locationRange)](#add-int-java.lang.String-boolean-com.aspose.cells.CellArea-) | Adds an [SparklineGroup](../../com.aspose.cells/sparklinegroup) with some [Sparkline](../../com.aspose.cells/sparkline) to the collection. |
| [add(Object o)](#add-java.lang.Object-) | Adds an item to the CollectionBase instance. |
| [clear()](#clear--) | Removes all objects from the CollectionBase instance. |
-| [clearSparklineGroups(CellArea cellArea)](#clearSparklineGroups-com.aspose.cells.CellArea-) | Clears the sparkline groups that overlaps an area of cells. |
-| [clearSparklines(CellArea cellArea)](#clearSparklines-com.aspose.cells.CellArea-) | Clears the sparklines that is inside an area of cells. |
+| [clearSparklineGroups(CellArea cellArea)](#clearSparklineGroups-com.aspose.cells.CellArea-) | Clears the sparkline groups that overlap an area of cells. |
+| [clearSparklines(CellArea cellArea)](#clearSparklines-com.aspose.cells.CellArea-) | Clears the sparklines that are inside an area of cells. |
| [contains(Object o)](#contains-java.lang.Object-) | Return whether instance contains this object |
| [equals(Object arg0)](#equals-java.lang.Object-) | |
| [get(int index)](#get-int-) | Gets the [SparklineGroup](../../com.aspose.cells/sparklinegroup) element at the specified index. |
@@ -128,7 +128,7 @@ public void clearSparklineGroups(CellArea cellArea)
```
-Clears the sparkline groups that overlaps an area of cells.
+Clears the sparkline groups that overlap an area of cells.
**Parameters:**
| Parameter | Type | Description |
@@ -141,7 +141,7 @@ public void clearSparklines(CellArea cellArea)
```
-Clears the sparklines that is inside an area of cells.
+Clears the sparklines that are inside an area of cells.
**Remarks**
diff --git a/english/java/com.aspose.cells/sparklinetype/_index.md b/english/java/com.aspose.cells/sparklinetype/_index.md
index 0ad7c3952dc..cafd296cd01 100644
--- a/english/java/com.aspose.cells/sparklinetype/_index.md
+++ b/english/java/com.aspose.cells/sparklinetype/_index.md
@@ -19,7 +19,7 @@ Represents the sparkline types.
| --- | --- |
| [COLUMN](#COLUMN) | Column sparkline. |
| [LINE](#LINE) | Line sparkline. |
-| [STACKED](#STACKED) | Win/Loss sparkline. |
+| [STACKED](#STACKED) | Represents a Win/Loss sparkline. |
## Methods
| Method | Description |
@@ -55,7 +55,7 @@ public static final int STACKED
```
-Win/Loss sparkline.
+Represents a Win/Loss sparkline.
### equals(Object arg0) {#equals-java.lang.Object-}
```
diff --git a/english/java/com.aspose.cells/tablestyleelementtype/_index.md b/english/java/com.aspose.cells/tablestyleelementtype/_index.md
index 0874bbdac1c..12056b34977 100644
--- a/english/java/com.aspose.cells/tablestyleelementtype/_index.md
+++ b/english/java/com.aspose.cells/tablestyleelementtype/_index.md
@@ -28,12 +28,13 @@ Represents the Table or PivotTable style element type.
| [FIRST_SUBTOTAL_ROW](#FIRST-SUBTOTAL-ROW) | Table style element that applies to pivot table's first subtotal row. |
| [FIRST_TOTAL_CELL](#FIRST-TOTAL-CELL) | Table style element that applies to table's first total row cell. |
| [GRAND_TOTAL_COLUMN](#GRAND-TOTAL-COLUMN) | Table style element that applies to pivot table's grand total column. |
-| [GRAND_TOTAL_COLUMN_HEADER](#GRAND-TOTAL-COLUMN-HEADER) | Table style element that applies to pivot table's header of grand total column. |
| [GRAND_TOTAL_ROW](#GRAND-TOTAL-ROW) | Table style element that applies to pivot table's grand total row. |
-| [GRAND_TOTAL_ROW_HEADER](#GRAND-TOTAL-ROW-HEADER) | Table style element that applies to pivot table's header of grand total row. |
| [HEADER_ROW](#HEADER-ROW) | Table style element that applies to table's header row. |
| [LAST_COLUMN](#LAST-COLUMN) | Table style element that applies to table's last column. |
+| [LAST_COLUMN_SUBHEADING](#LAST-COLUMN-SUBHEADING) | Table style element that applies to pivot table's last column field. |
| [LAST_HEADER_CELL](#LAST-HEADER-CELL) | Table style element that applies to table's last header row cell. |
+| [LAST_ROW_SUBHEADING](#LAST-ROW-SUBHEADING) | Table style element that applies to pivot table's last row field. |
+| [LAST_SUBTOTAL_ROW](#LAST-SUBTOTAL-ROW) | Table style element that applies to pivot table's last subtotal row field. |
| [LAST_TOTAL_CELL](#LAST-TOTAL-CELL) | Table style element that applies to table's last total row cell. |
| [PAGE_FIELD_LABELS](#PAGE-FIELD-LABELS) | Table style element that applies to pivot table's page field labels. |
| [PAGE_FIELD_VALUES](#PAGE-FIELD-VALUES) | Table style element that applies to pivot table's page field values. |
@@ -150,61 +151,73 @@ public static final int GRAND_TOTAL_COLUMN
Table style element that applies to pivot table's grand total column.
-### GRAND_TOTAL_COLUMN_HEADER {#GRAND-TOTAL-COLUMN-HEADER}
+### GRAND_TOTAL_ROW {#GRAND-TOTAL-ROW}
```
-public static final int GRAND_TOTAL_COLUMN_HEADER
+public static final int GRAND_TOTAL_ROW
```
-Table style element that applies to pivot table's header of grand total column.
-
-**Remarks**
-
-Internal usage for calculating pivot style of xls file.
+Table style element that applies to pivot table's grand total row.
-### GRAND_TOTAL_ROW {#GRAND-TOTAL-ROW}
+### HEADER_ROW {#HEADER-ROW}
```
-public static final int GRAND_TOTAL_ROW
+public static final int HEADER_ROW
```
-Table style element that applies to pivot table's grand total row.
+Table style element that applies to table's header row.
+
+### LAST_COLUMN {#LAST-COLUMN}
+```
+public static final int LAST_COLUMN
+```
+
+
+Table style element that applies to table's last column.
-### GRAND_TOTAL_ROW_HEADER {#GRAND-TOTAL-ROW-HEADER}
+### LAST_COLUMN_SUBHEADING {#LAST-COLUMN-SUBHEADING}
```
-public static final int GRAND_TOTAL_ROW_HEADER
+public static final int LAST_COLUMN_SUBHEADING
```
-Table style element that applies to pivot table's header of grand total row.
+Table style element that applies to pivot table's last column field.
**Remarks**
Internal usage for calculating pivot style of xls file.
-### HEADER_ROW {#HEADER-ROW}
+### LAST_HEADER_CELL {#LAST-HEADER-CELL}
```
-public static final int HEADER_ROW
+public static final int LAST_HEADER_CELL
```
-Table style element that applies to table's header row.
+Table style element that applies to table's last header row cell.
-### LAST_COLUMN {#LAST-COLUMN}
+### LAST_ROW_SUBHEADING {#LAST-ROW-SUBHEADING}
```
-public static final int LAST_COLUMN
+public static final int LAST_ROW_SUBHEADING
```
-Table style element that applies to table's last column.
+Table style element that applies to pivot table's last row field.
+
+**Remarks**
+
+Internal usage for calculating pivot style of xls file.
-### LAST_HEADER_CELL {#LAST-HEADER-CELL}
+### LAST_SUBTOTAL_ROW {#LAST-SUBTOTAL-ROW}
```
-public static final int LAST_HEADER_CELL
+public static final int LAST_SUBTOTAL_ROW
```
-Table style element that applies to table's last header row cell.
+Table style element that applies to pivot table's last subtotal row field.
+
+**Remarks**
+
+Internal usage for calculating pivot style of xls file.
### LAST_TOTAL_CELL {#LAST-TOTAL-CELL}
```
diff --git a/english/java/com.aspose.cells/ticklabelalignmenttype/_index.md b/english/java/com.aspose.cells/ticklabelalignmenttype/_index.md
index 160680fde95..e086203f3f4 100644
--- a/english/java/com.aspose.cells/ticklabelalignmenttype/_index.md
+++ b/english/java/com.aspose.cells/ticklabelalignmenttype/_index.md
@@ -17,9 +17,9 @@ Represents the text alignment type for the tick labels on the axis
| Field | Description |
| --- | --- |
-| [CENTER](#CENTER) | Represents the text shall be centered. |
-| [LEFT](#LEFT) | Represents the text shall be left justified. |
-| [RIGHT](#RIGHT) | Represents the text shall be right justified. |
+| [CENTER](#CENTER) | Represents that the text shall be centered. |
+| [LEFT](#LEFT) | Represents the text that shall be left justified. |
+| [RIGHT](#RIGHT) | Represents that the text shall be right justified. |
## Methods
| Method | Description |
@@ -39,7 +39,7 @@ public static final int CENTER
```
-Represents the text shall be centered.
+Represents that the text shall be centered.
### LEFT {#LEFT}
```
@@ -47,7 +47,7 @@ public static final int LEFT
```
-Represents the text shall be left justified.
+Represents the text that shall be left justified.
### RIGHT {#RIGHT}
```
@@ -55,7 +55,7 @@ public static final int RIGHT
```
-Represents the text shall be right justified.
+Represents that the text shall be right justified.
### equals(Object arg0) {#equals-java.lang.Object-}
```
diff --git a/english/java/com.aspose.cells/ticklabelitem/_index.md b/english/java/com.aspose.cells/ticklabelitem/_index.md
index dba7b54792f..429ed082142 100644
--- a/english/java/com.aspose.cells/ticklabelitem/_index.md
+++ b/english/java/com.aspose.cells/ticklabelitem/_index.md
@@ -19,10 +19,10 @@ Represents a tick label in the chart.
| --- | --- |
| [equals(Object arg0)](#equals-java.lang.Object-) | |
| [getClass()](#getClass--) | |
-| [getHeight()](#getHeight--) | Height of Ticklabel item in ratio of chart height. |
-| [getWidth()](#getWidth--) | Width of Ticklabel item in ratio of chart width. |
-| [getX()](#getX--) | X coordinates of Ticklabel item in ratio of chart width. |
-| [getY()](#getY--) | Y coordinates of Ticklabel item in ratio of chart height. |
+| [getHeight()](#getHeight--) | Height of Ticklabel item as a ratio of chart height. |
+| [getWidth()](#getWidth--) | Width of Ticklabel item as a ratio of chart width. |
+| [getX()](#getX--) | X coordinates of Ticklabel item as a ratio of chart width. |
+| [getY()](#getY--) | Y coordinates of Ticklabel item as a ratio of the chart height. |
| [hashCode()](#hashCode--) | |
| [notify()](#notify--) | |
| [notifyAll()](#notifyAll--) | |
@@ -61,7 +61,7 @@ public double getHeight()
```
-Height of Ticklabel item in ratio of chart height.
+Height of Ticklabel item as a ratio of chart height.
**Returns:**
double
@@ -71,7 +71,7 @@ public double getWidth()
```
-Width of Ticklabel item in ratio of chart width.
+Width of Ticklabel item as a ratio of chart width.
**Returns:**
double
@@ -81,7 +81,7 @@ public double getX()
```
-X coordinates of Ticklabel item in ratio of chart width.
+X coordinates of Ticklabel item as a ratio of chart width.
**Returns:**
double
@@ -91,7 +91,7 @@ public double getY()
```
-Y coordinates of Ticklabel item in ratio of chart height.
+Y coordinates of Ticklabel item as a ratio of the chart height.
**Returns:**
double
diff --git a/english/java/com.aspose.cells/title/_index.md b/english/java/com.aspose.cells/title/_index.md
index c6319c069a4..19f2910d148 100644
--- a/english/java/com.aspose.cells/title/_index.md
+++ b/english/java/com.aspose.cells/title/_index.md
@@ -72,7 +72,7 @@ Encapsulates the object that represents the title of chart or axis.
| [getLinkedSource()](#getLinkedSource--) | Gets a reference to the worksheet. |
| [getOverLay()](#getOverLay--) | Represents overlay centered title on chart without resizing chart. |
| [getReadingOrder()](#getReadingOrder--) | Represents text reading order. |
-| [getRotationAngle()](#getRotationAngle--) | Represents text rotation angle. |
+| [getRotationAngle()](#getRotationAngle--) | Represents the text rotation angle. |
| [getShadow()](#getShadow--) | True if the frame has a shadow. |
| [getShapeProperties()](#getShapeProperties--) | Gets the [getShapeProperties()](../../com.aspose.cells/chartframe\#getShapeProperties--) object. |
| [getText()](#getText--) | Gets the text of display unit label. |
@@ -95,7 +95,7 @@ Encapsulates the object that represents the title of chart or axis.
| [isAutomaticRotation()](#isAutomaticRotation--) | Indicates whether the text of the chart is automatically rotated. |
| [isAutomaticSize()](#isAutomaticSize--) | Indicates whether the chart frame is automatic sized. |
| [isDefaultPosBeSet()](#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()](#isInnerMode--) | Indicates whether the size of the plot area size includes the tick marks, and the axis labels. |
| [isResizeShapeToFitText()](#isResizeShapeToFitText--) | Gets whether a shape should be auto-fit to fully contain the text described within it. |
| [isTextWrapped()](#isTextWrapped--) | Gets a value indicating whether the text is wrapped. |
@@ -107,7 +107,7 @@ Encapsulates the object that represents the title of chart or axis.
| [setAutomaticSize(boolean value)](#setAutomaticSize-boolean-) | Indicates whether the chart frame is automatic sized. |
| [setBackground(int value)](#setBackground-int-) | Sets the display mode of the background. |
| [setBackgroundMode(int value)](#setBackgroundMode-int-) | Sets the display mode of the background. |
-| [setDeleted(boolean value)](#setDeleted-boolean-) | Indicates whether this data labels is deleted. |
+| [setDeleted(boolean value)](#setDeleted-boolean-) | Indicates whether this data labels are deleted. |
| [setDirectionType(int value)](#setDirectionType-int-) | Sets the direction of text. |
| [setHeight(int value)](#setHeight-int-) | Sets the height of frame in units of 1/4000 of the chart area. |
| [setHeightPixel(int value)](#setHeightPixel-int-) | Sets the height of frame in units of Pixel. |
@@ -118,7 +118,7 @@ Encapsulates the object that represents the title of chart or axis.
| [setPositionAuto()](#setPositionAuto--) | Set position of the frame to automatic |
| [setReadingOrder(int value)](#setReadingOrder-int-) | Represents text reading order. |
| [setResizeShapeToFitText(boolean value)](#setResizeShapeToFitText-boolean-) | Sets whether a shape should be auto-fit to fully contain the text described within it. |
-| [setRotationAngle(int value)](#setRotationAngle-int-) | Represents text rotation angle. |
+| [setRotationAngle(int value)](#setRotationAngle-int-) | Represents the text rotation angle. |
| [setShadow(boolean value)](#setShadow-boolean-) | True if the frame has a shadow. |
| [setText(String value)](#setText-java.lang.String-) | Sets the text of display unit label. |
| [setTextDirection(int value)](#setTextDirection-int-) | Represents text reading order. |
@@ -470,7 +470,7 @@ public int getRotationAngle()
```
-Represents text rotation angle.
+Represents the text rotation angle.
**Remarks**
@@ -746,7 +746,7 @@ public boolean isDeleted()
```
-Indicates whether this data labels is deleted.
+Indicates whether this data labels are deleted.
**Returns:**
boolean
@@ -893,7 +893,7 @@ public void setDeleted(boolean value)
```
-Indicates whether this data labels is deleted.
+Indicates whether this data labels are deleted.
**Parameters:**
| Parameter | Type | Description |
@@ -1047,7 +1047,7 @@ public void setRotationAngle(int value)
```
-Represents text rotation angle.
+Represents the text rotation angle.
**Remarks**
diff --git a/english/java/com.aspose.gridjs/config/_index.md b/english/java/com.aspose.gridjs/config/_index.md
index bed53d11b17..7990ac003ee 100644
--- a/english/java/com.aspose.gridjs/config/_index.md
+++ b/english/java/com.aspose.gridjs/config/_index.md
@@ -29,6 +29,7 @@ Represents all the static settings for GridJs
| [getClass()](#getClass--) | |
| [getEmptySheetMaxCol()](#getEmptySheetMaxCol--) | Gets default max column for an empty worksheet. |
| [getEmptySheetMaxRow()](#getEmptySheetMaxRow--) | Gets default max row for an empty worksheet. |
+| [getEnableChartClientRendering()](#getEnableChartClientRendering--) | Gets whether to enable client-side chart rendering. |
| [getFileCacheDirectory()](#getFileCacheDirectory--) | Gets the cache directory for storing spreadsheet file. |
| [getIgnoreEmptyContent()](#getIgnoreEmptyContent--) | Gets whether to show the max range which includes data ,style, merged cells and shapes. |
| [getIslimitShapeOrImage()](#getIslimitShapeOrImage--) | Gets whether to limit the total display shape/image count in one worksheet ,if set to true, GridJs will limit the total count of the display shapes or images in one worksheet to MaxShapeOrImageCount the default value is true. |
@@ -54,6 +55,7 @@ Represents all the static settings for GridJs
| [setCollaborative(boolean value)](#setCollaborative-boolean-) | Sets whether to support collabrative editing,the default is false. |
| [setEmptySheetMaxCol(int value)](#setEmptySheetMaxCol-int-) | Sets default max column for an empty worksheet. |
| [setEmptySheetMaxRow(int value)](#setEmptySheetMaxRow-int-) | Sets default max row for an empty worksheet. |
+| [setEnableChartClientRendering(boolean value)](#setEnableChartClientRendering-boolean-) | Sets whether to enable client-side chart rendering. |
| [setFileCacheDirectory(String value)](#setFileCacheDirectory-java.lang.String-) | Sets the cache directory for storing spreadsheet file. |
| [setFontFolder(String fontFolder, boolean recursive)](#setFontFolder-java.lang.String-boolean-) | Sets the fonts folder |
| [setFontFolders(String[] fontFolders, boolean recursive)](#setFontFolders-java.lang.String---boolean-) | Sets the fonts folders |
@@ -156,6 +158,16 @@ Gets default max row for an empty worksheet. the default value is 12.
**Returns:**
int
+### getEnableChartClientRendering() {#getEnableChartClientRendering--}
+```
+public static boolean getEnableChartClientRendering()
+```
+
+
+Gets whether to enable client-side chart rendering. If set to false, GridJs will fall back to server-generated chart images/shapes only. the default value is true.
+
+**Returns:**
+boolean
### getFileCacheDirectory() {#getFileCacheDirectory--}
```
public static String getFileCacheDirectory()
@@ -420,6 +432,19 @@ Sets default max row for an empty worksheet. the default value is 12.
| --- | --- | --- |
| value | int | |
+### setEnableChartClientRendering(boolean value) {#setEnableChartClientRendering-boolean-}
+```
+public static void setEnableChartClientRendering(boolean value)
+```
+
+
+Sets whether to enable client-side chart rendering. If set to false, GridJs will fall back to server-generated chart images/shapes only. the default value is true.
+
+**Parameters:**
+| Parameter | Type | Description |
+| --- | --- | --- |
+| value | boolean | |
+
### setFileCacheDirectory(String value) {#setFileCacheDirectory-java.lang.String-}
```
public static void setFileCacheDirectory(String value)
diff --git a/english/java/com.aspose.gridjs/gridjsoptions/_index.md b/english/java/com.aspose.gridjs/gridjsoptions/_index.md
index 0169d8697cf..68088e4d118 100644
--- a/english/java/com.aspose.gridjs/gridjsoptions/_index.md
+++ b/english/java/com.aspose.gridjs/gridjsoptions/_index.md
@@ -34,6 +34,7 @@ Represents all the load options for GridJs
| [getClass()](#getClass--) | |
| [getEmptySheetMaxCol()](#getEmptySheetMaxCol--) | Gets default max column for an empty worksheet. |
| [getEmptySheetMaxRow()](#getEmptySheetMaxRow--) | Gets default max row for an empty worksheet. |
+| [getEnableChartClientRendering()](#getEnableChartClientRendering--) | Gets whether to enable client-side chart rendering. |
| [getFileCacheDirectory()](#getFileCacheDirectory--) | Gets the cache directory for storing spreadsheet file. |
| [getFontFolders()](#getFontFolders--) | Gets the fonts folders for fonts in the rendered pictures/shapes |
| [getIgnoreEmptyContent()](#getIgnoreEmptyContent--) | Gets whether to show the max range which includes data ,style, merged cells and shapes. |
@@ -60,6 +61,7 @@ Represents all the load options for GridJs
| [setCollaborative(boolean value)](#setCollaborative-boolean-) | Sets whether to support collabrative editing,the default is false. |
| [setEmptySheetMaxCol(int value)](#setEmptySheetMaxCol-int-) | Sets default max column for an empty worksheet. |
| [setEmptySheetMaxRow(int value)](#setEmptySheetMaxRow-int-) | Sets default max row for an empty worksheet. |
+| [setEnableChartClientRendering(boolean value)](#setEnableChartClientRendering-boolean-) | Sets whether to enable client-side chart rendering. |
| [setFileCacheDirectory(String value)](#setFileCacheDirectory-java.lang.String-) | Sets the cache directory for storing spreadsheet file. |
| [setFontFolders(String[] value)](#setFontFolders-java.lang.String---) | Sets the fonts folders for fonts in the rendered pictures/shapes |
| [setIgnoreEmptyContent(boolean value)](#setIgnoreEmptyContent-boolean-) | Sets whether to show the max range which includes data ,style, merged cells and shapes. |
@@ -169,6 +171,16 @@ Gets default max row for an empty worksheet. the default value is 12.
**Returns:**
int
+### getEnableChartClientRendering() {#getEnableChartClientRendering--}
+```
+public boolean getEnableChartClientRendering()
+```
+
+
+Gets whether to enable client-side chart rendering. If set to false, GridJs will emit chart images/shapes only and will not require client-side chart rendering. the default value is true.
+
+**Returns:**
+boolean
### getFileCacheDirectory() {#getFileCacheDirectory--}
```
public String getFileCacheDirectory()
@@ -443,6 +455,19 @@ Sets default max row for an empty worksheet. the default value is 12.
| --- | --- | --- |
| value | int | |
+### setEnableChartClientRendering(boolean value) {#setEnableChartClientRendering-boolean-}
+```
+public void setEnableChartClientRendering(boolean value)
+```
+
+
+Sets whether to enable client-side chart rendering. If set to false, GridJs will emit chart images/shapes only and will not require client-side chart rendering. the default value is true.
+
+**Parameters:**
+| Parameter | Type | Description |
+| --- | --- | --- |
+| value | boolean | |
+
### setFileCacheDirectory(String value) {#setFileCacheDirectory-java.lang.String-}
```
public void setFileCacheDirectory(String value)
diff --git a/english/java/com.aspose.gridjs/gridjsworkbook/_index.md b/english/java/com.aspose.gridjs/gridjsworkbook/_index.md
index bad6f3b2db8..bc9130d72b5 100644
--- a/english/java/com.aspose.gridjs/gridjsworkbook/_index.md
+++ b/english/java/com.aspose.gridjs/gridjsworkbook/_index.md
@@ -30,6 +30,7 @@ Represents the main entry class for GridJs
| Method | Description |
| --- | --- |
+| [burnRedactionFile(String excelFilePath, String uid)](#burnRedactionFile-java.lang.String-java.lang.String-) | Burns (applies) all redaction operations in the workbook by removing redaction shapes and their target shapes or clearing target cell range contents. |
| [checkInCacheForCollaborative(String uid)](#checkInCacheForCollaborative-java.lang.String-) | Check wether workbook instance is in memory cache .this method is apply for Collaborative mode only. |
| [copyImageOrShape(String uid, String p)](#copyImageOrShape-java.lang.String-java.lang.String-) | Copys image or shape. |
| [equals(Object arg0)](#equals-java.lang.Object-) | |
@@ -62,6 +63,7 @@ Represents the main entry class for GridJs
| [mergeExcelFileFromJson(String uid, String json)](#mergeExcelFileFromJson-java.lang.String-java.lang.String-) | Applies a batch update to the memory data. |
| [notify()](#notify--) | |
| [notifyAll()](#notifyAll--) | |
+| [redactFile(String excelFilePath, String uid, String[] arrayOfRedactionOpr)](#redactFile-java.lang.String-java.lang.String-java.lang.String---) | Performs redaction on an Excel file based on an array of JSON operations. |
| [saveToCacheWithFileName(String uid, String filename, String password)](#saveToCacheWithFileName-java.lang.String-java.lang.String-java.lang.String-) | Saves the memory data to the cache file with the specified filename and also set the open password, the save format is baseed on the file extension of the filename . |
| [saveToExcelFile(OutputStream stream)](#saveToExcelFile-java.io.OutputStream-) | Saves the memory data to the sream, baseed on the origin file format. |
| [saveToExcelFile(String path)](#saveToExcelFile-java.lang.String-) | Saves the memory data to the file path,if the file has extension ,save format is baseed on the file extension . |
@@ -75,6 +77,7 @@ Represents the main entry class for GridJs
| [setInterruptMonitorForLoad(GridInterruptMonitor monitor, int calculateTimeoutMilliseconds)](#setInterruptMonitorForLoad-com.aspose.gridjs.GridInterruptMonitor-int-) | Sets InterruptMonitor for load operation. |
| [setInterruptMonitorForSave(GridInterruptMonitor monitor)](#setInterruptMonitorForSave-com.aspose.gridjs.GridInterruptMonitor-) | Sets InterruptMonitor for save operation. |
| [setSettings(GridWorkbookSettings value)](#setSettings-com.aspose.gridjs.GridWorkbookSettings-) | Represents the workbook settings. |
+| [setTransParentView(String excelFilePath, String uid, boolean isTransparent)](#setTransParentView-java.lang.String-java.lang.String-boolean-) | Sets the transparency of redaction shapes in the workbook. |
| [toString()](#toString--) | |
| [translateSheetAsync(String uid, String sheetName, ITextTranslator translator, String targetLanguage)](#translateSheetAsync-java.lang.String-java.lang.String-com.aspose.gridjs.ITextTranslator-java.lang.String-) | Translate all the string value to the target language in the worksheet |
| [updateCell(String p, String uid)](#updateCell-java.lang.String-java.lang.String-) | Applies the update operation. |
@@ -119,6 +122,20 @@ public static GridUpdateMonitor UpdateMonitor
Gets/Sets the update monitor to track update operation
+### burnRedactionFile(String excelFilePath, String uid) {#burnRedactionFile-java.lang.String-java.lang.String-}
+```
+public void burnRedactionFile(String excelFilePath, String uid)
+```
+
+
+Burns (applies) all redaction operations in the workbook by removing redaction shapes and their target shapes or clearing target cell range contents.
+
+**Parameters:**
+| Parameter | Type | Description |
+| --- | --- | --- |
+| excelFilePath | java.lang.String | The file path of the Excel file. |
+| uid | java.lang.String | The unique identifier for the workbook. If null or empty, a new uid will be generated based on the file path. |
+
### checkInCacheForCollaborative(String uid) {#checkInCacheForCollaborative-java.lang.String-}
```
public boolean checkInCacheForCollaborative(String uid)
@@ -572,6 +589,21 @@ public final native void notifyAll()
+### redactFile(String excelFilePath, String uid, String[] arrayOfRedactionOpr) {#redactFile-java.lang.String-java.lang.String-java.lang.String---}
+```
+public void redactFile(String excelFilePath, String uid, String[] arrayOfRedactionOpr)
+```
+
+
+Performs redaction on an Excel file based on an array of JSON operations.
+
+**Parameters:**
+| Parameter | Type | Description |
+| --- | --- | --- |
+| excelFilePath | java.lang.String | The file path of the Excel file to be redacted. |
+| uid | java.lang.String | The unique identifier for the workbook. If null or empty, a new uid will be generated based on the file path. |
+| arrayOfRedactionOpr | java.lang.String[] | An array of JSON strings representing the redaction operations to be applied. |
+
### saveToCacheWithFileName(String uid, String filename, String password) {#saveToCacheWithFileName-java.lang.String-java.lang.String-java.lang.String-}
```
public void saveToCacheWithFileName(String uid, String filename, String password)
@@ -748,6 +780,21 @@ Represents the workbook settings.
| --- | --- | --- |
| value | [GridWorkbookSettings](../../com.aspose.gridjs/gridworkbooksettings) | |
+### setTransParentView(String excelFilePath, String uid, boolean isTransparent) {#setTransParentView-java.lang.String-java.lang.String-boolean-}
+```
+public void setTransParentView(String excelFilePath, String uid, boolean isTransparent)
+```
+
+
+Sets the transparency of redaction shapes in the workbook.
+
+**Parameters:**
+| Parameter | Type | Description |
+| --- | --- | --- |
+| excelFilePath | java.lang.String | The file path of the Excel file. |
+| uid | java.lang.String | The unique identifier for the workbook. If null or empty, a new uid will be generated based on the file path. |
+| isTransparent | boolean | If true, sets transparency to 0.89 (semi-transparent); if false, sets transparency to 1 (fully opaque/invisible). |
+
### toString() {#toString--}
```
public String toString()
diff --git a/english/javascript-cpp/_index.md b/english/javascript-cpp/_index.md
index 2ce4894b78e..2e425a72065 100644
--- a/english/javascript-cpp/_index.md
+++ b/english/javascript-cpp/_index.md
@@ -60,12 +60,12 @@ is_root: true
| [CharacterBulletValue](./characterbulletvalue) | Represents the character bullet. |
| [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](../javascript-cpp/chart/) objects. |
| [ChartDataTable](./chartdatatable) | Represents a chart data table. |
| [ChartDataValue](./chartdatavalue) | Encapsulates chart data value |
| [ChartFrame](./chartframe) | Encapsulates the object that represents the frame object in a chart. |
-| [ChartGlobalizationSettings](./chartglobalizationsettings) | Represents the globalization settings for chart. |
+| [ChartGlobalizationSettings](./chartglobalizationsettings) | Represents the globalization settings for a chart. |
| [ChartPoint](./chartpoint) | Represents a single point in a series in a chart. |
| [ChartPointCollection](./chartpointcollection) | Represents a collection that contains all the points in one series. |
| [ChartShape](./chartshape) | Represents the shape of the chart. Properties and methods for the ChartObject object control the appearance and size of the embedded chart on the worksheet. |
@@ -413,7 +413,7 @@ is_root: true
| [SolidFill](./solidfill) | Encapsulates the object that represents solid fill format |
| [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](../javascript-cpp/sparkline/) objects. |
-| [SparklineGroup](./sparklinegroup) | [Sparkline](../javascript-cpp/sparkline/) is organized into sparkline group. A 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](../javascript-cpp/sparkline/) is organized into a sparkline group. A 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](../javascript-cpp/sparklinegroup/) objects. |
| [SpinButtonActiveXControl](./spinbuttonactivexcontrol) | Represents the SpinButton control. |
| [Spinner](./spinner) | Represents the Forms control: Spinner. |
@@ -553,7 +553,7 @@ is_root: true
| [CellsUnitType](./cellsunittype) | Specifies the unit of measurement. |
| [CellValueFormatStrategy](./cellvalueformatstrategy) | Specifies how to apply style for the value of the cell. |
| [CellValueType](./cellvaluetype) | Specifies a cell value 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. |
@@ -670,7 +670,7 @@ is_root: true
| [LookAtType](./lookattype) | Represents look at type. |
| [LookInType](./lookintype) | Represents look in type. |
| [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. |
| [MarkdownTableHeaderType](./markdowntableheadertype) | Represents the header type of the table in the markdown file. |
| [MemorySetting](./memorysetting) | Memory usage modes for cells data model. |
diff --git a/english/javascript-cpp/axisbins/_index.md b/english/javascript-cpp/axisbins/_index.md
index 7f698a27fad..ca4e6dec3af 100644
--- a/english/javascript-cpp/axisbins/_index.md
+++ b/english/javascript-cpp/axisbins/_index.md
@@ -19,12 +19,12 @@ class AxisBins;
| Property | Type | Description |
| --- | --- | --- |
-| [isByCategory](#isByCategory--)| boolean | Indicates whether grouping data by category |
+| [isByCategory](#isByCategory--)| boolean | Indicates whether grouping data by category is enabled. |
| [isAutomatic](#isAutomatic--)| boolean | Indicates whether the axis bins are automatic. |
-| [width](#width--)| number | Gets or sets the width of axis bin |
-| [count](#count--)| number | Gets or set the count of axis bins |
-| [overflow](#overflow--)| number | Gets or set the overflow of axis bins |
-| [underflow](#underflow--)| number | Gets or set the underflow of axis bins |
+| [width](#width--)| number | Gets or sets the width of the axis bin. |
+| [count](#count--)| number | Gets or sets the count of axis bins |
+| [overflow](#overflow--)| number | Gets or sets the overflow of axis bins |
+| [underflow](#underflow--)| number | Gets or sets the underflow of axis bins |
## Methods
@@ -36,7 +36,7 @@ class AxisBins;
### isByCategory {#isByCategory--}
-Indicates whether grouping data by category
+Indicates whether grouping data by category is enabled.
```javascript
isByCategory : boolean;
@@ -58,7 +58,7 @@ If [Width](../width/) or [Count](../count/) is called, the value will be false.
### width {#width--}
-Gets or sets the width of axis bin
+Gets or sets the width of the axis bin.
```javascript
width : number;
@@ -67,7 +67,7 @@ width : number;
### count {#count--}
-Gets or set the count of axis bins
+Gets or sets the count of axis bins
```javascript
count : number;
@@ -76,7 +76,7 @@ count : number;
### overflow {#overflow--}
-Gets or set the overflow of axis bins
+Gets or sets the overflow of axis bins
```javascript
overflow : number;
@@ -85,7 +85,7 @@ overflow : number;
### underflow {#underflow--}
-Gets or set the underflow of axis bins
+Gets or sets the underflow of axis bins
```javascript
underflow : number;
diff --git a/english/javascript-cpp/chartcalculateoptions/_index.md b/english/javascript-cpp/chartcalculateoptions/_index.md
index 584e5299b05..3bde2f41ffa 100644
--- a/english/javascript-cpp/chartcalculateoptions/_index.md
+++ b/english/javascript-cpp/chartcalculateoptions/_index.md
@@ -1,14 +1,14 @@
---
title: ChartCalculateOptions
second_title: Aspose.Cells for JavaScript via C++ API Reference
-description: Represents the options for calculating chart.
+description: Represents the options for calculating the chart.
type: docs
url: /javascript-cpp/chartcalculateoptions/
---
## ChartCalculateOptions class
-Represents the options for calculating chart.
+Represents the options for calculating the chart.
```javascript
class ChartCalculateOptions;
diff --git a/english/javascript-cpp/chartcolorpalettetype/_index.md b/english/javascript-cpp/chartcolorpalettetype/_index.md
index b3d27400ace..8dd3d1b0471 100644
--- a/english/javascript-cpp/chartcolorpalettetype/_index.md
+++ b/english/javascript-cpp/chartcolorpalettetype/_index.md
@@ -1,13 +1,13 @@
---
title: ChartColorPaletteType
second_title: Aspose.Cells for JavaScript via C++ API Reference
-description: Enumerates all Monochromatic Palettes used in Excel chart.
+description: Enumerates all Monochromatic Palettes used in an Excel chart.
type: docs
url: /javascript-cpp/chartcolorpalettetype/
---
## ChartColorPaletteType enumeration
-Enumerates all Monochromatic Palettes used in Excel chart.
+Enumerates all Monochromatic Palettes used in an Excel chart.
### Values
| Name | Value | Description |
| --- | --- | --- |
diff --git a/english/javascript-cpp/chartglobalizationsettings/_index.md b/english/javascript-cpp/chartglobalizationsettings/_index.md
index 0e1ac5c6e0f..381880d010b 100644
--- a/english/javascript-cpp/chartglobalizationsettings/_index.md
+++ b/english/javascript-cpp/chartglobalizationsettings/_index.md
@@ -1,14 +1,14 @@
---
title: ChartGlobalizationSettings
second_title: Aspose.Cells for JavaScript via C++ API Reference
-description: Represents the globalization settings for chart.
+description: Represents the globalization settings for a chart.
type: docs
url: /javascript-cpp/chartglobalizationsettings/
---
## ChartGlobalizationSettings class
-Represents the globalization settings for chart.
+Represents the globalization settings for a chart.
```javascript
class ChartGlobalizationSettings;
diff --git a/english/javascript-cpp/charttextdirectiontype/_index.md b/english/javascript-cpp/charttextdirectiontype/_index.md
index fad93e72c41..7ff6c64cc87 100644
--- a/english/javascript-cpp/charttextdirectiontype/_index.md
+++ b/english/javascript-cpp/charttextdirectiontype/_index.md
@@ -13,7 +13,7 @@ Represents the text direction type of the chart.
| --- | --- | --- |
| Horizontal | `0` | Horizontal direction type. |
| Vertical | `1` | Vertical direction type. |
-| Rotate90 | `2` | Rotate 90 angle. |
-| Rotate270 | `3` | Rotate 270 angle. |
+| Rotate90 | `2` | Rotate 90-degree angle. |
+| Rotate270 | `3` | Rotate 270-degree angle. |
| Stacked | `4` | Stacked text. |
diff --git a/english/javascript-cpp/charttextframe/_index.md b/english/javascript-cpp/charttextframe/_index.md
index a9f16f453ed..893e81a4761 100644
--- a/english/javascript-cpp/charttextframe/_index.md
+++ b/english/javascript-cpp/charttextframe/_index.md
@@ -25,10 +25,10 @@ class ChartTextFrame extends ChartFrame;
| Property | Type | Description |
| --- | --- | --- |
-| [isDeleted](#isDeleted--)| boolean | Indicates whether this data labels is deleted. |
+| [isDeleted](#isDeleted--)| boolean | Indicates whether this data labels are deleted. |
| [textHorizontalAlignment](#textHorizontalAlignment--)| TextAlignmentType | Gets and sets the text horizontal alignment. |
| [textVerticalAlignment](#textVerticalAlignment--)| TextAlignmentType | Gets or sets the text vertical alignment of text. |
-| [rotationAngle](#rotationAngle--)| number | Represents text rotation angle. |
+| [rotationAngle](#rotationAngle--)| number | Represents the text rotation angle. |
| [isAutomaticRotation](#isAutomaticRotation--)| boolean | Readonly. Indicates whether the text of the chart is automatically rotated. |
| [readingOrder](#readingOrder--)| TextDirectionType | Represents text reading order. |
| [isResizeShapeToFitText](#isResizeShapeToFitText--)| boolean | 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. |
@@ -112,7 +112,7 @@ constructor(obj: ChartFrame);
### isDeleted {#isDeleted--}
-Indicates whether this data labels is deleted.
+Indicates whether this data labels are deleted.
```javascript
isDeleted : boolean;
@@ -139,7 +139,7 @@ textVerticalAlignment : TextAlignmentType;
### rotationAngle {#rotationAngle--}
-Represents text rotation angle.
+Represents the text rotation angle.
```javascript
rotationAngle : number;
diff --git a/english/javascript-cpp/copyoptions/_index.md b/english/javascript-cpp/copyoptions/_index.md
index 9ed5878c8bd..8e84c26f044 100644
--- a/english/javascript-cpp/copyoptions/_index.md
+++ b/english/javascript-cpp/copyoptions/_index.md
@@ -32,6 +32,7 @@ class CopyOptions;
| [columnCharacterWidth](#columnCharacterWidth--)| boolean | Indicates whether copying column width in unit of characters. |
| [referToSheetWithSameName](#referToSheetWithSameName--)| boolean | In ms excel, when copying formulas which refer to other worksheets while copying a worksheet to another one, the copied formulas should refer to source workbook. However, for some situations user may need the copied formulas refer to worksheets with the same name in the same workbook, such as when those worksheets have been copied before this copy operation, then this property should be kept as true. |
| [referToDestinationSheet](#referToDestinationSheet--)| boolean | When copying the range in the same file and the chart refers to the source sheet, False means the copied chart's data source will not be changed. True means the copied chart's data source refers to the destination sheet. |
+| [updateInvalidReferencesToTargetSheet](#updateInvalidReferencesToTargetSheet--)| boolean | Indicates whether to refer to target worksheet if the referred worksheet is not copied. |
### constructor() {#constructor--}
@@ -122,4 +123,17 @@ referToDestinationSheet : boolean;
The default value is false, it works as MS Excel. For example: if copying a chart with the data source "sheet1!A1:B10" from worksheet "sheet1 to other worksheet "sheet2", The data source will be changed as "sheet2!A1:B10"
+### updateInvalidReferencesToTargetSheet {#updateInvalidReferencesToTargetSheet--}
+
+Indicates whether to refer to target worksheet if the referred worksheet is not copied.
+
+```javascript
+updateInvalidReferencesToTargetSheet : boolean;
+```
+
+
+**Remarks**
+
+Only works when copying range or worksheet from another obook.
+
diff --git a/english/javascript-cpp/datalabels/_index.md b/english/javascript-cpp/datalabels/_index.md
index 2e0ce10674d..b6013997e2d 100644
--- a/english/javascript-cpp/datalabels/_index.md
+++ b/english/javascript-cpp/datalabels/_index.md
@@ -96,10 +96,10 @@ for (var i = 0; i < chart.nSeries.count; i++) {
| [defaultYRatioToChart](#defaultYRatioToChart--)| number | Readonly. Represents y of default position in units of Fraction of the chart area. |
| [defaultWidthRatioToChart](#defaultWidthRatioToChart--)| number | Readonly. Represents width of default position in units of Fraction of the chart area. |
| [defaultHeightRatioToChart](#defaultHeightRatioToChart--)| number | Readonly. Represents height of default position in units of Fraction of the chart area. |
-| [isDeleted](#isDeleted--)| boolean | Indicates whether this data labels is deleted. |
+| [isDeleted](#isDeleted--)| boolean | Indicates whether this data labels are deleted. |
| [textHorizontalAlignment](#textHorizontalAlignment--)| TextAlignmentType | Gets and sets the text horizontal alignment. |
| [textVerticalAlignment](#textVerticalAlignment--)| TextAlignmentType | Gets or sets the text vertical alignment of text. |
-| [rotationAngle](#rotationAngle--)| number | Represents text rotation angle. |
+| [rotationAngle](#rotationAngle--)| number | Represents the text rotation angle. |
| [isAutomaticRotation](#isAutomaticRotation--)| boolean | Readonly. Indicates whether the text of the chart is automatically rotated. |
| [readingOrder](#readingOrder--)| TextDirectionType | Represents text reading order. |
| [isResizeShapeToFitText](#isResizeShapeToFitText--)| boolean | 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. |
@@ -463,7 +463,7 @@ defaultHeightRatioToChart : number;
### isDeleted {#isDeleted--}
-Indicates whether this data labels is deleted.
+Indicates whether this data labels are deleted.
```javascript
isDeleted : boolean;
@@ -490,7 +490,7 @@ textVerticalAlignment : TextAlignmentType;
### rotationAngle {#rotationAngle--}
-Represents text rotation angle.
+Represents the text rotation angle.
```javascript
rotationAngle : number;
diff --git a/english/javascript-cpp/displayunitlabel/_index.md b/english/javascript-cpp/displayunitlabel/_index.md
index 8f18f86a36d..ee7c56466ce 100644
--- a/english/javascript-cpp/displayunitlabel/_index.md
+++ b/english/javascript-cpp/displayunitlabel/_index.md
@@ -89,10 +89,10 @@ var uint8Array = workbook.save(SaveFormat.Xlsx);
| [defaultYRatioToChart](#defaultYRatioToChart--)| number | Readonly. Represents y of default position in units of Fraction of the chart area. |
| [defaultWidthRatioToChart](#defaultWidthRatioToChart--)| number | Readonly. Represents width of default position in units of Fraction of the chart area. |
| [defaultHeightRatioToChart](#defaultHeightRatioToChart--)| number | Readonly. Represents height of default position in units of Fraction of the chart area. |
-| [isDeleted](#isDeleted--)| boolean | Indicates whether this data labels is deleted. |
+| [isDeleted](#isDeleted--)| boolean | Indicates whether this data labels are deleted. |
| [textHorizontalAlignment](#textHorizontalAlignment--)| TextAlignmentType | Gets and sets the text horizontal alignment. |
| [textVerticalAlignment](#textVerticalAlignment--)| TextAlignmentType | Gets or sets the text vertical alignment of text. |
-| [rotationAngle](#rotationAngle--)| number | Represents text rotation angle. |
+| [rotationAngle](#rotationAngle--)| number | Represents the text rotation angle. |
| [isAutomaticRotation](#isAutomaticRotation--)| boolean | Readonly. Indicates whether the text of the chart is automatically rotated. |
| [readingOrder](#readingOrder--)| TextDirectionType | Represents text reading order. |
| [isResizeShapeToFitText](#isResizeShapeToFitText--)| boolean | 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. |
@@ -320,7 +320,7 @@ defaultHeightRatioToChart : number;
### isDeleted {#isDeleted--}
-Indicates whether this data labels is deleted.
+Indicates whether this data labels are deleted.
```javascript
isDeleted : boolean;
@@ -347,7 +347,7 @@ textVerticalAlignment : TextAlignmentType;
### rotationAngle {#rotationAngle--}
-Represents text rotation angle.
+Represents the text rotation angle.
```javascript
rotationAngle : number;
diff --git a/english/javascript-cpp/errorcellvaluetype/_index.md b/english/javascript-cpp/errorcellvaluetype/_index.md
index d9070fb0407..ccb0b867f9f 100644
--- a/english/javascript-cpp/errorcellvaluetype/_index.md
+++ b/english/javascript-cpp/errorcellvaluetype/_index.md
@@ -11,11 +11,14 @@ Represents a cell value which contains an error.
### Values
| Name | Value | Description |
| --- | --- | --- |
+| Value | `1` | Represents the value of a cell containing a #VALUE! error. |
+| Ref | `3` | Represents the value of a cell containing a #REF! error. |
+| Name | `4` | Represents the value of a cell containing a #NAME? error. |
+| NA | `6` | Represents the value of a cell containing a #NAME? error. |
| Blocked | `10` | Represents the value of a cell containing a #BLOCKED! error. |
| Busy | `14` | Represents the value of a cell containing a #BUSY! error. |
| Calc | `13` | Represents the value of a cell containing a #CALC! error. |
| Connect | `9` | Represents the value of a cell containing a #CONNECT! error. |
-| Name | `4` | Represents the value of a cell containing a #NAME? error. |
| Field | `12` | Represents the value of a cell containing a #FIELD! error. |
| Spill | `8` | Represents the value of a cell containing a #SPILL! error. |
| Unknown | `11` | Represents the value of a cell containing a #UNKNOWN! error. |
diff --git a/english/javascript-cpp/labelpositiontype/_index.md b/english/javascript-cpp/labelpositiontype/_index.md
index bdcfec3ff2c..61244eb4104 100644
--- a/english/javascript-cpp/labelpositiontype/_index.md
+++ b/english/javascript-cpp/labelpositiontype/_index.md
@@ -11,7 +11,7 @@ Represents data label position type.
### Values
| Name | Value | Description |
| --- | --- | --- |
-| Center | `0` | Applies only to bar, 2d/3d pie charts |
+| Center | `0` | Applies only to bar, 2D/3D pie charts |
| InsideBase | `1` | Applies only to bar, 2d/3d pie charts |
| InsideEnd | `2` | Applies only to bar charts |
| OutsideEnd | `3` | Applies only to bar, 2d/3d pie charts |
@@ -19,6 +19,6 @@ Represents data label position type.
| Below | `5` | Applies only to line charts |
| Left | `6` | Applies only to line charts |
| Right | `7` | Applies only to line charts |
-| BestFit | `8` | Applies only to 2d/3d pie charts |
-| Moved | `9` | User moved the data labels, Only for reading chart from template file. |
+| BestFit | `8` | Applies only to 2D/3D pie charts |
+| Moved | `9` | User moved the data labels only for reading the chart from the template file. |
diff --git a/english/javascript-cpp/legend/_index.md b/english/javascript-cpp/legend/_index.md
index 238bc57f24f..e7ef35d7f51 100644
--- a/english/javascript-cpp/legend/_index.md
+++ b/english/javascript-cpp/legend/_index.md
@@ -64,10 +64,10 @@ legend.position = LegendPositionType.Left;
| [defaultYRatioToChart](#defaultYRatioToChart--)| number | Readonly. Represents y of default position in units of Fraction of the chart area. |
| [defaultWidthRatioToChart](#defaultWidthRatioToChart--)| number | Readonly. Represents width of default position in units of Fraction of the chart area. |
| [defaultHeightRatioToChart](#defaultHeightRatioToChart--)| number | Readonly. Represents height of default position in units of Fraction of the chart area. |
-| [isDeleted](#isDeleted--)| boolean | Indicates whether this data labels is deleted. |
+| [isDeleted](#isDeleted--)| boolean | Indicates whether this data labels are deleted. |
| [textHorizontalAlignment](#textHorizontalAlignment--)| TextAlignmentType | Gets and sets the text horizontal alignment. |
| [textVerticalAlignment](#textVerticalAlignment--)| TextAlignmentType | Gets or sets the text vertical alignment of text. |
-| [rotationAngle](#rotationAngle--)| number | Represents text rotation angle. |
+| [rotationAngle](#rotationAngle--)| number | Represents the text rotation angle. |
| [isAutomaticRotation](#isAutomaticRotation--)| boolean | Readonly. Indicates whether the text of the chart is automatically rotated. |
| [readingOrder](#readingOrder--)| TextDirectionType | Represents text reading order. |
| [isResizeShapeToFitText](#isResizeShapeToFitText--)| boolean | 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. |
@@ -327,7 +327,7 @@ defaultHeightRatioToChart : number;
### isDeleted {#isDeleted--}
-Indicates whether this data labels is deleted.
+Indicates whether this data labels are deleted.
```javascript
isDeleted : boolean;
@@ -354,7 +354,7 @@ textVerticalAlignment : TextAlignmentType;
### rotationAngle {#rotationAngle--}
-Represents text rotation angle.
+Represents the text rotation angle.
```javascript
rotationAngle : number;
diff --git a/english/javascript-cpp/mapchartlabellayout/_index.md b/english/javascript-cpp/mapchartlabellayout/_index.md
index 1ab208a5535..75cdba82c43 100644
--- a/english/javascript-cpp/mapchartlabellayout/_index.md
+++ b/english/javascript-cpp/mapchartlabellayout/_index.md
@@ -11,7 +11,7 @@ Represents the layout of map chart's labels.
### Values
| Name | Value | Description |
| --- | --- | --- |
-| BestFitOnly | `0` | Only best fit. |
+| BestFitOnly | `0` | Only the best fit. |
| ShowAll | `1` | Shows all labels. |
| None | `2` | No labels. |
diff --git a/english/javascript-cpp/mapchartprojectiontype/_index.md b/english/javascript-cpp/mapchartprojectiontype/_index.md
index 8b058f78b40..c2682c149bc 100644
--- a/english/javascript-cpp/mapchartprojectiontype/_index.md
+++ b/english/javascript-cpp/mapchartprojectiontype/_index.md
@@ -1,13 +1,13 @@
---
title: MapChartProjectionType
second_title: Aspose.Cells for JavaScript via C++ API Reference
-description: Represents projection type of the map chart.
+description: Represents the projection type of the map chart.
type: docs
url: /javascript-cpp/mapchartprojectiontype/
---
## MapChartProjectionType enumeration
-Represents projection type of the map chart.
+Represents the projection type of the map chart.
### Values
| Name | Value | Description |
| --- | --- | --- |
diff --git a/english/javascript-cpp/pivottable/_index.md b/english/javascript-cpp/pivottable/_index.md
index 783dd06eceb..bc8c8bdb288 100644
--- a/english/javascript-cpp/pivottable/_index.md
+++ b/english/javascript-cpp/pivottable/_index.md
@@ -34,7 +34,7 @@ class PivotTable;
| [baseFields](#baseFields--)| PivotFieldCollection | Readonly. Returns all base pivot fields in the PivotTable. |
| [pivotFilters](#pivotFilters--)| PivotFilterCollection | Readonly. Returns all filters of pivot fields in the pivot table. |
| [topRightArea](#topRightArea--)| CellArea | Readonly. Represents the blank area at the top-right of the PivotTable (top-left for RTL sheets). |
-| [filterArea](#filterArea--)| CellArea | Readonly. Gets the region of filter region. |
+| [filterArea](#filterArea--)| CellArea | Readonly. Gets the area of filter region. |
| [columnRange](#columnRange--)| CellArea | Readonly. Returns a CellArea object that represents the range that contains the column area in the PivotTable report. Read-only. |
| [rowRange](#rowRange--)| CellArea | Readonly. Returns a CellArea object that represents the range that contains the row area in the PivotTable report. Read-only. |
| [dataBodyRange](#dataBodyRange--)| CellArea | Readonly. Returns a [CellArea](../cellarea/) object that represents the range that contains the data area in the list between the header row and the insert row. Read-only. |
@@ -296,7 +296,7 @@ topRightArea : CellArea;
### filterArea {#filterArea--}
-Readonly. Gets the region of filter region.
+Readonly. Gets the area of filter region.
```javascript
filterArea : CellArea;
@@ -305,7 +305,7 @@ filterArea : CellArea;
**Remarks**
-Only valid if filter pivot fields exists.
+Only valid if filter pivot fields exists. An empty area will be returned if this pivot table does not contains filter pivot fields
### columnRange {#columnRange--}
diff --git a/english/javascript-cpp/plotarea/_index.md b/english/javascript-cpp/plotarea/_index.md
index d4db2970634..7f398a73ada 100644
--- a/english/javascript-cpp/plotarea/_index.md
+++ b/english/javascript-cpp/plotarea/_index.md
@@ -25,14 +25,14 @@ class PlotArea extends ChartFrame;
| Property | Type | Description |
| --- | --- | --- |
-| [innerX](#innerX--)| number | Gets or gets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area. |
-| [innerY](#innerY--)| number | Gets or gets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area. |
-| [innerHeight](#innerHeight--)| number | Gets or sets the height of plot area in units of 1/4000 of the chart area. |
+| [innerX](#innerX--)| number | Gets or sets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area. |
+| [innerY](#innerY--)| number | Gets or sets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area. |
+| [innerHeight](#innerHeight--)| number | Gets or sets the height of the plot area in units of 1/4000 of the chart area. |
| [innerWidth](#innerWidth--)| number | Gets or sets the width of plot area in units of 1/4000 of the chart area. |
-| [innerXRatioToChart](#innerXRatioToChart--)| number | Gets or gets the x coordinate of the upper top corner of plot area in units of ratio of the chart area. |
-| [innerYRatioToChart](#innerYRatioToChart--)| number | Gets or gets the x coordinate of the upper top corner of plot area in units of ratio of the chart area. |
+| [innerXRatioToChart](#innerXRatioToChart--)| number | Gets or gets the x coordinate of the upper top corner of plot area in units of the ratio of the chart area. |
+| [innerYRatioToChart](#innerYRatioToChart--)| number | Gets or gets the x coordinate of the upper top corner of plot area in units of the ratio of the chart area. |
| [innerHeightRatioToChart](#innerHeightRatioToChart--)| number | Gets or sets the height of plot area in units of ratio of the chart area. |
-| [innerWidthRatioToChart](#innerWidthRatioToChart--)| number | Gets or sets the width of plot area in units of ratio of the chart area. |
+| [innerWidthRatioToChart](#innerWidthRatioToChart--)| number | Gets or sets the width of the plot area in units of the ratio of the chart area. |
| [isInnerMode](#isInnerMode--)| boolean | 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. |
| [backgroundMode](#backgroundMode--)| BackgroundMode | Gets and sets the display mode of the background. This property is only valid in Excel 2003 or earlier versions. |
| [background](#background--)| BackgroundMode | Gets and sets the display mode of the background. This property is only valid in Excel 2003 or earlier versions. |
@@ -52,25 +52,25 @@ class PlotArea extends ChartFrame;
| Method | Description |
| --- | --- |
-| [getX()](#getX--)| Gets or gets the x coordinate of the upper left corner of plot-area bounding box in units of 1/4000 of the chart area. |
-| [setX(number)](#setX-number-)| Gets or gets the x coordinate of the upper left corner of plot-area bounding box in units of 1/4000 of the chart area. |
-| [getY()](#getY--)| Gets or gets the y coordinate of the upper top corner of plot-area bounding box in units of 1/4000 of the chart area. |
-| [setY(number)](#setY-number-)| Gets or gets the y coordinate of the upper top corner of plot-area bounding box in units of 1/4000 of the chart area. |
+| [getX()](#getX--)| Gets or sets the x coordinate of the upper left corner of the plot-area bounding box in units of 1/4000 of the chart area. |
+| [setX(number)](#setX-number-)| Gets or sets the x coordinate of the upper left corner of the plot-area bounding box in units of 1/4000 of the chart area. |
+| [getY()](#getY--)| Gets or sets the y coordinate of the upper top corner of the plot-area bounding box in units of 1/4000 of the chart area. |
+| [setY(number)](#setY-number-)| Gets or sets the y coordinate of the upper top corner of the plot-area bounding box in units of 1/4000 of the chart area. |
| [getHeight()](#getHeight--)| Gets or sets the height of plot-area bounding box in units of 1/4000 of the chart area. |
| [setHeight(number)](#setHeight-number-)| Gets or sets the height of plot-area bounding box in units of 1/4000 of the chart area. |
| [getWidth()](#getWidth--)| Gets or sets the width of plot-area bounding box in units of 1/4000 of the chart area. |
| [setWidth(number)](#setWidth-number-)| Gets or sets the width of plot-area bounding box in units of 1/4000 of the chart area. |
-| [getXRatioToChart()](#getXRatioToChart--)| Gets or gets the x coordinate of the upper left corner of plot-area bounding box in units of ratio of the chart area. |
-| [setXRatioToChart(number)](#setXRatioToChart-number-)| Gets or gets the x coordinate of the upper left corner of plot-area bounding box in units of ratio of the chart area. |
-| [getYRatioToChart()](#getYRatioToChart--)| Gets or gets the y coordinate of the upper top corner of plot-area bounding box in units of ratio of the chart area. |
-| [setYRatioToChart(number)](#setYRatioToChart-number-)| Gets or gets the y coordinate of the upper top corner of plot-area bounding box in units of ratio of the chart area. |
-| [getHeightRatioToChart()](#getHeightRatioToChart--)| Gets or sets the height of plot-area bounding box in units of ratio of the chart area. |
-| [setHeightRatioToChart(number)](#setHeightRatioToChart-number-)| Gets or sets the height of plot-area bounding box in units of ratio of the chart area. |
-| [getWidthRatioToChart()](#getWidthRatioToChart--)| Gets or sets the width of plot-area bounding box in units of ratio of the chart area. |
-| [setWidthRatioToChart(number)](#setWidthRatioToChart-number-)| Gets or sets the width of plot-area bounding box in units of ratio of the chart area. |
-| [isAutomaticSize()](#isAutomaticSize--)| Indicates whether the plot area is automatic sized. |
-| [setIsAutomaticSize(boolean)](#setIsAutomaticSize-boolean-)| Indicates whether the plot area is automatic sized. |
-| [setPositionAuto()](#setPositionAuto--)| Set position of the plot area to automatic |
+| [getXRatioToChart()](#getXRatioToChart--)| Gets or sets the x coordinate of the upper left corner of the plot area bounding box as a ratio of the chart area. |
+| [setXRatioToChart(number)](#setXRatioToChart-number-)| Gets or sets the x coordinate of the upper left corner of the plot area bounding box as a ratio of the chart area. |
+| [getYRatioToChart()](#getYRatioToChart--)| Gets or sets the y coordinate of the upper top corner of the plot-area bounding box as a ratio of the chart area. |
+| [setYRatioToChart(number)](#setYRatioToChart-number-)| Gets or sets the y coordinate of the upper top corner of the plot-area bounding box as a ratio of the chart area. |
+| [getHeightRatioToChart()](#getHeightRatioToChart--)| Gets or sets the height of the plot-area bounding box in units of the ratio of the chart area. |
+| [setHeightRatioToChart(number)](#setHeightRatioToChart-number-)| Gets or sets the height of the plot-area bounding box in units of the ratio of the chart area. |
+| [getWidthRatioToChart()](#getWidthRatioToChart--)| Gets or sets the width of plot-area bounding box in units of the ratio of the chart area. |
+| [setWidthRatioToChart(number)](#setWidthRatioToChart-number-)| Gets or sets the width of plot-area bounding box in units of the ratio of the chart area. |
+| [isAutomaticSize()](#isAutomaticSize--)| Indicates whether the plot area is automatically sized. |
+| [setIsAutomaticSize(boolean)](#setIsAutomaticSize-boolean-)| Indicates whether the plot area is automatically sized. |
+| [setPositionAuto()](#setPositionAuto--)| Set the position of the plot area to automatic |
| [getBorder()](#getBorder--)| Gets the border. |
| [getArea()](#getArea--)| Gets the area. |
| [getTextOptions()](#getTextOptions--)| Gets and sets the options of the text. |
@@ -102,7 +102,7 @@ constructor(obj: ChartFrame);
### innerX {#innerX--}
-Gets or gets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area.
+Gets or sets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area.
```javascript
innerX : number;
@@ -115,7 +115,7 @@ The plot-area bounding box includes the plot area, tick marks(tick labels), and
### innerY {#innerY--}
-Gets or gets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area.
+Gets or sets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area.
```javascript
innerY : number;
@@ -128,7 +128,7 @@ The plot-area bounding box includes the plot area, tick marks(tick labels), and
### innerHeight {#innerHeight--}
-Gets or sets the height of plot area in units of 1/4000 of the chart area.
+Gets or sets the height of the plot area in units of 1/4000 of the chart area.
```javascript
innerHeight : number;
@@ -154,7 +154,7 @@ The plot-area bounding box includes the plot area, tick marks(tick labels), and
### innerXRatioToChart {#innerXRatioToChart--}
-Gets or gets the x coordinate of the upper top corner of plot area in units of ratio of the chart area.
+Gets or gets the x coordinate of the upper top corner of plot area in units of the ratio of the chart area.
```javascript
innerXRatioToChart : number;
@@ -167,7 +167,7 @@ The plot-area bounding box includes the plot area, tick marks(tick labels), and
### innerYRatioToChart {#innerYRatioToChart--}
-Gets or gets the x coordinate of the upper top corner of plot area in units of ratio of the chart area.
+Gets or gets the x coordinate of the upper top corner of plot area in units of the ratio of the chart area.
```javascript
innerYRatioToChart : number;
@@ -193,7 +193,7 @@ The plot-area bounding box includes the plot area, tick marks(tick labels), and
### innerWidthRatioToChart {#innerWidthRatioToChart--}
-Gets or sets the width of plot area in units of ratio of the chart area.
+Gets or sets the width of the plot area in units of the ratio of the chart area.
```javascript
innerWidthRatioToChart : number;
@@ -364,7 +364,7 @@ defaultHeightRatioToChart : number;
### getX() {#getX--}
-Gets or gets the x coordinate of the upper left corner of plot-area bounding box in units of 1/4000 of the chart area.
+Gets or sets the x coordinate of the upper left corner of the plot-area bounding box in units of 1/4000 of the chart area.
```javascript
getX() : number;
@@ -377,7 +377,7 @@ The plot-area bounding box includes the plot area, tick marks(tick labels), and
### setX(number) {#setX-number-}
-Gets or gets the x coordinate of the upper left corner of plot-area bounding box in units of 1/4000 of the chart area.
+Gets or sets the x coordinate of the upper left corner of the plot-area bounding box in units of 1/4000 of the chart area.
```javascript
setX(value: number) : void;
@@ -394,7 +394,7 @@ The plot-area bounding box includes the plot area, tick marks(tick labels), and
### getY() {#getY--}
-Gets or gets the y coordinate of the upper top corner of plot-area bounding box in units of 1/4000 of the chart area.
+Gets or sets the y coordinate of the upper top corner of the plot-area bounding box in units of 1/4000 of the chart area.
```javascript
getY() : number;
@@ -407,7 +407,7 @@ The plot-area bounding box includes the plot area, tick marks(tick labels), and
### setY(number) {#setY-number-}
-Gets or gets the y coordinate of the upper top corner of plot-area bounding box in units of 1/4000 of the chart area.
+Gets or sets the y coordinate of the upper top corner of the plot-area bounding box in units of 1/4000 of the chart area.
```javascript
setY(value: number) : void;
@@ -484,7 +484,7 @@ The plot-area bounding box includes the plot area, tick marks(tick labels), and
### getXRatioToChart() {#getXRatioToChart--}
-Gets or gets the x coordinate of the upper left corner of plot-area bounding box in units of ratio of the chart area.
+Gets or sets the x coordinate of the upper left corner of the plot area bounding box as a ratio of the chart area.
```javascript
getXRatioToChart() : number;
@@ -497,7 +497,7 @@ The plot-area bounding box includes the plot area, tick marks(tick labels), and
### setXRatioToChart(number) {#setXRatioToChart-number-}
-Gets or gets the x coordinate of the upper left corner of plot-area bounding box in units of ratio of the chart area.
+Gets or sets the x coordinate of the upper left corner of the plot area bounding box as a ratio of the chart area.
```javascript
setXRatioToChart(value: number) : void;
@@ -514,7 +514,7 @@ The plot-area bounding box includes the plot area, tick marks(tick labels), and
### getYRatioToChart() {#getYRatioToChart--}
-Gets or gets the y coordinate of the upper top corner of plot-area bounding box in units of ratio of the chart area.
+Gets or sets the y coordinate of the upper top corner of the plot-area bounding box as a ratio of the chart area.
```javascript
getYRatioToChart() : number;
@@ -527,7 +527,7 @@ The plot-area bounding box includes the plot area, tick marks(tick labels), and
### setYRatioToChart(number) {#setYRatioToChart-number-}
-Gets or gets the y coordinate of the upper top corner of plot-area bounding box in units of ratio of the chart area.
+Gets or sets the y coordinate of the upper top corner of the plot-area bounding box as a ratio of the chart area.
```javascript
setYRatioToChart(value: number) : void;
@@ -544,7 +544,7 @@ The plot-area bounding box includes the plot area, tick marks(tick labels), and
### getHeightRatioToChart() {#getHeightRatioToChart--}
-Gets or sets the height of plot-area bounding box in units of ratio of the chart area.
+Gets or sets the height of the plot-area bounding box in units of the ratio of the chart area.
```javascript
getHeightRatioToChart() : number;
@@ -557,7 +557,7 @@ The plot-area bounding box includes the plot area, tick marks(tick labels), and
### setHeightRatioToChart(number) {#setHeightRatioToChart-number-}
-Gets or sets the height of plot-area bounding box in units of ratio of the chart area.
+Gets or sets the height of the plot-area bounding box in units of the ratio of the chart area.
```javascript
setHeightRatioToChart(value: number) : void;
@@ -574,7 +574,7 @@ The plot-area bounding box includes the plot area, tick marks(tick labels), and
### getWidthRatioToChart() {#getWidthRatioToChart--}
-Gets or sets the width of plot-area bounding box in units of ratio of the chart area.
+Gets or sets the width of plot-area bounding box in units of the ratio of the chart area.
```javascript
getWidthRatioToChart() : number;
@@ -587,7 +587,7 @@ The plot-area bounding box includes the plot area, tick marks(tick labels), and
### setWidthRatioToChart(number) {#setWidthRatioToChart-number-}
-Gets or sets the width of plot-area bounding box in units of ratio of the chart area.
+Gets or sets the width of plot-area bounding box in units of the ratio of the chart area.
```javascript
setWidthRatioToChart(value: number) : void;
@@ -604,7 +604,7 @@ The plot-area bounding box includes the plot area, tick marks(tick labels), and
### isAutomaticSize() {#isAutomaticSize--}
-Indicates whether the plot area is automatic sized.
+Indicates whether the plot area is automatically sized.
```javascript
isAutomaticSize() : boolean;
@@ -617,7 +617,7 @@ NOTE: When IsAutomaticSize is set to True, the values you manually set for Width
### setIsAutomaticSize(boolean) {#setIsAutomaticSize-boolean-}
-Indicates whether the plot area is automatic sized.
+Indicates whether the plot area is automatically sized.
```javascript
setIsAutomaticSize(value: boolean) : void;
@@ -634,7 +634,7 @@ NOTE: When IsAutomaticSize is set to True, the values you manually set for Width
### setPositionAuto() {#setPositionAuto--}
-Set position of the plot area to automatic
+Set the position of the plot area to automatic
```javascript
setPositionAuto() : void;
diff --git a/english/javascript-cpp/series/_index.md b/english/javascript-cpp/series/_index.md
index 52f123e2a9d..c7750c74b7e 100644
--- a/english/javascript-cpp/series/_index.md
+++ b/english/javascript-cpp/series/_index.md
@@ -74,11 +74,11 @@ var uint8Array = workbook.save(SaveFormat.Xlsx);
| Property | Type | Description |
| --- | --- | --- |
-| [isFiltered](#isFiltered--)| boolean | Indicates whether the series is selected or filtered.True represents this series is filtered, and it will not be displayed on the chart. |
+| [isFiltered](#isFiltered--)| boolean | Indicates whether the series is selected or filtered. True represents that this series is filtered, and it will not be displayed on the chart. |
| [layoutProperties](#layoutProperties--)| SeriesLayoutProperties | Readonly. Represents the properties of layout. |
| [points](#points--)| ChartPointCollection | Readonly. Gets the collection of points in a series in a chart. |
-| [area](#area--)| Area | Readonly. Represents the background area of Series object. |
-| [border](#border--)| Line | Readonly. Represents border of Series object. |
+| [area](#area--)| Area | Readonly. Represents the background area of the Series object. |
+| [border](#border--)| Line | Readonly. Represents the border of a Series object. |
| [name](#name--)| string | Gets or sets the name of the data series. |
| [displayName](#displayName--)| string | Readonly. Gets the series's name that displays on the chart graph. |
| [countOfDataValues](#countOfDataValues--)| number | Readonly. Gets the number of the data values. |
@@ -86,8 +86,8 @@ var uint8Array = workbook.save(SaveFormat.Xlsx);
| [values](#values--)| string | Represents the Y values of this chart series. |
| [pointValues](#pointValues--)| ChartDataValue[] | Readonly. Gets the actual values that are used to plot every point of this series in the chart. |
| [categoryValues](#categoryValues--)| ChartDataValue[][] | Readonly. Gets the actual category values that are used to plot every point of this series in the chart. |
-| [valuesFormatCode](#valuesFormatCode--)| string | Represents format code of Values's NumberList. |
-| [xValuesFormatCode](#xValuesFormatCode--)| string | Represents format code of X Values's NumberList. |
+| [valuesFormatCode](#valuesFormatCode--)| string | Represents format code of Values' NumberList. |
+| [xValuesFormatCode](#xValuesFormatCode--)| string | Represents format code of X Values' NumberList. |
| [xValues](#xValues--)| string | Represents the X values of this chart series. |
| [bubbleSizes](#bubbleSizes--)| string | Gets or sets the bubble sizes values of the chart series. |
| [trendLines](#trendLines--)| TrendlineCollection | Readonly. Returns all the trendlines of this series. |
@@ -138,7 +138,7 @@ var uint8Array = workbook.save(SaveFormat.Xlsx);
### isFiltered {#isFiltered--}
-Indicates whether the series is selected or filtered.True represents this series is filtered, and it will not be displayed on the chart.
+Indicates whether the series is selected or filtered. True represents that this series is filtered, and it will not be displayed on the chart.
```javascript
isFiltered : boolean;
@@ -169,7 +169,7 @@ When the chart is Pie of Pie or Bar of Pie, the last point is other point in fir
### area {#area--}
-Readonly. Represents the background area of Series object.
+Readonly. Represents the background area of the Series object.
```javascript
area : Area;
@@ -178,7 +178,7 @@ area : Area;
### border {#border--}
-Readonly. Represents border of Series object.
+Readonly. Represents the border of a Series object.
```javascript
border : Line;
@@ -281,7 +281,7 @@ This property provides one convenient way to get the actual values corresponding
### valuesFormatCode {#valuesFormatCode--}
-Represents format code of Values's NumberList.
+Represents format code of Values' NumberList.
```javascript
valuesFormatCode : string;
@@ -290,7 +290,7 @@ valuesFormatCode : string;
### xValuesFormatCode {#xValuesFormatCode--}
-Represents format code of X Values's NumberList.
+Represents format code of X Values' NumberList.
```javascript
xValuesFormatCode : string;
@@ -308,7 +308,7 @@ xValues : string;
**Remarks**
-To get the actual values(corresponding to every point of this series) defined by this property, please use [CategoryValues](../categoryvalues/).
+Only for Scatter and Bubble chart. Please use [SeriesCollection.CategoryData](../seriescollection.categorydata/) for other types of charts [CategoryValues](../categoryvalues/) is used to get the actual category values of this series.
### bubbleSizes {#bubbleSizes--}
@@ -319,6 +319,10 @@ bubbleSizes : string;
```
+**Remarks**
+
+Only for [ChartType.Bubble](../charttype.bubble/) or [ChartType.Bubble3D](../charttype.bubble3d/).
+
### trendLines {#trendLines--}
Readonly. Returns all the trendlines of this series.
diff --git a/english/javascript-cpp/serieslayoutproperties/_index.md b/english/javascript-cpp/serieslayoutproperties/_index.md
index 9b77122c104..366e6c160ed 100644
--- a/english/javascript-cpp/serieslayoutproperties/_index.md
+++ b/english/javascript-cpp/serieslayoutproperties/_index.md
@@ -14,6 +14,8 @@ Represents the properties of series layout.
class SeriesLayoutProperties;
```
+### Remarks
+Only applicable to BoxWhisker,Funnel,ParetoLine,Sunburst,Treemap,Waterfall and Histogram chart.
## Constructors
@@ -25,11 +27,11 @@ class SeriesLayoutProperties;
| Property | Type | Description |
| --- | --- | --- |
-| [showConnectorLines](#showConnectorLines--)| boolean | Indicates whether showing connector lines between data points. |
-| [showMeanLine](#showMeanLine--)| boolean | Indicates whether showing the line connecting all mean points. |
-| [showOutlierPoints](#showOutlierPoints--)| boolean | Indicates whether showing outlier data points. |
-| [showMeanMarker](#showMeanMarker--)| boolean | Indicates whether showing markers denoting the mean. |
-| [showInnerPoints](#showInnerPoints--)| boolean | Indicates whether showing non-outlier data points. |
+| [showConnectorLines](#showConnectorLines--)| boolean | Indicates whether connector lines are shown between data points. |
+| [showMeanLine](#showMeanLine--)| boolean | Indicates whether to show the line connecting all mean points. |
+| [showOutlierPoints](#showOutlierPoints--)| boolean | Indicates whether outlier data points are shown. |
+| [showMeanMarker](#showMeanMarker--)| boolean | Indicates whether markers denoting the mean are shown. |
+| [showInnerPoints](#showInnerPoints--)| boolean | Indicates whether to show non-outlier data points. |
| [subtotals](#subtotals--)| number[] | Represents the index of a subtotal data point. |
| [quartileCalculation](#quartileCalculation--)| QuartileCalculationType | Represents the statistical properties for the series. |
| [mapLabelLayout](#mapLabelLayout--)| MapChartLabelLayout | Gets and sets the layout of map labels. |
@@ -49,25 +51,33 @@ constructor();
### showConnectorLines {#showConnectorLines--}
-Indicates whether showing connector lines between data points.
+Indicates whether connector lines are shown between data points.
```javascript
showConnectorLines : boolean;
```
+**Remarks**
+
+Only for Waterfall chart.
+
### showMeanLine {#showMeanLine--}
-Indicates whether showing the line connecting all mean points.
+Indicates whether to show the line connecting all mean points.
```javascript
showMeanLine : boolean;
```
+**Remarks**
+
+Only works for BoxWhisker chart.
+
### showOutlierPoints {#showOutlierPoints--}
-Indicates whether showing outlier data points.
+Indicates whether outlier data points are shown.
```javascript
showOutlierPoints : boolean;
@@ -76,7 +86,7 @@ showOutlierPoints : boolean;
### showMeanMarker {#showMeanMarker--}
-Indicates whether showing markers denoting the mean.
+Indicates whether markers denoting the mean are shown.
```javascript
showMeanMarker : boolean;
@@ -85,7 +95,7 @@ showMeanMarker : boolean;
### showInnerPoints {#showInnerPoints--}
-Indicates whether showing non-outlier data points.
+Indicates whether to show non-outlier data points.
```javascript
showInnerPoints : boolean;
@@ -110,6 +120,10 @@ quartileCalculation : QuartileCalculationType;
```
+**Remarks**
+
+Only applicable to BoxWhisker chart.
+
### mapLabelLayout {#mapLabelLayout--}
Gets and sets the layout of map labels.
@@ -128,6 +142,10 @@ isIntervalLeftClosed : boolean;
```
+**Remarks**
+
+Only for ParetoLine chart.
+
### mapChartRegionType {#mapChartRegionType--}
Gets and sets the region type of the map.
@@ -137,6 +155,10 @@ mapChartRegionType : MapChartRegionType;
```
+**Remarks**
+
+Only for map chart.
+
### mapChartProjectionType {#mapChartProjectionType--}
Gets and sets the projection type of the map.
@@ -146,4 +168,8 @@ mapChartProjectionType : MapChartProjectionType;
```
+**Remarks**
+
+Only for map chart.
+
diff --git a/english/javascript-cpp/sparklinegroup/_index.md b/english/javascript-cpp/sparklinegroup/_index.md
index 26527443b20..4c060357970 100644
--- a/english/javascript-cpp/sparklinegroup/_index.md
+++ b/english/javascript-cpp/sparklinegroup/_index.md
@@ -1,14 +1,14 @@
---
title: SparklineGroup
second_title: Aspose.Cells for JavaScript via C++ API Reference
-description: Sparkline..sparkline is organized into sparkline group. A SparklineGroup contains a variable number of sparkline items. A sparkline group specifies the type display settings and axis settings for the sparklines.
+description: Sparkline..sparkline is organized into a sparkline group. A SparklineGroup contains a variable number of sparkline items. A sparkline group specifies the type display settings and axis settings for the sparklines.
type: docs
url: /javascript-cpp/sparklinegroup/
---
## SparklineGroup class
-[Sparkline](../sparkline/) is organized into sparkline group. A SparklineGroup contains a variable number of sparkline items. A sparkline group specifies the type, display settings and axis settings for the sparklines.
+[Sparkline](../sparkline/) is organized into a sparkline group. A SparklineGroup contains a variable number of sparkline items. A sparkline group specifies the type, display settings and axis settings for the sparklines.
```javascript
class SparklineGroup;
diff --git a/english/javascript-cpp/sparklinegroupcollection/_index.md b/english/javascript-cpp/sparklinegroupcollection/_index.md
index 609cc0cacb2..29828176bf0 100644
--- a/english/javascript-cpp/sparklinegroupcollection/_index.md
+++ b/english/javascript-cpp/sparklinegroupcollection/_index.md
@@ -22,8 +22,8 @@ class SparklineGroupCollection;
| [get(number)](#get-number-)| Gets the [SparklineGroup](../sparklinegroup/) element at the specified index. |
| [add(SparklineType)](#add-sparklinetype-)| Adds an [SparklineGroup](../sparklinegroup/) with a [Sparkline](../sparkline/) to the collection. |
| [add(SparklineType, string, boolean, CellArea)](#add-sparklinetype-string-boolean-cellarea-)| Adds an [SparklineGroup](../sparklinegroup/) with some [Sparkline](../sparkline/) to the collection. |
-| [clearSparklines(CellArea)](#clearSparklines-cellarea-)| Clears the sparklines that is inside an area of cells. |
-| [clearSparklineGroups(CellArea)](#clearSparklineGroups-cellarea-)| Clears the sparkline groups that overlaps an area of cells. |
+| [clearSparklines(CellArea)](#clearSparklines-cellarea-)| Clears the sparklines that are inside an area of cells. |
+| [clearSparklineGroups(CellArea)](#clearSparklineGroups-cellarea-)| Clears the sparkline groups that overlap an area of cells. |
### get(number) {#get-number-}
@@ -86,7 +86,7 @@ This method will create sparklines too. If is true
### clearSparklines(CellArea) {#clearSparklines-cellarea-}
-Clears the sparklines that is inside an area of cells.
+Clears the sparklines that are inside an area of cells.
```javascript
clearSparklines(cellArea: CellArea) : void;
@@ -103,7 +103,7 @@ clearSparklines(cellArea: CellArea) : void;
### clearSparklineGroups(CellArea) {#clearSparklineGroups-cellarea-}
-Clears the sparkline groups that overlaps an area of cells.
+Clears the sparkline groups that overlap an area of cells.
```javascript
clearSparklineGroups(cellArea: CellArea) : void;
diff --git a/english/javascript-cpp/sparklinetype/_index.md b/english/javascript-cpp/sparklinetype/_index.md
index 85860579e7a..cb44a826a40 100644
--- a/english/javascript-cpp/sparklinetype/_index.md
+++ b/english/javascript-cpp/sparklinetype/_index.md
@@ -13,5 +13,5 @@ Represents the sparkline types.
| --- | --- | --- |
| Line | `0` | Line sparkline. |
| Column | `1` | Column sparkline. |
-| Stacked | `2` | Win/Loss sparkline. |
+| Stacked | `2` | Represents a Win/Loss sparkline. |
diff --git a/english/javascript-cpp/tablestyleelementtype/_index.md b/english/javascript-cpp/tablestyleelementtype/_index.md
index 28e7d0a3e4e..c3271536c84 100644
--- a/english/javascript-cpp/tablestyleelementtype/_index.md
+++ b/english/javascript-cpp/tablestyleelementtype/_index.md
@@ -41,6 +41,7 @@ Represents the Table or PivotTable style element type.
| ThirdSubtotalRow | `21` | Table style element that applies to PivotTable's third subtotal row. |
| TotalRow | `10` | Table style element that applies to Table's total row. |
| WholeTable | `0` | Table style element that applies to table's entire content. |
-| GrandTotalColumnHeader | `128` | Table style element that applies to pivot table's header of grand total column. |
-| GrandTotalRowHeader | `129` | Table style element that applies to pivot table's header of grand total row. |
+| LastColumnSubheading | `130` | Table style element that applies to pivot table's last column field. |
+| LastRowSubheading | `131` | Table style element that applies to pivot table's last row field. |
+| LastSubtotalRow | `133` | Table style element that applies to pivot table's last subtotal row field. |
diff --git a/english/javascript-cpp/ticklabelalignmenttype/_index.md b/english/javascript-cpp/ticklabelalignmenttype/_index.md
index cef6c534e3b..13fb5567a4a 100644
--- a/english/javascript-cpp/ticklabelalignmenttype/_index.md
+++ b/english/javascript-cpp/ticklabelalignmenttype/_index.md
@@ -11,7 +11,7 @@ Represents the text alignment type for the tick labels on the axis
### Values
| Name | Value | Description |
| --- | --- | --- |
-| Center | `0` | Represents the text shall be centered. |
-| Left | `1` | Represents the text shall be left justified. |
-| Right | `2` | Represents the text shall be right justified. |
+| Center | `0` | Represents that the text shall be centered. |
+| Left | `1` | Represents the text that shall be left justified. |
+| Right | `2` | Represents that the text shall be right justified. |
diff --git a/english/javascript-cpp/ticklabelitem/_index.md b/english/javascript-cpp/ticklabelitem/_index.md
index 6adecd728cf..faceb08a10b 100644
--- a/english/javascript-cpp/ticklabelitem/_index.md
+++ b/english/javascript-cpp/ticklabelitem/_index.md
@@ -19,15 +19,15 @@ class TickLabelItem;
| Property | Type | Description |
| --- | --- | --- |
-| [x](#x--)| number | Readonly. X coordinates of Ticklabel item in ratio of chart width. |
-| [y](#y--)| number | Readonly. Y coordinates of Ticklabel item in ratio of chart height. |
-| [width](#width--)| number | Readonly. Width of Ticklabel item in ratio of chart width. |
-| [height](#height--)| number | Readonly. Height of Ticklabel item in ratio of chart height. |
+| [x](#x--)| number | Readonly. X coordinates of Ticklabel item as a ratio of chart width. |
+| [y](#y--)| number | Readonly. Y coordinates of Ticklabel item as a ratio of the chart height. |
+| [width](#width--)| number | Readonly. Width of Ticklabel item as a ratio of chart width. |
+| [height](#height--)| number | Readonly. Height of Ticklabel item as a ratio of chart height. |
### x {#x--}
-Readonly. X coordinates of Ticklabel item in ratio of chart width.
+Readonly. X coordinates of Ticklabel item as a ratio of chart width.
```javascript
x : number;
@@ -36,7 +36,7 @@ x : number;
### y {#y--}
-Readonly. Y coordinates of Ticklabel item in ratio of chart height.
+Readonly. Y coordinates of Ticklabel item as a ratio of the chart height.
```javascript
y : number;
@@ -45,7 +45,7 @@ y : number;
### width {#width--}
-Readonly. Width of Ticklabel item in ratio of chart width.
+Readonly. Width of Ticklabel item as a ratio of chart width.
```javascript
width : number;
@@ -54,7 +54,7 @@ width : number;
### height {#height--}
-Readonly. Height of Ticklabel item in ratio of chart height.
+Readonly. Height of Ticklabel item as a ratio of chart height.
```javascript
height : number;
diff --git a/english/javascript-cpp/title/_index.md b/english/javascript-cpp/title/_index.md
index ef1fca30553..6ae0a237d93 100644
--- a/english/javascript-cpp/title/_index.md
+++ b/english/javascript-cpp/title/_index.md
@@ -59,10 +59,10 @@ chart.valueAxis.title.text = "Value";
| [defaultYRatioToChart](#defaultYRatioToChart--)| number | Readonly. Represents y of default position in units of Fraction of the chart area. |
| [defaultWidthRatioToChart](#defaultWidthRatioToChart--)| number | Readonly. Represents width of default position in units of Fraction of the chart area. |
| [defaultHeightRatioToChart](#defaultHeightRatioToChart--)| number | Readonly. Represents height of default position in units of Fraction of the chart area. |
-| [isDeleted](#isDeleted--)| boolean | Indicates whether this data labels is deleted. |
+| [isDeleted](#isDeleted--)| boolean | Indicates whether this data labels are deleted. |
| [textHorizontalAlignment](#textHorizontalAlignment--)| TextAlignmentType | Gets and sets the text horizontal alignment. |
| [textVerticalAlignment](#textVerticalAlignment--)| TextAlignmentType | Gets or sets the text vertical alignment of text. |
-| [rotationAngle](#rotationAngle--)| number | Represents text rotation angle. |
+| [rotationAngle](#rotationAngle--)| number | Represents the text rotation angle. |
| [isAutomaticRotation](#isAutomaticRotation--)| boolean | Readonly. Indicates whether the text of the chart is automatically rotated. |
| [readingOrder](#readingOrder--)| TextDirectionType | Represents text reading order. |
| [isResizeShapeToFitText](#isResizeShapeToFitText--)| boolean | 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. |
@@ -309,7 +309,7 @@ defaultHeightRatioToChart : number;
### isDeleted {#isDeleted--}
-Indicates whether this data labels is deleted.
+Indicates whether this data labels are deleted.
```javascript
isDeleted : boolean;
@@ -336,7 +336,7 @@ textVerticalAlignment : TextAlignmentType;
### rotationAngle {#rotationAngle--}
-Represents text rotation angle.
+Represents the text rotation angle.
```javascript
rotationAngle : number;
diff --git a/english/net/aspose.cells.charts/_index.md b/english/net/aspose.cells.charts/_index.md
index e8f0d7defae..6104b0bbf8e 100644
--- a/english/net/aspose.cells.charts/_index.md
+++ b/english/net/aspose.cells.charts/_index.md
@@ -1,11 +1,11 @@
---
title: Aspose.Cells.Charts
second_title: Aspose.Cells for .NET API Reference
-description: The Aspose.Cells.Charts namespace provides classes that allow to access and drawing charts and sparkline in Microsoft Excel spreadsheets
+description: The ltbgtAspose.Cells.Chartslt/bgt namespace provides classes that allow access to and drawing of charts and sparkline in Microsoft Excel spreadsheets
type: docs
url: /net/aspose.cells.charts/
---
-The **Aspose.Cells.Charts** namespace provides classes that allow to access and drawing charts and sparkline in Microsoft Excel spreadsheets.
+The <b>Aspose.Cells.Charts</b> namespace provides classes that allow access to and drawing of charts and sparkline in Microsoft Excel spreadsheets.
## Classes
@@ -15,12 +15,12 @@ The **Aspose.Cells.Charts** namespace provides classes that allow to access and
| [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`](../aspose.cells.charts/chart/) objects. |
| [ChartDataTable](./chartdatatable/) | Represents a chart data table. |
| [ChartDataValue](./chartdatavalue/) | Encapsulates chart data value |
| [ChartFrame](./chartframe/) | Encapsulates the object that represents the frame object in a chart. |
-| [ChartGlobalizationSettings](./chartglobalizationsettings/) | Represents the globalization settings for chart. |
+| [ChartGlobalizationSettings](./chartglobalizationsettings/) | Represents the globalization settings for a chart. |
| [ChartPoint](./chartpoint/) | Represents a single point in a series in a chart. |
| [ChartPointCollection](./chartpointcollection/) | Represents a collection that contains all the points in one series. |
| [ChartTextFrame](./charttextframe/) | Encapsulates the object that represents the frame object which contains text. |
@@ -40,7 +40,7 @@ The **Aspose.Cells.Charts** namespace provides classes that allow to access and
| [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`](../aspose.cells.charts/sparkline/) objects. |
-| [SparklineGroup](./sparklinegroup/) | [`Sparkline`](../aspose.cells.charts/sparkline/) is organized into sparkline group. A 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`](../aspose.cells.charts/sparkline/) is organized into a sparkline group. A 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`](../aspose.cells.charts/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. |
@@ -57,7 +57,7 @@ The **Aspose.Cells.Charts** namespace provides classes that allow to access and
| [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. |
@@ -72,7 +72,7 @@ The **Aspose.Cells.Charts** namespace provides classes that allow to access and
| [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. |
diff --git a/english/net/aspose.cells.charts/axisbins/_index.md b/english/net/aspose.cells.charts/axisbins/_index.md
index bb2fbfd99a9..e8a9dec9aef 100644
--- a/english/net/aspose.cells.charts/axisbins/_index.md
+++ b/english/net/aspose.cells.charts/axisbins/_index.md
@@ -17,12 +17,12 @@ public class AxisBins
| Name | Description |
| --- | --- |
-| [Count](../../aspose.cells.charts/axisbins/count/) { get; set; } | Gets or set the count of axis bins |
+| [Count](../../aspose.cells.charts/axisbins/count/) { get; set; } | Gets or sets the count of axis bins |
| [IsAutomatic](../../aspose.cells.charts/axisbins/isautomatic/) { get; set; } | Indicates whether the axis bins are automatic. |
-| [IsByCategory](../../aspose.cells.charts/axisbins/isbycategory/) { get; set; } | Indicates whether grouping data by category |
-| [Overflow](../../aspose.cells.charts/axisbins/overflow/) { get; set; } | Gets or set the overflow of axis bins |
-| [Underflow](../../aspose.cells.charts/axisbins/underflow/) { get; set; } | Gets or set the underflow of axis bins |
-| [Width](../../aspose.cells.charts/axisbins/width/) { get; set; } | Gets or sets the width of axis bin |
+| [IsByCategory](../../aspose.cells.charts/axisbins/isbycategory/) { get; set; } | Indicates whether grouping data by category is enabled. |
+| [Overflow](../../aspose.cells.charts/axisbins/overflow/) { get; set; } | Gets or sets the overflow of axis bins |
+| [Underflow](../../aspose.cells.charts/axisbins/underflow/) { get; set; } | Gets or sets the underflow of axis bins |
+| [Width](../../aspose.cells.charts/axisbins/width/) { get; set; } | Gets or sets the width of the axis bin. |
## Methods
diff --git a/english/net/aspose.cells.charts/axisbins/count/_index.md b/english/net/aspose.cells.charts/axisbins/count/_index.md
index 68cd0953b5f..13626b6aa41 100644
--- a/english/net/aspose.cells.charts/axisbins/count/_index.md
+++ b/english/net/aspose.cells.charts/axisbins/count/_index.md
@@ -1,13 +1,13 @@
---
title: AxisBins.Count
second_title: Aspose.Cells for .NET API Reference
-description: AxisBins property. Gets or set the count of axis bins
+description: AxisBins property. Gets or sets the count of axis bins
type: docs
url: /net/aspose.cells.charts/axisbins/count/
---
## AxisBins.Count property
-Gets or set the count of axis bins
+Gets or sets the count of axis bins
```csharp
public int Count { get; set; }
diff --git a/english/net/aspose.cells.charts/axisbins/isbycategory/_index.md b/english/net/aspose.cells.charts/axisbins/isbycategory/_index.md
index 4ea54dd4756..8fb54f5a2e3 100644
--- a/english/net/aspose.cells.charts/axisbins/isbycategory/_index.md
+++ b/english/net/aspose.cells.charts/axisbins/isbycategory/_index.md
@@ -1,13 +1,13 @@
---
title: AxisBins.IsByCategory
second_title: Aspose.Cells for .NET API Reference
-description: AxisBins property. Indicates whether grouping data by category
+description: AxisBins property. Indicates whether grouping data by category is enabled
type: docs
url: /net/aspose.cells.charts/axisbins/isbycategory/
---
## AxisBins.IsByCategory property
-Indicates whether grouping data by category
+Indicates whether grouping data by category is enabled.
```csharp
public bool IsByCategory { get; set; }
diff --git a/english/net/aspose.cells.charts/axisbins/overflow/_index.md b/english/net/aspose.cells.charts/axisbins/overflow/_index.md
index 1cf3d096254..7e66b185a7b 100644
--- a/english/net/aspose.cells.charts/axisbins/overflow/_index.md
+++ b/english/net/aspose.cells.charts/axisbins/overflow/_index.md
@@ -1,13 +1,13 @@
---
title: AxisBins.Overflow
second_title: Aspose.Cells for .NET API Reference
-description: AxisBins property. Gets or set the overflow of axis bins
+description: AxisBins property. Gets or sets the overflow of axis bins
type: docs
url: /net/aspose.cells.charts/axisbins/overflow/
---
## AxisBins.Overflow property
-Gets or set the overflow of axis bins
+Gets or sets the overflow of axis bins
```csharp
public double Overflow { get; set; }
diff --git a/english/net/aspose.cells.charts/axisbins/underflow/_index.md b/english/net/aspose.cells.charts/axisbins/underflow/_index.md
index 13c362c5fd9..8a188587ff0 100644
--- a/english/net/aspose.cells.charts/axisbins/underflow/_index.md
+++ b/english/net/aspose.cells.charts/axisbins/underflow/_index.md
@@ -1,13 +1,13 @@
---
title: AxisBins.Underflow
second_title: Aspose.Cells for .NET API Reference
-description: AxisBins property. Gets or set the underflow of axis bins
+description: AxisBins property. Gets or sets the underflow of axis bins
type: docs
url: /net/aspose.cells.charts/axisbins/underflow/
---
## AxisBins.Underflow property
-Gets or set the underflow of axis bins
+Gets or sets the underflow of axis bins
```csharp
public double Underflow { get; set; }
diff --git a/english/net/aspose.cells.charts/axisbins/width/_index.md b/english/net/aspose.cells.charts/axisbins/width/_index.md
index 8865c26d9bc..bf292cfe821 100644
--- a/english/net/aspose.cells.charts/axisbins/width/_index.md
+++ b/english/net/aspose.cells.charts/axisbins/width/_index.md
@@ -1,13 +1,13 @@
---
title: AxisBins.Width
second_title: Aspose.Cells for .NET API Reference
-description: AxisBins property. Gets or sets the width of axis bin
+description: AxisBins property. Gets or sets the width of the axis bin
type: docs
url: /net/aspose.cells.charts/axisbins/width/
---
## AxisBins.Width property
-Gets or sets the width of axis bin
+Gets or sets the width of the axis bin.
```csharp
public double Width { get; set; }
diff --git a/english/net/aspose.cells.charts/chartcalculateoptions/_index.md b/english/net/aspose.cells.charts/chartcalculateoptions/_index.md
index 1ad9dfd6062..76858e10e4d 100644
--- a/english/net/aspose.cells.charts/chartcalculateoptions/_index.md
+++ b/english/net/aspose.cells.charts/chartcalculateoptions/_index.md
@@ -1,13 +1,13 @@
---
title: Class ChartCalculateOptions
second_title: Aspose.Cells for .NET API Reference
-description: Aspose.Cells.Charts.ChartCalculateOptions class. Represents the options for calculating chart
+description: Aspose.Cells.Charts.ChartCalculateOptions class. Represents the options for calculating the chart
type: docs
url: /net/aspose.cells.charts/chartcalculateoptions/
---
## ChartCalculateOptions class
-Represents the options for calculating chart.
+Represents the options for calculating the chart.
```csharp
public class ChartCalculateOptions
diff --git a/english/net/aspose.cells.charts/chartcolorpalettetype/_index.md b/english/net/aspose.cells.charts/chartcolorpalettetype/_index.md
index f1ec18273b1..078eee701fb 100644
--- a/english/net/aspose.cells.charts/chartcolorpalettetype/_index.md
+++ b/english/net/aspose.cells.charts/chartcolorpalettetype/_index.md
@@ -1,13 +1,13 @@
---
title: Enum ChartColorPaletteType
second_title: Aspose.Cells for .NET API Reference
-description: Aspose.Cells.Charts.ChartColorPaletteType enum. Enumerates all Monochromatic Palettes used in Excel chart
+description: Aspose.Cells.Charts.ChartColorPaletteType enum. Enumerates all Monochromatic Palettes used in an Excel chart
type: docs
url: /net/aspose.cells.charts/chartcolorpalettetype/
---
## ChartColorPaletteType enumeration
-Enumerates all Monochromatic Palettes used in Excel chart.
+Enumerates all Monochromatic Palettes used in an Excel chart.
```csharp
public enum ChartColorPaletteType
diff --git a/english/net/aspose.cells.charts/chartglobalizationsettings/_index.md b/english/net/aspose.cells.charts/chartglobalizationsettings/_index.md
index b57c36f4b8c..a35dde69dd5 100644
--- a/english/net/aspose.cells.charts/chartglobalizationsettings/_index.md
+++ b/english/net/aspose.cells.charts/chartglobalizationsettings/_index.md
@@ -1,13 +1,13 @@
---
title: Class ChartGlobalizationSettings
second_title: Aspose.Cells for .NET API Reference
-description: Aspose.Cells.Charts.ChartGlobalizationSettings class. Represents the globalization settings for chart
+description: Aspose.Cells.Charts.ChartGlobalizationSettings class. Represents the globalization settings for a chart
type: docs
url: /net/aspose.cells.charts/chartglobalizationsettings/
---
## ChartGlobalizationSettings class
-Represents the globalization settings for chart.
+Represents the globalization settings for a chart.
```csharp
public class ChartGlobalizationSettings
diff --git a/english/net/aspose.cells.charts/charttextdirectiontype/_index.md b/english/net/aspose.cells.charts/charttextdirectiontype/_index.md
index 45f1299ebf4..656708cb70d 100644
--- a/english/net/aspose.cells.charts/charttextdirectiontype/_index.md
+++ b/english/net/aspose.cells.charts/charttextdirectiontype/_index.md
@@ -19,8 +19,8 @@ public enum ChartTextDirectionType
| --- | --- | --- |
| Horizontal | `0` | Horizontal direction type. |
| Vertical | `1` | Vertical direction type. |
-| Rotate90 | `2` | Rotate 90 angle. |
-| Rotate270 | `3` | Rotate 270 angle. |
+| Rotate90 | `2` | Rotate 90-degree angle. |
+| Rotate270 | `3` | Rotate 270-degree angle. |
| Stacked | `4` | Stacked text. |
### Examples
diff --git a/english/net/aspose.cells.charts/charttextframe/_index.md b/english/net/aspose.cells.charts/charttextframe/_index.md
index b51072226ce..2545a696037 100644
--- a/english/net/aspose.cells.charts/charttextframe/_index.md
+++ b/english/net/aspose.cells.charts/charttextframe/_index.md
@@ -39,13 +39,13 @@ public class ChartTextFrame : ChartFrame
| virtual [IsAutomaticSize](../../aspose.cells.charts/chartframe/isautomaticsize/) { get; set; } | Indicates whether the chart frame is automatic sized.(Inherited from [`ChartFrame`](../chartframe/).) |
| virtual [IsAutoText](../../aspose.cells.charts/charttextframe/isautotext/) { get; set; } | Indicates the text is auto generated. |
| [IsDefaultPosBeSet](../../aspose.cells.charts/chartframe/isdefaultposbeset/) { get; } | Indicates whether default position(DefaultX, DefaultY, DefaultWidth and DefaultHeight) are set.(Inherited from [`ChartFrame`](../chartframe/).) |
-| [IsDeleted](../../aspose.cells.charts/charttextframe/isdeleted/) { get; set; } | Indicates whether this data labels is deleted. |
+| [IsDeleted](../../aspose.cells.charts/charttextframe/isdeleted/) { get; set; } | Indicates whether this data labels are deleted. |
| [IsInnerMode](../../aspose.cells.charts/chartframe/isinnermode/) { get; set; } | 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.(Inherited from [`ChartFrame`](../chartframe/).) |
| [IsResizeShapeToFitText](../../aspose.cells.charts/charttextframe/isresizeshapetofittext/) { get; set; } | 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. |
| virtual [IsTextWrapped](../../aspose.cells.charts/charttextframe/istextwrapped/) { get; set; } | Gets or sets a value indicating whether the text is wrapped. |
| virtual [LinkedSource](../../aspose.cells.charts/charttextframe/linkedsource/) { get; set; } | Gets and sets a reference to the worksheet. |
| [ReadingOrder](../../aspose.cells.charts/charttextframe/readingorder/) { get; set; } | Represents text reading order. |
-| [RotationAngle](../../aspose.cells.charts/charttextframe/rotationangle/) { get; set; } | Represents text rotation angle. |
+| [RotationAngle](../../aspose.cells.charts/charttextframe/rotationangle/) { get; set; } | Represents the text rotation angle. |
| [Shadow](../../aspose.cells.charts/chartframe/shadow/) { get; set; } | True if the frame has a shadow.(Inherited from [`ChartFrame`](../chartframe/).) |
| [ShapeProperties](../../aspose.cells.charts/chartframe/shapeproperties/) { get; } | Gets the [`ShapeProperties`](../chartframe/shapeproperties/) object.(Inherited from [`ChartFrame`](../chartframe/).) |
| virtual [Text](../../aspose.cells.charts/charttextframe/text/) { get; set; } | Gets or sets the text of a frame's title. |
diff --git a/english/net/aspose.cells.charts/charttextframe/isdeleted/_index.md b/english/net/aspose.cells.charts/charttextframe/isdeleted/_index.md
index 03e35bbe466..e00c3ee65ca 100644
--- a/english/net/aspose.cells.charts/charttextframe/isdeleted/_index.md
+++ b/english/net/aspose.cells.charts/charttextframe/isdeleted/_index.md
@@ -1,13 +1,13 @@
---
title: ChartTextFrame.IsDeleted
second_title: Aspose.Cells for .NET API Reference
-description: ChartTextFrame property. Indicates whether this data labels is deleted
+description: ChartTextFrame property. Indicates whether this data labels are deleted
type: docs
url: /net/aspose.cells.charts/charttextframe/isdeleted/
---
## ChartTextFrame.IsDeleted property
-Indicates whether this data labels is deleted.
+Indicates whether this data labels are deleted.
```csharp
public bool IsDeleted { get; set; }
diff --git a/english/net/aspose.cells.charts/charttextframe/rotationangle/_index.md b/english/net/aspose.cells.charts/charttextframe/rotationangle/_index.md
index 2d9cdc7cd24..f0c5f03c508 100644
--- a/english/net/aspose.cells.charts/charttextframe/rotationangle/_index.md
+++ b/english/net/aspose.cells.charts/charttextframe/rotationangle/_index.md
@@ -1,13 +1,13 @@
---
title: ChartTextFrame.RotationAngle
second_title: Aspose.Cells for .NET API Reference
-description: ChartTextFrame property. Represents text rotation angle
+description: ChartTextFrame property. Represents the text rotation angle
type: docs
url: /net/aspose.cells.charts/charttextframe/rotationangle/
---
## ChartTextFrame.RotationAngle property
-Represents text rotation angle.
+Represents the text rotation angle.
```csharp
public int RotationAngle { get; set; }
diff --git a/english/net/aspose.cells.charts/datalabels/_index.md b/english/net/aspose.cells.charts/datalabels/_index.md
index fd94c2f695a..38d114cd71f 100644
--- a/english/net/aspose.cells.charts/datalabels/_index.md
+++ b/english/net/aspose.cells.charts/datalabels/_index.md
@@ -39,7 +39,7 @@ public class DataLabels : ChartTextFrame
| virtual [IsAutomaticSize](../../aspose.cells.charts/chartframe/isautomaticsize/) { get; set; } | Indicates whether the chart frame is automatic sized.(Inherited from [`ChartFrame`](../chartframe/).) |
| override [IsAutoText](../../aspose.cells.charts/datalabels/isautotext/) { get; set; } | Indicates the text is auto generated. |
| [IsDefaultPosBeSet](../../aspose.cells.charts/chartframe/isdefaultposbeset/) { get; } | Indicates whether default position(DefaultX, DefaultY, DefaultWidth and DefaultHeight) are set.(Inherited from [`ChartFrame`](../chartframe/).) |
-| [IsDeleted](../../aspose.cells.charts/charttextframe/isdeleted/) { get; set; } | Indicates whether this data labels is deleted.(Inherited from [`ChartTextFrame`](../charttextframe/).) |
+| [IsDeleted](../../aspose.cells.charts/charttextframe/isdeleted/) { get; set; } | Indicates whether this data labels are deleted.(Inherited from [`ChartTextFrame`](../charttextframe/).) |
| [IsInnerMode](../../aspose.cells.charts/chartframe/isinnermode/) { get; set; } | 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.(Inherited from [`ChartFrame`](../chartframe/).) |
| [IsNeverOverlap](../../aspose.cells.charts/datalabels/isneveroverlap/) { get; set; } | Indicates whether datalabels never overlap when performing Pie Chart to image. Note: this property is only meaningful when Pie Chart to image. |
| [IsResizeShapeToFitText](../../aspose.cells.charts/charttextframe/isresizeshapetofittext/) { get; set; } | 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.(Inherited from [`ChartTextFrame`](../charttextframe/).) |
@@ -50,7 +50,7 @@ public class DataLabels : ChartTextFrame
| [NumberFormatLinked](../../aspose.cells.charts/datalabels/numberformatlinked/) { get; set; } | True if the number format is linked to the cells (so that the number format changes in the labels when it changes in the cells). |
| [Position](../../aspose.cells.charts/datalabels/position/) { get; set; } | Represents the position of the data label. |
| [ReadingOrder](../../aspose.cells.charts/charttextframe/readingorder/) { get; set; } | Represents text reading order.(Inherited from [`ChartTextFrame`](../charttextframe/).) |
-| [RotationAngle](../../aspose.cells.charts/charttextframe/rotationangle/) { get; set; } | Represents text rotation angle.(Inherited from [`ChartTextFrame`](../charttextframe/).) |
+| [RotationAngle](../../aspose.cells.charts/charttextframe/rotationangle/) { get; set; } | Represents the text rotation angle.(Inherited from [`ChartTextFrame`](../charttextframe/).) |
| [SeparatorType](../../aspose.cells.charts/datalabels/separatortype/) { get; set; } | Gets or sets the separator type used for the data labels on a chart. |
| [SeparatorValue](../../aspose.cells.charts/datalabels/separatorvalue/) { get; set; } | Gets or sets the separator value used for the data labels on a chart. |
| [Shadow](../../aspose.cells.charts/chartframe/shadow/) { get; set; } | True if the frame has a shadow.(Inherited from [`ChartFrame`](../chartframe/).) |
diff --git a/english/net/aspose.cells.charts/displayunitlabel/_index.md b/english/net/aspose.cells.charts/displayunitlabel/_index.md
index 86ad4ea2444..76477f95327 100644
--- a/english/net/aspose.cells.charts/displayunitlabel/_index.md
+++ b/english/net/aspose.cells.charts/displayunitlabel/_index.md
@@ -39,13 +39,13 @@ public class DisplayUnitLabel : ChartTextFrame
| virtual [IsAutomaticSize](../../aspose.cells.charts/chartframe/isautomaticsize/) { get; set; } | Indicates whether the chart frame is automatic sized.(Inherited from [`ChartFrame`](../chartframe/).) |
| virtual [IsAutoText](../../aspose.cells.charts/charttextframe/isautotext/) { get; set; } | Indicates the text is auto generated.(Inherited from [`ChartTextFrame`](../charttextframe/).) |
| [IsDefaultPosBeSet](../../aspose.cells.charts/chartframe/isdefaultposbeset/) { get; } | Indicates whether default position(DefaultX, DefaultY, DefaultWidth and DefaultHeight) are set.(Inherited from [`ChartFrame`](../chartframe/).) |
-| [IsDeleted](../../aspose.cells.charts/charttextframe/isdeleted/) { get; set; } | Indicates whether this data labels is deleted.(Inherited from [`ChartTextFrame`](../charttextframe/).) |
+| [IsDeleted](../../aspose.cells.charts/charttextframe/isdeleted/) { get; set; } | Indicates whether this data labels are deleted.(Inherited from [`ChartTextFrame`](../charttextframe/).) |
| [IsInnerMode](../../aspose.cells.charts/chartframe/isinnermode/) { get; set; } | 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.(Inherited from [`ChartFrame`](../chartframe/).) |
| [IsResizeShapeToFitText](../../aspose.cells.charts/charttextframe/isresizeshapetofittext/) { get; set; } | 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.(Inherited from [`ChartTextFrame`](../charttextframe/).) |
| virtual [IsTextWrapped](../../aspose.cells.charts/charttextframe/istextwrapped/) { get; set; } | Gets or sets a value indicating whether the text is wrapped.(Inherited from [`ChartTextFrame`](../charttextframe/).) |
| virtual [LinkedSource](../../aspose.cells.charts/charttextframe/linkedsource/) { get; set; } | Gets and sets a reference to the worksheet.(Inherited from [`ChartTextFrame`](../charttextframe/).) |
| [ReadingOrder](../../aspose.cells.charts/charttextframe/readingorder/) { get; set; } | Represents text reading order.(Inherited from [`ChartTextFrame`](../charttextframe/).) |
-| [RotationAngle](../../aspose.cells.charts/charttextframe/rotationangle/) { get; set; } | Represents text rotation angle.(Inherited from [`ChartTextFrame`](../charttextframe/).) |
+| [RotationAngle](../../aspose.cells.charts/charttextframe/rotationangle/) { get; set; } | Represents the text rotation angle.(Inherited from [`ChartTextFrame`](../charttextframe/).) |
| [Shadow](../../aspose.cells.charts/chartframe/shadow/) { get; set; } | True if the frame has a shadow.(Inherited from [`ChartFrame`](../chartframe/).) |
| [ShapeProperties](../../aspose.cells.charts/chartframe/shapeproperties/) { get; } | Gets the [`ShapeProperties`](../chartframe/shapeproperties/) object.(Inherited from [`ChartFrame`](../chartframe/).) |
| override [Text](../../aspose.cells.charts/displayunitlabel/text/) { get; set; } | Gets or sets the text of display unit label. |
diff --git a/english/net/aspose.cells.charts/labelpositiontype/_index.md b/english/net/aspose.cells.charts/labelpositiontype/_index.md
index d661460512d..46e9f5505a5 100644
--- a/english/net/aspose.cells.charts/labelpositiontype/_index.md
+++ b/english/net/aspose.cells.charts/labelpositiontype/_index.md
@@ -17,7 +17,7 @@ public enum LabelPositionType
| Name | Value | Description |
| --- | --- | --- |
-| Center | `0` | Applies only to bar, 2d/3d pie charts |
+| Center | `0` | Applies only to bar, 2D/3D pie charts |
| InsideBase | `1` | Applies only to bar, 2d/3d pie charts |
| InsideEnd | `2` | Applies only to bar charts |
| OutsideEnd | `3` | Applies only to bar, 2d/3d pie charts |
@@ -25,8 +25,8 @@ public enum LabelPositionType
| Below | `5` | Applies only to line charts |
| Left | `6` | Applies only to line charts |
| Right | `7` | Applies only to line charts |
-| BestFit | `8` | Applies only to 2d/3d pie charts |
-| Moved | `9` | User moved the data labels, Only for reading chart from template file. |
+| BestFit | `8` | Applies only to 2D/3D pie charts |
+| Moved | `9` | User moved the data labels only for reading the chart from the template file. |
### Examples
diff --git a/english/net/aspose.cells.charts/legend/_index.md b/english/net/aspose.cells.charts/legend/_index.md
index 3893f7d4f66..efe850f4d1c 100644
--- a/english/net/aspose.cells.charts/legend/_index.md
+++ b/english/net/aspose.cells.charts/legend/_index.md
@@ -39,7 +39,7 @@ public class Legend : ChartTextFrame
| virtual [IsAutomaticSize](../../aspose.cells.charts/chartframe/isautomaticsize/) { get; set; } | Indicates whether the chart frame is automatic sized.(Inherited from [`ChartFrame`](../chartframe/).) |
| virtual [IsAutoText](../../aspose.cells.charts/charttextframe/isautotext/) { get; set; } | Indicates the text is auto generated.(Inherited from [`ChartTextFrame`](../charttextframe/).) |
| [IsDefaultPosBeSet](../../aspose.cells.charts/chartframe/isdefaultposbeset/) { get; } | Indicates whether default position(DefaultX, DefaultY, DefaultWidth and DefaultHeight) are set.(Inherited from [`ChartFrame`](../chartframe/).) |
-| [IsDeleted](../../aspose.cells.charts/charttextframe/isdeleted/) { get; set; } | Indicates whether this data labels is deleted.(Inherited from [`ChartTextFrame`](../charttextframe/).) |
+| [IsDeleted](../../aspose.cells.charts/charttextframe/isdeleted/) { get; set; } | Indicates whether this data labels are deleted.(Inherited from [`ChartTextFrame`](../charttextframe/).) |
| [IsInnerMode](../../aspose.cells.charts/chartframe/isinnermode/) { get; set; } | 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.(Inherited from [`ChartFrame`](../chartframe/).) |
| [IsOverLay](../../aspose.cells.charts/legend/isoverlay/) { get; set; } | Gets or sets whether showing the legend without overlapping the chart. |
| [IsResizeShapeToFitText](../../aspose.cells.charts/charttextframe/isresizeshapetofittext/) { get; set; } | 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.(Inherited from [`ChartTextFrame`](../charttextframe/).) |
@@ -49,7 +49,7 @@ public class Legend : ChartTextFrame
| virtual [LinkedSource](../../aspose.cells.charts/charttextframe/linkedsource/) { get; set; } | Gets and sets a reference to the worksheet.(Inherited from [`ChartTextFrame`](../charttextframe/).) |
| [Position](../../aspose.cells.charts/legend/position/) { get; set; } | Gets or sets the legend position type. |
| [ReadingOrder](../../aspose.cells.charts/charttextframe/readingorder/) { get; set; } | Represents text reading order.(Inherited from [`ChartTextFrame`](../charttextframe/).) |
-| [RotationAngle](../../aspose.cells.charts/charttextframe/rotationangle/) { get; set; } | Represents text rotation angle.(Inherited from [`ChartTextFrame`](../charttextframe/).) |
+| [RotationAngle](../../aspose.cells.charts/charttextframe/rotationangle/) { get; set; } | Represents the text rotation angle.(Inherited from [`ChartTextFrame`](../charttextframe/).) |
| [Shadow](../../aspose.cells.charts/chartframe/shadow/) { get; set; } | True if the frame has a shadow.(Inherited from [`ChartFrame`](../chartframe/).) |
| [ShapeProperties](../../aspose.cells.charts/chartframe/shapeproperties/) { get; } | Gets the [`ShapeProperties`](../chartframe/shapeproperties/) object.(Inherited from [`ChartFrame`](../chartframe/).) |
| virtual [Text](../../aspose.cells.charts/charttextframe/text/) { get; set; } | Gets or sets the text of a frame's title.(Inherited from [`ChartTextFrame`](../charttextframe/).) |
diff --git a/english/net/aspose.cells.charts/mapchartlabellayout/_index.md b/english/net/aspose.cells.charts/mapchartlabellayout/_index.md
index 45dd2f2e156..983cf4eecc1 100644
--- a/english/net/aspose.cells.charts/mapchartlabellayout/_index.md
+++ b/english/net/aspose.cells.charts/mapchartlabellayout/_index.md
@@ -17,7 +17,7 @@ public enum MapChartLabelLayout
| Name | Value | Description |
| --- | --- | --- |
-| BestFitOnly | `0` | Only best fit. |
+| BestFitOnly | `0` | Only the best fit. |
| ShowAll | `1` | Shows all labels. |
| None | `2` | No labels. |
diff --git a/english/net/aspose.cells.charts/mapchartprojectiontype/_index.md b/english/net/aspose.cells.charts/mapchartprojectiontype/_index.md
index 82dc43e2eb9..c6283350316 100644
--- a/english/net/aspose.cells.charts/mapchartprojectiontype/_index.md
+++ b/english/net/aspose.cells.charts/mapchartprojectiontype/_index.md
@@ -1,13 +1,13 @@
---
title: Enum MapChartProjectionType
second_title: Aspose.Cells for .NET API Reference
-description: Aspose.Cells.Charts.MapChartProjectionType enum. Represents projection type of the map chart
+description: Aspose.Cells.Charts.MapChartProjectionType enum. Represents the projection type of the map chart
type: docs
url: /net/aspose.cells.charts/mapchartprojectiontype/
---
## MapChartProjectionType enumeration
-Represents projection type of the map chart.
+Represents the projection type of the map chart.
```csharp
public enum MapChartProjectionType
diff --git a/english/net/aspose.cells.charts/plotarea/_index.md b/english/net/aspose.cells.charts/plotarea/_index.md
index fa15a44ea56..a4c18031bee 100644
--- a/english/net/aspose.cells.charts/plotarea/_index.md
+++ b/english/net/aspose.cells.charts/plotarea/_index.md
@@ -33,16 +33,16 @@ public class PlotArea : ChartFrame
| virtual [Font](../../aspose.cells.charts/chartframe/font/) { get; } | Gets a [`Font`](../chartframe/font/) object of the specified ChartFrame object.(Inherited from [`ChartFrame`](../chartframe/).) |
| override [Height](../../aspose.cells.charts/plotarea/height/) { get; set; } | (**Obsolete.**) Gets or sets the height of plot-area bounding box in units of 1/4000 of the chart area. |
| virtual [HeightPixel](../../aspose.cells.charts/chartframe/heightpixel/) { get; set; } | Gets or sets the height of frame in units of Pixel.(Inherited from [`ChartFrame`](../chartframe/).) |
-| override [HeightRatioToChart](../../aspose.cells.charts/plotarea/heightratiotochart/) { get; set; } | Gets or sets the height of plot-area bounding box in units of ratio of the chart area. |
-| [InnerHeight](../../aspose.cells.charts/plotarea/innerheight/) { get; set; } | (**Obsolete.**) Gets or sets the height of plot area in units of 1/4000 of the chart area. |
+| override [HeightRatioToChart](../../aspose.cells.charts/plotarea/heightratiotochart/) { get; set; } | Gets or sets the height of the plot-area bounding box in units of the ratio of the chart area. |
+| [InnerHeight](../../aspose.cells.charts/plotarea/innerheight/) { get; set; } | (**Obsolete.**) Gets or sets the height of the plot area in units of 1/4000 of the chart area. |
| [InnerHeightRatioToChart](../../aspose.cells.charts/plotarea/innerheightratiotochart/) { get; set; } | Gets or sets the height of plot area in units of ratio of the chart area. |
| [InnerWidth](../../aspose.cells.charts/plotarea/innerwidth/) { get; set; } | (**Obsolete.**) Gets or sets the width of plot area in units of 1/4000 of the chart area. |
-| [InnerWidthRatioToChart](../../aspose.cells.charts/plotarea/innerwidthratiotochart/) { get; set; } | Gets or sets the width of plot area in units of ratio of the chart area. |
-| [InnerX](../../aspose.cells.charts/plotarea/innerx/) { get; set; } | (**Obsolete.**) Gets or gets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area. |
-| [InnerXRatioToChart](../../aspose.cells.charts/plotarea/innerxratiotochart/) { get; set; } | Gets or gets the x coordinate of the upper top corner of plot area in units of ratio of the chart area. |
-| [InnerY](../../aspose.cells.charts/plotarea/innery/) { get; set; } | (**Obsolete.**) Gets or gets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area. |
-| [InnerYRatioToChart](../../aspose.cells.charts/plotarea/inneryratiotochart/) { get; set; } | Gets or gets the x coordinate of the upper top corner of plot area in units of ratio of the chart area. |
-| override [IsAutomaticSize](../../aspose.cells.charts/plotarea/isautomaticsize/) { get; set; } | Indicates whether the plot area is automatic sized. |
+| [InnerWidthRatioToChart](../../aspose.cells.charts/plotarea/innerwidthratiotochart/) { get; set; } | Gets or sets the width of the plot area in units of the ratio of the chart area. |
+| [InnerX](../../aspose.cells.charts/plotarea/innerx/) { get; set; } | (**Obsolete.**) Gets or sets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area. |
+| [InnerXRatioToChart](../../aspose.cells.charts/plotarea/innerxratiotochart/) { get; set; } | Gets or gets the x coordinate of the upper top corner of plot area in units of the ratio of the chart area. |
+| [InnerY](../../aspose.cells.charts/plotarea/innery/) { get; set; } | (**Obsolete.**) Gets or sets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area. |
+| [InnerYRatioToChart](../../aspose.cells.charts/plotarea/inneryratiotochart/) { get; set; } | Gets or gets the x coordinate of the upper top corner of plot area in units of the ratio of the chart area. |
+| override [IsAutomaticSize](../../aspose.cells.charts/plotarea/isautomaticsize/) { get; set; } | Indicates whether the plot area is automatically sized. |
| [IsDefaultPosBeSet](../../aspose.cells.charts/chartframe/isdefaultposbeset/) { get; } | Indicates whether default position(DefaultX, DefaultY, DefaultWidth and DefaultHeight) are set.(Inherited from [`ChartFrame`](../chartframe/).) |
| [IsInnerMode](../../aspose.cells.charts/chartframe/isinnermode/) { get; set; } | 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.(Inherited from [`ChartFrame`](../chartframe/).) |
| [Shadow](../../aspose.cells.charts/chartframe/shadow/) { get; set; } | True if the frame has a shadow.(Inherited from [`ChartFrame`](../chartframe/).) |
@@ -51,19 +51,19 @@ public class PlotArea : ChartFrame
| virtual [TextOptions](../../aspose.cells.charts/chartframe/textoptions/) { get; } | Gets and sets the options of the text.(Inherited from [`ChartFrame`](../chartframe/).) |
| override [Width](../../aspose.cells.charts/plotarea/width/) { get; set; } | (**Obsolete.**) Gets or sets the width of plot-area bounding box in units of 1/4000 of the chart area. |
| virtual [WidthPixel](../../aspose.cells.charts/chartframe/widthpixel/) { get; set; } | Gets or sets the width of frame in units of Pixel.(Inherited from [`ChartFrame`](../chartframe/).) |
-| override [WidthRatioToChart](../../aspose.cells.charts/plotarea/widthratiotochart/) { get; set; } | Gets or sets the width of plot-area bounding box in units of ratio of the chart area. |
-| override [X](../../aspose.cells.charts/plotarea/x/) { get; set; } | (**Obsolete.**) Gets or gets the x coordinate of the upper left corner of plot-area bounding box in units of 1/4000 of the chart area. |
+| override [WidthRatioToChart](../../aspose.cells.charts/plotarea/widthratiotochart/) { get; set; } | Gets or sets the width of plot-area bounding box in units of the ratio of the chart area. |
+| override [X](../../aspose.cells.charts/plotarea/x/) { get; set; } | (**Obsolete.**) Gets or sets the x coordinate of the upper left corner of the plot-area bounding box in units of 1/4000 of the chart area. |
| virtual [XPixel](../../aspose.cells.charts/chartframe/xpixel/) { get; set; } | Gets or sets the x coordinate of the upper left corner in units of Pixel.(Inherited from [`ChartFrame`](../chartframe/).) |
-| override [XRatioToChart](../../aspose.cells.charts/plotarea/xratiotochart/) { get; set; } | Gets or gets the x coordinate of the upper left corner of plot-area bounding box in units of ratio of the chart area. |
-| override [Y](../../aspose.cells.charts/plotarea/y/) { get; set; } | (**Obsolete.**) Gets or gets the y coordinate of the upper top corner of plot-area bounding box in units of 1/4000 of the chart area. |
+| override [XRatioToChart](../../aspose.cells.charts/plotarea/xratiotochart/) { get; set; } | Gets or sets the x coordinate of the upper left corner of the plot area bounding box as a ratio of the chart area. |
+| override [Y](../../aspose.cells.charts/plotarea/y/) { get; set; } | (**Obsolete.**) Gets or sets the y coordinate of the upper top corner of the plot-area bounding box in units of 1/4000 of the chart area. |
| virtual [YPixel](../../aspose.cells.charts/chartframe/ypixel/) { get; set; } | Gets or sets the y coordinate of the upper left corner in units of Pixel.(Inherited from [`ChartFrame`](../chartframe/).) |
-| override [YRatioToChart](../../aspose.cells.charts/plotarea/yratiotochart/) { get; set; } | Gets or gets the y coordinate of the upper top corner of plot-area bounding box in units of ratio of the chart area. |
+| override [YRatioToChart](../../aspose.cells.charts/plotarea/yratiotochart/) { get; set; } | Gets or sets the y coordinate of the upper top corner of the plot-area bounding box as a ratio of the chart area. |
## Methods
| Name | Description |
| --- | --- |
-| override [SetPositionAuto](../../aspose.cells.charts/plotarea/setpositionauto/)() | Set position of the plot area to automatic |
+| override [SetPositionAuto](../../aspose.cells.charts/plotarea/setpositionauto/)() | Set the position of the plot area to automatic |
### Examples
diff --git a/english/net/aspose.cells.charts/plotarea/heightratiotochart/_index.md b/english/net/aspose.cells.charts/plotarea/heightratiotochart/_index.md
index 43b3ef3ae9a..678afae267f 100644
--- a/english/net/aspose.cells.charts/plotarea/heightratiotochart/_index.md
+++ b/english/net/aspose.cells.charts/plotarea/heightratiotochart/_index.md
@@ -1,13 +1,13 @@
---
title: PlotArea.HeightRatioToChart
second_title: Aspose.Cells for .NET API Reference
-description: PlotArea property. Gets or sets the height of plotarea bounding box in units of ratio of the chart area
+description: PlotArea property. Gets or sets the height of the plotarea bounding box in units of the ratio of the chart area
type: docs
url: /net/aspose.cells.charts/plotarea/heightratiotochart/
---
## PlotArea.HeightRatioToChart property
-Gets or sets the height of plot-area bounding box in units of ratio of the chart area.
+Gets or sets the height of the plot-area bounding box in units of the ratio of the chart area.
```csharp
public override double HeightRatioToChart { get; set; }
diff --git a/english/net/aspose.cells.charts/plotarea/innerheight/_index.md b/english/net/aspose.cells.charts/plotarea/innerheight/_index.md
index b85ebfde707..fded2ec10d7 100644
--- a/english/net/aspose.cells.charts/plotarea/innerheight/_index.md
+++ b/english/net/aspose.cells.charts/plotarea/innerheight/_index.md
@@ -1,13 +1,13 @@
---
title: PlotArea.InnerHeight
second_title: Aspose.Cells for .NET API Reference
-description: PlotArea property. Gets or sets the height of plot area in units of 1/4000 of the chart area
+description: PlotArea property. Gets or sets the height of the plot area in units of 1/4000 of the chart area
type: docs
url: /net/aspose.cells.charts/plotarea/innerheight/
---
## PlotArea.InnerHeight property
-Gets or sets the height of plot area in units of 1/4000 of the chart area.
+Gets or sets the height of the plot area in units of 1/4000 of the chart area.
```csharp
[Obsolete("Use PlotArea.InnerHeightRatioToChart property, instead.")]
diff --git a/english/net/aspose.cells.charts/plotarea/innerwidthratiotochart/_index.md b/english/net/aspose.cells.charts/plotarea/innerwidthratiotochart/_index.md
index 7fec127a952..5784bf55eca 100644
--- a/english/net/aspose.cells.charts/plotarea/innerwidthratiotochart/_index.md
+++ b/english/net/aspose.cells.charts/plotarea/innerwidthratiotochart/_index.md
@@ -1,13 +1,13 @@
---
title: PlotArea.InnerWidthRatioToChart
second_title: Aspose.Cells for .NET API Reference
-description: PlotArea property. Gets or sets the width of plot area in units of ratio of the chart area
+description: PlotArea property. Gets or sets the width of the plot area in units of the ratio of the chart area
type: docs
url: /net/aspose.cells.charts/plotarea/innerwidthratiotochart/
---
## PlotArea.InnerWidthRatioToChart property
-Gets or sets the width of plot area in units of ratio of the chart area.
+Gets or sets the width of the plot area in units of the ratio of the chart area.
```csharp
public double InnerWidthRatioToChart { get; set; }
diff --git a/english/net/aspose.cells.charts/plotarea/innerx/_index.md b/english/net/aspose.cells.charts/plotarea/innerx/_index.md
index 67140403bca..fd7796d612d 100644
--- a/english/net/aspose.cells.charts/plotarea/innerx/_index.md
+++ b/english/net/aspose.cells.charts/plotarea/innerx/_index.md
@@ -1,13 +1,13 @@
---
title: PlotArea.InnerX
second_title: Aspose.Cells for .NET API Reference
-description: PlotArea property. Gets or gets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area
+description: PlotArea property. Gets or sets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area
type: docs
url: /net/aspose.cells.charts/plotarea/innerx/
---
## PlotArea.InnerX property
-Gets or gets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area.
+Gets or sets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area.
```csharp
[Obsolete("Use PlotArea.InnerXRatioToChart property, instead.")]
diff --git a/english/net/aspose.cells.charts/plotarea/innerxratiotochart/_index.md b/english/net/aspose.cells.charts/plotarea/innerxratiotochart/_index.md
index 8db76d7e90e..25466eade39 100644
--- a/english/net/aspose.cells.charts/plotarea/innerxratiotochart/_index.md
+++ b/english/net/aspose.cells.charts/plotarea/innerxratiotochart/_index.md
@@ -1,13 +1,13 @@
---
title: PlotArea.InnerXRatioToChart
second_title: Aspose.Cells for .NET API Reference
-description: PlotArea property. Gets or gets the x coordinate of the upper top corner of plot area in units of ratio of the chart area
+description: PlotArea property. Gets or gets the x coordinate of the upper top corner of plot area in units of the ratio of the chart area
type: docs
url: /net/aspose.cells.charts/plotarea/innerxratiotochart/
---
## PlotArea.InnerXRatioToChart property
-Gets or gets the x coordinate of the upper top corner of plot area in units of ratio of the chart area.
+Gets or gets the x coordinate of the upper top corner of plot area in units of the ratio of the chart area.
```csharp
public double InnerXRatioToChart { get; set; }
diff --git a/english/net/aspose.cells.charts/plotarea/innery/_index.md b/english/net/aspose.cells.charts/plotarea/innery/_index.md
index 7f685d91a05..a6e6a4ed238 100644
--- a/english/net/aspose.cells.charts/plotarea/innery/_index.md
+++ b/english/net/aspose.cells.charts/plotarea/innery/_index.md
@@ -1,13 +1,13 @@
---
title: PlotArea.InnerY
second_title: Aspose.Cells for .NET API Reference
-description: PlotArea property. Gets or gets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area
+description: PlotArea property. Gets or sets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area
type: docs
url: /net/aspose.cells.charts/plotarea/innery/
---
## PlotArea.InnerY property
-Gets or gets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area.
+Gets or sets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area.
```csharp
[Obsolete("Use PlotArea.InnerYRatioToChart property, instead.")]
diff --git a/english/net/aspose.cells.charts/plotarea/inneryratiotochart/_index.md b/english/net/aspose.cells.charts/plotarea/inneryratiotochart/_index.md
index a201a1108f4..da0b2e77ca0 100644
--- a/english/net/aspose.cells.charts/plotarea/inneryratiotochart/_index.md
+++ b/english/net/aspose.cells.charts/plotarea/inneryratiotochart/_index.md
@@ -1,13 +1,13 @@
---
title: PlotArea.InnerYRatioToChart
second_title: Aspose.Cells for .NET API Reference
-description: PlotArea property. Gets or gets the x coordinate of the upper top corner of plot area in units of ratio of the chart area
+description: PlotArea property. Gets or gets the x coordinate of the upper top corner of plot area in units of the ratio of the chart area
type: docs
url: /net/aspose.cells.charts/plotarea/inneryratiotochart/
---
## PlotArea.InnerYRatioToChart property
-Gets or gets the x coordinate of the upper top corner of plot area in units of ratio of the chart area.
+Gets or gets the x coordinate of the upper top corner of plot area in units of the ratio of the chart area.
```csharp
public double InnerYRatioToChart { get; set; }
diff --git a/english/net/aspose.cells.charts/plotarea/isautomaticsize/_index.md b/english/net/aspose.cells.charts/plotarea/isautomaticsize/_index.md
index 6be498e0925..089ca7e2e77 100644
--- a/english/net/aspose.cells.charts/plotarea/isautomaticsize/_index.md
+++ b/english/net/aspose.cells.charts/plotarea/isautomaticsize/_index.md
@@ -1,13 +1,13 @@
---
title: PlotArea.IsAutomaticSize
second_title: Aspose.Cells for .NET API Reference
-description: PlotArea property. Indicates whether the plot area is automatic sized
+description: PlotArea property. Indicates whether the plot area is automatically sized
type: docs
url: /net/aspose.cells.charts/plotarea/isautomaticsize/
---
## PlotArea.IsAutomaticSize property
-Indicates whether the plot area is automatic sized.
+Indicates whether the plot area is automatically sized.
```csharp
public override bool IsAutomaticSize { get; set; }
diff --git a/english/net/aspose.cells.charts/plotarea/setpositionauto/_index.md b/english/net/aspose.cells.charts/plotarea/setpositionauto/_index.md
index 30cbb96aa94..4afa57156b1 100644
--- a/english/net/aspose.cells.charts/plotarea/setpositionauto/_index.md
+++ b/english/net/aspose.cells.charts/plotarea/setpositionauto/_index.md
@@ -1,13 +1,13 @@
---
title: PlotArea.SetPositionAuto
second_title: Aspose.Cells for .NET API Reference
-description: PlotArea method. Set position of the plot area to automatic
+description: PlotArea method. Set the position of the plot area to automatic
type: docs
url: /net/aspose.cells.charts/plotarea/setpositionauto/
---
## PlotArea.SetPositionAuto method
-Set position of the plot area to automatic
+Set the position of the plot area to automatic
```csharp
public override void SetPositionAuto()
diff --git a/english/net/aspose.cells.charts/plotarea/widthratiotochart/_index.md b/english/net/aspose.cells.charts/plotarea/widthratiotochart/_index.md
index ce7b42e761b..534ff86ef24 100644
--- a/english/net/aspose.cells.charts/plotarea/widthratiotochart/_index.md
+++ b/english/net/aspose.cells.charts/plotarea/widthratiotochart/_index.md
@@ -1,13 +1,13 @@
---
title: PlotArea.WidthRatioToChart
second_title: Aspose.Cells for .NET API Reference
-description: PlotArea property. Gets or sets the width of plotarea bounding box in units of ratio of the chart area
+description: PlotArea property. Gets or sets the width of plotarea bounding box in units of the ratio of the chart area
type: docs
url: /net/aspose.cells.charts/plotarea/widthratiotochart/
---
## PlotArea.WidthRatioToChart property
-Gets or sets the width of plot-area bounding box in units of ratio of the chart area.
+Gets or sets the width of plot-area bounding box in units of the ratio of the chart area.
```csharp
public override double WidthRatioToChart { get; set; }
diff --git a/english/net/aspose.cells.charts/plotarea/x/_index.md b/english/net/aspose.cells.charts/plotarea/x/_index.md
index 673bad5addd..58a6fbf745d 100644
--- a/english/net/aspose.cells.charts/plotarea/x/_index.md
+++ b/english/net/aspose.cells.charts/plotarea/x/_index.md
@@ -1,13 +1,13 @@
---
title: PlotArea.X
second_title: Aspose.Cells for .NET API Reference
-description: PlotArea property. Gets or gets the x coordinate of the upper left corner of plotarea bounding box in units of 1/4000 of the chart area
+description: PlotArea property. Gets or sets the x coordinate of the upper left corner of the plotarea bounding box in units of 1/4000 of the chart area
type: docs
url: /net/aspose.cells.charts/plotarea/x/
---
## PlotArea.X property
-Gets or gets the x coordinate of the upper left corner of plot-area bounding box in units of 1/4000 of the chart area.
+Gets or sets the x coordinate of the upper left corner of the plot-area bounding box in units of 1/4000 of the chart area.
```csharp
[Obsolete("Use PlotArea.XRatioToChart property, instead.")]
diff --git a/english/net/aspose.cells.charts/plotarea/xratiotochart/_index.md b/english/net/aspose.cells.charts/plotarea/xratiotochart/_index.md
index d3c6542b8cf..cf950c2ca27 100644
--- a/english/net/aspose.cells.charts/plotarea/xratiotochart/_index.md
+++ b/english/net/aspose.cells.charts/plotarea/xratiotochart/_index.md
@@ -1,13 +1,13 @@
---
title: PlotArea.XRatioToChart
second_title: Aspose.Cells for .NET API Reference
-description: PlotArea property. Gets or gets the x coordinate of the upper left corner of plotarea bounding box in units of ratio of the chart area
+description: PlotArea property. Gets or sets the x coordinate of the upper left corner of the plot area bounding box as a ratio of the chart area
type: docs
url: /net/aspose.cells.charts/plotarea/xratiotochart/
---
## PlotArea.XRatioToChart property
-Gets or gets the x coordinate of the upper left corner of plot-area bounding box in units of ratio of the chart area.
+Gets or sets the x coordinate of the upper left corner of the plot area bounding box as a ratio of the chart area.
```csharp
public override double XRatioToChart { get; set; }
diff --git a/english/net/aspose.cells.charts/plotarea/y/_index.md b/english/net/aspose.cells.charts/plotarea/y/_index.md
index 72cf257e083..3bb6424d8cd 100644
--- a/english/net/aspose.cells.charts/plotarea/y/_index.md
+++ b/english/net/aspose.cells.charts/plotarea/y/_index.md
@@ -1,13 +1,13 @@
---
title: PlotArea.Y
second_title: Aspose.Cells for .NET API Reference
-description: PlotArea property. Gets or gets the y coordinate of the upper top corner of plotarea bounding box in units of 1/4000 of the chart area
+description: PlotArea property. Gets or sets the y coordinate of the upper top corner of the plotarea bounding box in units of 1/4000 of the chart area
type: docs
url: /net/aspose.cells.charts/plotarea/y/
---
## PlotArea.Y property
-Gets or gets the y coordinate of the upper top corner of plot-area bounding box in units of 1/4000 of the chart area.
+Gets or sets the y coordinate of the upper top corner of the plot-area bounding box in units of 1/4000 of the chart area.
```csharp
[Obsolete("Use PlotArea.YRatioToChart property, instead.")]
diff --git a/english/net/aspose.cells.charts/plotarea/yratiotochart/_index.md b/english/net/aspose.cells.charts/plotarea/yratiotochart/_index.md
index bc020b3c9ae..b79e2c32700 100644
--- a/english/net/aspose.cells.charts/plotarea/yratiotochart/_index.md
+++ b/english/net/aspose.cells.charts/plotarea/yratiotochart/_index.md
@@ -1,13 +1,13 @@
---
title: PlotArea.YRatioToChart
second_title: Aspose.Cells for .NET API Reference
-description: PlotArea property. Gets or gets the y coordinate of the upper top corner of plotarea bounding box in units of ratio of the chart area
+description: PlotArea property. Gets or sets the y coordinate of the upper top corner of the plotarea bounding box as a ratio of the chart area
type: docs
url: /net/aspose.cells.charts/plotarea/yratiotochart/
---
## PlotArea.YRatioToChart property
-Gets or gets the y coordinate of the upper top corner of plot-area bounding box in units of ratio of the chart area.
+Gets or sets the y coordinate of the upper top corner of the plot-area bounding box as a ratio of the chart area.
```csharp
public override double YRatioToChart { get; set; }
diff --git a/english/net/aspose.cells.charts/series/_index.md b/english/net/aspose.cells.charts/series/_index.md
index 491fa857a24..5ef10cfe599 100644
--- a/english/net/aspose.cells.charts/series/_index.md
+++ b/english/net/aspose.cells.charts/series/_index.md
@@ -17,9 +17,9 @@ public class Series
| Name | Description |
| --- | --- |
-| [Area](../../aspose.cells.charts/series/area/) { get; } | Represents the background area of Series object. |
+| [Area](../../aspose.cells.charts/series/area/) { get; } | Represents the background area of the Series object. |
| [Bar3DShapeType](../../aspose.cells.charts/series/bar3dshapetype/) { get; set; } | Gets or sets the 3D shape type used with the 3-D bar or column chart. |
-| [Border](../../aspose.cells.charts/series/border/) { get; } | Represents border of Series object. |
+| [Border](../../aspose.cells.charts/series/border/) { get; } | Represents the border of a Series object. |
| [BubbleScale](../../aspose.cells.charts/series/bubblescale/) { get; set; } | Gets or sets the scale factor for bubbles in the specified chart group. It can be an integer value from 0 (zero) to 300, corresponding to a percentage of the default size. Applies only to bubble charts. |
| [BubbleSizes](../../aspose.cells.charts/series/bubblesizes/) { get; set; } | Gets or sets the bubble sizes values of the chart series. |
| [CachedCategoryValues](../../aspose.cells.charts/series/cachedcategoryvalues/) { get; } | (**Obsolete.**) Gets the cached category values for the series |
@@ -44,7 +44,7 @@ public class Series
| [HiLoLines](../../aspose.cells.charts/series/hilolines/) { get; } | Returns a HiLoLines object that represents the high-low lines for a series on a line chart. Applies only to line charts. |
| [IsAutoSplit](../../aspose.cells.charts/series/isautosplit/) { get; } | Indicates whether the threshold value is automatic. |
| [IsColorVaried](../../aspose.cells.charts/series/iscolorvaried/) { get; set; } | Represents if the color of points is varied. The chart must contain only one series or this chart is a pie chart. |
-| [IsFiltered](../../aspose.cells.charts/series/isfiltered/) { get; set; } | Indicates whether the series is selected or filtered.True represents this series is filtered, and it will not be displayed on the chart. |
+| [IsFiltered](../../aspose.cells.charts/series/isfiltered/) { get; set; } | Indicates whether the series is selected or filtered. True represents that this series is filtered, and it will not be displayed on the chart. |
| [IsVerticalValues](../../aspose.cells.charts/series/isverticalvalues/) { get; } | Indicates whether the data source is vertical. |
| [LayoutProperties](../../aspose.cells.charts/series/layoutproperties/) { get; } | Represents the properties of layout. |
| [LeaderLines](../../aspose.cells.charts/series/leaderlines/) { get; } | Represents leader lines on a chart. Leader lines connect data labels to data points. This object isn't a collection; there's no object that represents a single leader line. |
@@ -68,10 +68,10 @@ public class Series
| [Type](../../aspose.cells.charts/series/type/) { get; set; } | Gets or sets a data series' type. |
| [UpBars](../../aspose.cells.charts/series/upbars/) { get; } | Returns an DropBars object that represents the up bars on a line chart. Applies only to line charts. |
| [Values](../../aspose.cells.charts/series/values/) { get; set; } | Represents the Y values of this chart series. |
-| [ValuesFormatCode](../../aspose.cells.charts/series/valuesformatcode/) { get; set; } | Represents format code of Values's NumberList. |
+| [ValuesFormatCode](../../aspose.cells.charts/series/valuesformatcode/) { get; set; } | Represents format code of Values' NumberList. |
| [XErrorBar](../../aspose.cells.charts/series/xerrorbar/) { get; } | Represents X direction error bar of the series. |
| [XValues](../../aspose.cells.charts/series/xvalues/) { get; set; } | Represents the X values of this chart series. |
-| [XValuesFormatCode](../../aspose.cells.charts/series/xvaluesformatcode/) { get; set; } | Represents format code of X Values's NumberList. |
+| [XValuesFormatCode](../../aspose.cells.charts/series/xvaluesformatcode/) { get; set; } | Represents format code of X Values' NumberList. |
| [YErrorBar](../../aspose.cells.charts/series/yerrorbar/) { get; } | Represents Y direction error bar of the series. |
## Methods
diff --git a/english/net/aspose.cells.charts/series/area/_index.md b/english/net/aspose.cells.charts/series/area/_index.md
index 067b4e75413..76c6d8bac8a 100644
--- a/english/net/aspose.cells.charts/series/area/_index.md
+++ b/english/net/aspose.cells.charts/series/area/_index.md
@@ -1,13 +1,13 @@
---
title: Series.Area
second_title: Aspose.Cells for .NET API Reference
-description: Series property. Represents the background area of Series object
+description: Series property. Represents the background area of the Series object
type: docs
url: /net/aspose.cells.charts/series/area/
---
## Series.Area property
-Represents the background area of Series object.
+Represents the background area of the Series object.
```csharp
public Area Area { get; }
diff --git a/english/net/aspose.cells.charts/series/border/_index.md b/english/net/aspose.cells.charts/series/border/_index.md
index 190ca11a29e..e642fe408b7 100644
--- a/english/net/aspose.cells.charts/series/border/_index.md
+++ b/english/net/aspose.cells.charts/series/border/_index.md
@@ -1,13 +1,13 @@
---
title: Series.Border
second_title: Aspose.Cells for .NET API Reference
-description: Series property. Represents border of Series object
+description: Series property. Represents the border of a Series object
type: docs
url: /net/aspose.cells.charts/series/border/
---
## Series.Border property
-Represents border of Series object.
+Represents the border of a Series object.
```csharp
public Line Border { get; }
diff --git a/english/net/aspose.cells.charts/series/bubblesizes/_index.md b/english/net/aspose.cells.charts/series/bubblesizes/_index.md
index a1d7199355b..594fbecdfc3 100644
--- a/english/net/aspose.cells.charts/series/bubblesizes/_index.md
+++ b/english/net/aspose.cells.charts/series/bubblesizes/_index.md
@@ -13,6 +13,10 @@ Gets or sets the bubble sizes values of the chart series.
public string BubbleSizes { get; set; }
```
+### Remarks
+
+Only for Bubble or Bubble3D.
+
### Examples
```csharp
diff --git a/english/net/aspose.cells.charts/series/isfiltered/_index.md b/english/net/aspose.cells.charts/series/isfiltered/_index.md
index 5ab041d1ccb..eacce76470b 100644
--- a/english/net/aspose.cells.charts/series/isfiltered/_index.md
+++ b/english/net/aspose.cells.charts/series/isfiltered/_index.md
@@ -1,13 +1,13 @@
---
title: Series.IsFiltered
second_title: Aspose.Cells for .NET API Reference
-description: Series property. Indicates whether the series is selected or filtered.True represents this series is filtered and it will not be displayed on the chart
+description: Series property. Indicates whether the series is selected or filtered. True represents that this series is filtered and it will not be displayed on the chart
type: docs
url: /net/aspose.cells.charts/series/isfiltered/
---
## Series.IsFiltered property
-Indicates whether the series is selected or filtered.True represents this series is filtered, and it will not be displayed on the chart.
+Indicates whether the series is selected or filtered. True represents that this series is filtered, and it will not be displayed on the chart.
```csharp
public bool IsFiltered { get; set; }
diff --git a/english/net/aspose.cells.charts/series/valuesformatcode/_index.md b/english/net/aspose.cells.charts/series/valuesformatcode/_index.md
index 91e0dcd7adc..98c85e45e4a 100644
--- a/english/net/aspose.cells.charts/series/valuesformatcode/_index.md
+++ b/english/net/aspose.cells.charts/series/valuesformatcode/_index.md
@@ -1,13 +1,13 @@
---
title: Series.ValuesFormatCode
second_title: Aspose.Cells for .NET API Reference
-description: Series property. Represents format code of Valuess NumberList
+description: Series property. Represents format code of Values NumberList
type: docs
url: /net/aspose.cells.charts/series/valuesformatcode/
---
## Series.ValuesFormatCode property
-Represents format code of Values's NumberList.
+Represents format code of Values' NumberList.
```csharp
public string ValuesFormatCode { get; set; }
diff --git a/english/net/aspose.cells.charts/series/xvalues/_index.md b/english/net/aspose.cells.charts/series/xvalues/_index.md
index a96e28e2bea..b038c191ed4 100644
--- a/english/net/aspose.cells.charts/series/xvalues/_index.md
+++ b/english/net/aspose.cells.charts/series/xvalues/_index.md
@@ -15,7 +15,7 @@ public string XValues { get; set; }
### Remarks
-To get the actual values(corresponding to every point of this series) defined by this property, please use [`CategoryValues`](../categoryvalues/).
+Only for Scatter and Bubble chart. Please use [`CategoryData`](../../seriescollection/categorydata/) for other types of charts [`CategoryValues`](../categoryvalues/) is used to get the actual category values of this series.
### Examples
diff --git a/english/net/aspose.cells.charts/series/xvaluesformatcode/_index.md b/english/net/aspose.cells.charts/series/xvaluesformatcode/_index.md
index 021594dcdec..1f49176144d 100644
--- a/english/net/aspose.cells.charts/series/xvaluesformatcode/_index.md
+++ b/english/net/aspose.cells.charts/series/xvaluesformatcode/_index.md
@@ -1,13 +1,13 @@
---
title: Series.XValuesFormatCode
second_title: Aspose.Cells for .NET API Reference
-description: Series property. Represents format code of X Valuess NumberList
+description: Series property. Represents format code of X Values NumberList
type: docs
url: /net/aspose.cells.charts/series/xvaluesformatcode/
---
## Series.XValuesFormatCode property
-Represents format code of X Values's NumberList.
+Represents format code of X Values' NumberList.
```csharp
public string XValuesFormatCode { get; set; }
diff --git a/english/net/aspose.cells.charts/serieslayoutproperties/_index.md b/english/net/aspose.cells.charts/serieslayoutproperties/_index.md
index 8465262d8ec..a30c9a9ef5d 100644
--- a/english/net/aspose.cells.charts/serieslayoutproperties/_index.md
+++ b/english/net/aspose.cells.charts/serieslayoutproperties/_index.md
@@ -28,13 +28,17 @@ public class SeriesLayoutProperties
| [MapChartRegionType](../../aspose.cells.charts/serieslayoutproperties/mapchartregiontype/) { get; set; } | Gets and sets the region type of the map. |
| [MapLabelLayout](../../aspose.cells.charts/serieslayoutproperties/maplabellayout/) { get; set; } | Gets and sets the layout of map labels. |
| [QuartileCalculation](../../aspose.cells.charts/serieslayoutproperties/quartilecalculation/) { get; set; } | Represents the statistical properties for the series. |
-| [ShowConnectorLines](../../aspose.cells.charts/serieslayoutproperties/showconnectorlines/) { get; set; } | Indicates whether showing connector lines between data points. |
-| [ShowInnerPoints](../../aspose.cells.charts/serieslayoutproperties/showinnerpoints/) { get; set; } | Indicates whether showing non-outlier data points. |
-| [ShowMeanLine](../../aspose.cells.charts/serieslayoutproperties/showmeanline/) { get; set; } | Indicates whether showing the line connecting all mean points. |
-| [ShowMeanMarker](../../aspose.cells.charts/serieslayoutproperties/showmeanmarker/) { get; set; } | Indicates whether showing markers denoting the mean. |
-| [ShowOutlierPoints](../../aspose.cells.charts/serieslayoutproperties/showoutlierpoints/) { get; set; } | Indicates whether showing outlier data points. |
+| [ShowConnectorLines](../../aspose.cells.charts/serieslayoutproperties/showconnectorlines/) { get; set; } | Indicates whether connector lines are shown between data points. |
+| [ShowInnerPoints](../../aspose.cells.charts/serieslayoutproperties/showinnerpoints/) { get; set; } | Indicates whether to show non-outlier data points. |
+| [ShowMeanLine](../../aspose.cells.charts/serieslayoutproperties/showmeanline/) { get; set; } | Indicates whether to show the line connecting all mean points. |
+| [ShowMeanMarker](../../aspose.cells.charts/serieslayoutproperties/showmeanmarker/) { get; set; } | Indicates whether markers denoting the mean are shown. |
+| [ShowOutlierPoints](../../aspose.cells.charts/serieslayoutproperties/showoutlierpoints/) { get; set; } | Indicates whether outlier data points are shown. |
| [Subtotals](../../aspose.cells.charts/serieslayoutproperties/subtotals/) { get; set; } | Represents the index of a subtotal data point. |
+### Remarks
+
+Only applicable to BoxWhisker,Funnel,ParetoLine,Sunburst,Treemap,Waterfall and Histogram chart.
+
### Examples
```csharp
diff --git a/english/net/aspose.cells.charts/serieslayoutproperties/isintervalleftclosed/_index.md b/english/net/aspose.cells.charts/serieslayoutproperties/isintervalleftclosed/_index.md
index 7d8483f82fd..d34525026ee 100644
--- a/english/net/aspose.cells.charts/serieslayoutproperties/isintervalleftclosed/_index.md
+++ b/english/net/aspose.cells.charts/serieslayoutproperties/isintervalleftclosed/_index.md
@@ -13,6 +13,10 @@ Indicates whether the interval is closed on the left side.
public bool IsIntervalLeftClosed { get; set; }
```
+### Remarks
+
+Only for ParetoLine chart.
+
### Examples
```csharp
diff --git a/english/net/aspose.cells.charts/serieslayoutproperties/mapchartprojectiontype/_index.md b/english/net/aspose.cells.charts/serieslayoutproperties/mapchartprojectiontype/_index.md
index 0a16d27f30f..0d8e16a3938 100644
--- a/english/net/aspose.cells.charts/serieslayoutproperties/mapchartprojectiontype/_index.md
+++ b/english/net/aspose.cells.charts/serieslayoutproperties/mapchartprojectiontype/_index.md
@@ -13,6 +13,10 @@ Gets and sets the projection type of the map.
public MapChartProjectionType MapChartProjectionType { get; set; }
```
+### Remarks
+
+Only for map chart.
+
### Examples
```csharp
diff --git a/english/net/aspose.cells.charts/serieslayoutproperties/mapchartregiontype/_index.md b/english/net/aspose.cells.charts/serieslayoutproperties/mapchartregiontype/_index.md
index 695b61512da..47e064c8221 100644
--- a/english/net/aspose.cells.charts/serieslayoutproperties/mapchartregiontype/_index.md
+++ b/english/net/aspose.cells.charts/serieslayoutproperties/mapchartregiontype/_index.md
@@ -13,6 +13,10 @@ Gets and sets the region type of the map.
public MapChartRegionType MapChartRegionType { get; set; }
```
+### Remarks
+
+Only for map chart.
+
### Examples
```csharp
diff --git a/english/net/aspose.cells.charts/serieslayoutproperties/quartilecalculation/_index.md b/english/net/aspose.cells.charts/serieslayoutproperties/quartilecalculation/_index.md
index a4ddd11acbb..cb4b1e90ba1 100644
--- a/english/net/aspose.cells.charts/serieslayoutproperties/quartilecalculation/_index.md
+++ b/english/net/aspose.cells.charts/serieslayoutproperties/quartilecalculation/_index.md
@@ -13,6 +13,10 @@ Represents the statistical properties for the series.
public QuartileCalculationType QuartileCalculation { get; set; }
```
+### Remarks
+
+Only applicable to BoxWhisker chart.
+
### Examples
```csharp
diff --git a/english/net/aspose.cells.charts/serieslayoutproperties/showconnectorlines/_index.md b/english/net/aspose.cells.charts/serieslayoutproperties/showconnectorlines/_index.md
index 11628380060..b833641ec4a 100644
--- a/english/net/aspose.cells.charts/serieslayoutproperties/showconnectorlines/_index.md
+++ b/english/net/aspose.cells.charts/serieslayoutproperties/showconnectorlines/_index.md
@@ -1,18 +1,22 @@
---
title: SeriesLayoutProperties.ShowConnectorLines
second_title: Aspose.Cells for .NET API Reference
-description: SeriesLayoutProperties property. Indicates whether showing connector lines between data points
+description: SeriesLayoutProperties property. Indicates whether connector lines are shown between data points
type: docs
url: /net/aspose.cells.charts/serieslayoutproperties/showconnectorlines/
---
## SeriesLayoutProperties.ShowConnectorLines property
-Indicates whether showing connector lines between data points.
+Indicates whether connector lines are shown between data points.
```csharp
public bool ShowConnectorLines { get; set; }
```
+### Remarks
+
+Only for Waterfall chart.
+
### Examples
```csharp
diff --git a/english/net/aspose.cells.charts/serieslayoutproperties/showinnerpoints/_index.md b/english/net/aspose.cells.charts/serieslayoutproperties/showinnerpoints/_index.md
index ddf154a01cb..a0692ceb365 100644
--- a/english/net/aspose.cells.charts/serieslayoutproperties/showinnerpoints/_index.md
+++ b/english/net/aspose.cells.charts/serieslayoutproperties/showinnerpoints/_index.md
@@ -1,13 +1,13 @@
---
title: SeriesLayoutProperties.ShowInnerPoints
second_title: Aspose.Cells for .NET API Reference
-description: SeriesLayoutProperties property. Indicates whether showing nonoutlier data points
+description: SeriesLayoutProperties property. Indicates whether to show nonoutlier data points
type: docs
url: /net/aspose.cells.charts/serieslayoutproperties/showinnerpoints/
---
## SeriesLayoutProperties.ShowInnerPoints property
-Indicates whether showing non-outlier data points.
+Indicates whether to show non-outlier data points.
```csharp
public bool ShowInnerPoints { get; set; }
diff --git a/english/net/aspose.cells.charts/serieslayoutproperties/showmeanline/_index.md b/english/net/aspose.cells.charts/serieslayoutproperties/showmeanline/_index.md
index d8947f4653a..e1cb26e7eb6 100644
--- a/english/net/aspose.cells.charts/serieslayoutproperties/showmeanline/_index.md
+++ b/english/net/aspose.cells.charts/serieslayoutproperties/showmeanline/_index.md
@@ -1,18 +1,22 @@
---
title: SeriesLayoutProperties.ShowMeanLine
second_title: Aspose.Cells for .NET API Reference
-description: SeriesLayoutProperties property. Indicates whether showing the line connecting all mean points
+description: SeriesLayoutProperties property. Indicates whether to show the line connecting all mean points
type: docs
url: /net/aspose.cells.charts/serieslayoutproperties/showmeanline/
---
## SeriesLayoutProperties.ShowMeanLine property
-Indicates whether showing the line connecting all mean points.
+Indicates whether to show the line connecting all mean points.
```csharp
public bool ShowMeanLine { get; set; }
```
+### Remarks
+
+Only works for BoxWhisker chart.
+
### Examples
```csharp
diff --git a/english/net/aspose.cells.charts/serieslayoutproperties/showmeanmarker/_index.md b/english/net/aspose.cells.charts/serieslayoutproperties/showmeanmarker/_index.md
index 354d045e0ce..8b0d115ab48 100644
--- a/english/net/aspose.cells.charts/serieslayoutproperties/showmeanmarker/_index.md
+++ b/english/net/aspose.cells.charts/serieslayoutproperties/showmeanmarker/_index.md
@@ -1,13 +1,13 @@
---
title: SeriesLayoutProperties.ShowMeanMarker
second_title: Aspose.Cells for .NET API Reference
-description: SeriesLayoutProperties property. Indicates whether showing markers denoting the mean
+description: SeriesLayoutProperties property. Indicates whether markers denoting the mean are shown
type: docs
url: /net/aspose.cells.charts/serieslayoutproperties/showmeanmarker/
---
## SeriesLayoutProperties.ShowMeanMarker property
-Indicates whether showing markers denoting the mean.
+Indicates whether markers denoting the mean are shown.
```csharp
public bool ShowMeanMarker { get; set; }
diff --git a/english/net/aspose.cells.charts/serieslayoutproperties/showoutlierpoints/_index.md b/english/net/aspose.cells.charts/serieslayoutproperties/showoutlierpoints/_index.md
index bbdb02ea91e..245dc40439a 100644
--- a/english/net/aspose.cells.charts/serieslayoutproperties/showoutlierpoints/_index.md
+++ b/english/net/aspose.cells.charts/serieslayoutproperties/showoutlierpoints/_index.md
@@ -1,13 +1,13 @@
---
title: SeriesLayoutProperties.ShowOutlierPoints
second_title: Aspose.Cells for .NET API Reference
-description: SeriesLayoutProperties property. Indicates whether showing outlier data points
+description: SeriesLayoutProperties property. Indicates whether outlier data points are shown
type: docs
url: /net/aspose.cells.charts/serieslayoutproperties/showoutlierpoints/
---
## SeriesLayoutProperties.ShowOutlierPoints property
-Indicates whether showing outlier data points.
+Indicates whether outlier data points are shown.
```csharp
public bool ShowOutlierPoints { get; set; }
diff --git a/english/net/aspose.cells.charts/sparklinegroup/_index.md b/english/net/aspose.cells.charts/sparklinegroup/_index.md
index 92237984c6c..233a931dc5c 100644
--- a/english/net/aspose.cells.charts/sparklinegroup/_index.md
+++ b/english/net/aspose.cells.charts/sparklinegroup/_index.md
@@ -1,13 +1,13 @@
---
title: Class SparklineGroup
second_title: Aspose.Cells for .NET API Reference
-description: Aspose.Cells.Charts.SparklineGroup class. Sparkline is organized into sparkline group. A SparklineGroup contains a variable number of sparkline items. A sparkline group specifies the type display settings and axis settings for the sparklines
+description: Aspose.Cells.Charts.SparklineGroup class. Sparkline is organized into a sparkline group. A SparklineGroup contains a variable number of sparkline items. A sparkline group specifies the type display settings and axis settings for the sparklines
type: docs
url: /net/aspose.cells.charts/sparklinegroup/
---
## SparklineGroup class
-[`Sparkline`](../sparkline/) is organized into sparkline group. A SparklineGroup contains a variable number of sparkline items. A sparkline group specifies the type, display settings and axis settings for the sparklines.
+[`Sparkline`](../sparkline/) is organized into a sparkline group. A SparklineGroup contains a variable number of sparkline items. A sparkline group specifies the type, display settings and axis settings for the sparklines.
```csharp
public class SparklineGroup
diff --git a/english/net/aspose.cells.charts/sparklinegroupcollection/_index.md b/english/net/aspose.cells.charts/sparklinegroupcollection/_index.md
index ba2dc8e0df3..abdb4776b14 100644
--- a/english/net/aspose.cells.charts/sparklinegroupcollection/_index.md
+++ b/english/net/aspose.cells.charts/sparklinegroupcollection/_index.md
@@ -32,8 +32,8 @@ public class SparklineGroupCollection : CollectionBase
| [BinarySearch](../../aspose.cells/collectionbase-1/binarysearch/)(SparklineGroup, IComparer<SparklineGroup>) | |
| [BinarySearch](../../aspose.cells/collectionbase-1/binarysearch/)(int, int, SparklineGroup, IComparer<SparklineGroup>) | |
| [Clear](../../aspose.cells/collectionbase-1/clear/)() | |
-| [ClearSparklineGroups](../../aspose.cells.charts/sparklinegroupcollection/clearsparklinegroups/)(CellArea) | Clears the sparkline groups that overlaps an area of cells. |
-| [ClearSparklines](../../aspose.cells.charts/sparklinegroupcollection/clearsparklines/)(CellArea) | Clears the sparklines that is inside an area of cells. |
+| [ClearSparklineGroups](../../aspose.cells.charts/sparklinegroupcollection/clearsparklinegroups/)(CellArea) | Clears the sparkline groups that overlap an area of cells. |
+| [ClearSparklines](../../aspose.cells.charts/sparklinegroupcollection/clearsparklines/)(CellArea) | Clears the sparklines that are inside an area of cells. |
| [Contains](../../aspose.cells/collectionbase-1/contains/)(SparklineGroup) | |
| [CopyTo](../../aspose.cells/collectionbase-1/copyto/)(SparklineGroup[]) | |
| [CopyTo](../../aspose.cells/collectionbase-1/copyto/)(SparklineGroup[], int) | |
diff --git a/english/net/aspose.cells.charts/sparklinegroupcollection/clearsparklinegroups/_index.md b/english/net/aspose.cells.charts/sparklinegroupcollection/clearsparklinegroups/_index.md
index 9a2d3341e2e..ab1b30efbf2 100644
--- a/english/net/aspose.cells.charts/sparklinegroupcollection/clearsparklinegroups/_index.md
+++ b/english/net/aspose.cells.charts/sparklinegroupcollection/clearsparklinegroups/_index.md
@@ -1,13 +1,13 @@
---
title: SparklineGroupCollection.ClearSparklineGroups
second_title: Aspose.Cells for .NET API Reference
-description: SparklineGroupCollection method. Clears the sparkline groups that overlaps an area of cells
+description: SparklineGroupCollection method. Clears the sparkline groups that overlap an area of cells
type: docs
url: /net/aspose.cells.charts/sparklinegroupcollection/clearsparklinegroups/
---
## SparklineGroupCollection.ClearSparklineGroups method
-Clears the sparkline groups that overlaps an area of cells.
+Clears the sparkline groups that overlap an area of cells.
```csharp
public void ClearSparklineGroups(CellArea cellArea)
diff --git a/english/net/aspose.cells.charts/sparklinegroupcollection/clearsparklines/_index.md b/english/net/aspose.cells.charts/sparklinegroupcollection/clearsparklines/_index.md
index 8f76b789c23..051f7f0c7ea 100644
--- a/english/net/aspose.cells.charts/sparklinegroupcollection/clearsparklines/_index.md
+++ b/english/net/aspose.cells.charts/sparklinegroupcollection/clearsparklines/_index.md
@@ -1,13 +1,13 @@
---
title: SparklineGroupCollection.ClearSparklines
second_title: Aspose.Cells for .NET API Reference
-description: SparklineGroupCollection method. Clears the sparklines that is inside an area of cells
+description: SparklineGroupCollection method. Clears the sparklines that are inside an area of cells
type: docs
url: /net/aspose.cells.charts/sparklinegroupcollection/clearsparklines/
---
## SparklineGroupCollection.ClearSparklines method
-Clears the sparklines that is inside an area of cells.
+Clears the sparklines that are inside an area of cells.
```csharp
public void ClearSparklines(CellArea cellArea)
diff --git a/english/net/aspose.cells.charts/sparklinetype/_index.md b/english/net/aspose.cells.charts/sparklinetype/_index.md
index 425b5ad8f32..66afde5708e 100644
--- a/english/net/aspose.cells.charts/sparklinetype/_index.md
+++ b/english/net/aspose.cells.charts/sparklinetype/_index.md
@@ -19,7 +19,7 @@ public enum SparklineType
| --- | --- | --- |
| Line | `0` | Line sparkline. |
| Column | `1` | Column sparkline. |
-| Stacked | `2` | Win/Loss sparkline. |
+| Stacked | `2` | Represents a Win/Loss sparkline. |
### Examples
diff --git a/english/net/aspose.cells.charts/ticklabelalignmenttype/_index.md b/english/net/aspose.cells.charts/ticklabelalignmenttype/_index.md
index f168fe768fe..3ca7a05b22e 100644
--- a/english/net/aspose.cells.charts/ticklabelalignmenttype/_index.md
+++ b/english/net/aspose.cells.charts/ticklabelalignmenttype/_index.md
@@ -17,9 +17,9 @@ public enum TickLabelAlignmentType
| Name | Value | Description |
| --- | --- | --- |
-| Center | `0` | Represents the text shall be centered. |
-| Left | `1` | Represents the text shall be left justified. |
-| Right | `2` | Represents the text shall be right justified. |
+| Center | `0` | Represents that the text shall be centered. |
+| Left | `1` | Represents the text that shall be left justified. |
+| Right | `2` | Represents that the text shall be right justified. |
### Examples
diff --git a/english/net/aspose.cells.charts/ticklabelitem/_index.md b/english/net/aspose.cells.charts/ticklabelitem/_index.md
index 7ddb399d4ec..24c913dc1ae 100644
--- a/english/net/aspose.cells.charts/ticklabelitem/_index.md
+++ b/english/net/aspose.cells.charts/ticklabelitem/_index.md
@@ -17,10 +17,10 @@ public class TickLabelItem
| Name | Description |
| --- | --- |
-| [Height](../../aspose.cells.charts/ticklabelitem/height/) { get; } | Height of Ticklabel item in ratio of chart height. |
-| [Width](../../aspose.cells.charts/ticklabelitem/width/) { get; } | Width of Ticklabel item in ratio of chart width. |
-| [X](../../aspose.cells.charts/ticklabelitem/x/) { get; } | X coordinates of Ticklabel item in ratio of chart width. |
-| [Y](../../aspose.cells.charts/ticklabelitem/y/) { get; } | Y coordinates of Ticklabel item in ratio of chart height. |
+| [Height](../../aspose.cells.charts/ticklabelitem/height/) { get; } | Height of Ticklabel item as a ratio of chart height. |
+| [Width](../../aspose.cells.charts/ticklabelitem/width/) { get; } | Width of Ticklabel item as a ratio of chart width. |
+| [X](../../aspose.cells.charts/ticklabelitem/x/) { get; } | X coordinates of Ticklabel item as a ratio of chart width. |
+| [Y](../../aspose.cells.charts/ticklabelitem/y/) { get; } | Y coordinates of Ticklabel item as a ratio of the chart height. |
### Examples
diff --git a/english/net/aspose.cells.charts/ticklabelitem/height/_index.md b/english/net/aspose.cells.charts/ticklabelitem/height/_index.md
index 5264b01d2d2..902ad99642f 100644
--- a/english/net/aspose.cells.charts/ticklabelitem/height/_index.md
+++ b/english/net/aspose.cells.charts/ticklabelitem/height/_index.md
@@ -1,13 +1,13 @@
---
title: TickLabelItem.Height
second_title: Aspose.Cells for .NET API Reference
-description: TickLabelItem property. Height of Ticklabel item in ratio of chart height
+description: TickLabelItem property. Height of Ticklabel item as a ratio of chart height
type: docs
url: /net/aspose.cells.charts/ticklabelitem/height/
---
## TickLabelItem.Height property
-Height of Ticklabel item in ratio of chart height.
+Height of Ticklabel item as a ratio of chart height.
```csharp
public double Height { get; }
diff --git a/english/net/aspose.cells.charts/ticklabelitem/width/_index.md b/english/net/aspose.cells.charts/ticklabelitem/width/_index.md
index 661184edbf9..888d3bef574 100644
--- a/english/net/aspose.cells.charts/ticklabelitem/width/_index.md
+++ b/english/net/aspose.cells.charts/ticklabelitem/width/_index.md
@@ -1,13 +1,13 @@
---
title: TickLabelItem.Width
second_title: Aspose.Cells for .NET API Reference
-description: TickLabelItem property. Width of Ticklabel item in ratio of chart width
+description: TickLabelItem property. Width of Ticklabel item as a ratio of chart width
type: docs
url: /net/aspose.cells.charts/ticklabelitem/width/
---
## TickLabelItem.Width property
-Width of Ticklabel item in ratio of chart width.
+Width of Ticklabel item as a ratio of chart width.
```csharp
public double Width { get; }
diff --git a/english/net/aspose.cells.charts/ticklabelitem/x/_index.md b/english/net/aspose.cells.charts/ticklabelitem/x/_index.md
index 94aab377488..6cf1cb77f70 100644
--- a/english/net/aspose.cells.charts/ticklabelitem/x/_index.md
+++ b/english/net/aspose.cells.charts/ticklabelitem/x/_index.md
@@ -1,13 +1,13 @@
---
title: TickLabelItem.X
second_title: Aspose.Cells for .NET API Reference
-description: TickLabelItem property. X coordinates of Ticklabel item in ratio of chart width
+description: TickLabelItem property. X coordinates of Ticklabel item as a ratio of chart width
type: docs
url: /net/aspose.cells.charts/ticklabelitem/x/
---
## TickLabelItem.X property
-X coordinates of Ticklabel item in ratio of chart width.
+X coordinates of Ticklabel item as a ratio of chart width.
```csharp
public double X { get; }
diff --git a/english/net/aspose.cells.charts/ticklabelitem/y/_index.md b/english/net/aspose.cells.charts/ticklabelitem/y/_index.md
index 2d439c4f78b..f84aea912fb 100644
--- a/english/net/aspose.cells.charts/ticklabelitem/y/_index.md
+++ b/english/net/aspose.cells.charts/ticklabelitem/y/_index.md
@@ -1,13 +1,13 @@
---
title: TickLabelItem.Y
second_title: Aspose.Cells for .NET API Reference
-description: TickLabelItem property. Y coordinates of Ticklabel item in ratio of chart height
+description: TickLabelItem property. Y coordinates of Ticklabel item as a ratio of the chart height
type: docs
url: /net/aspose.cells.charts/ticklabelitem/y/
---
## TickLabelItem.Y property
-Y coordinates of Ticklabel item in ratio of chart height.
+Y coordinates of Ticklabel item as a ratio of the chart height.
```csharp
public double Y { get; }
diff --git a/english/net/aspose.cells.charts/title/_index.md b/english/net/aspose.cells.charts/title/_index.md
index 0ada4812b3a..a503fb19566 100644
--- a/english/net/aspose.cells.charts/title/_index.md
+++ b/english/net/aspose.cells.charts/title/_index.md
@@ -39,7 +39,7 @@ public class Title : ChartTextFrame
| virtual [IsAutomaticSize](../../aspose.cells.charts/chartframe/isautomaticsize/) { get; set; } | Indicates whether the chart frame is automatic sized.(Inherited from [`ChartFrame`](../chartframe/).) |
| virtual [IsAutoText](../../aspose.cells.charts/charttextframe/isautotext/) { get; set; } | Indicates the text is auto generated.(Inherited from [`ChartTextFrame`](../charttextframe/).) |
| [IsDefaultPosBeSet](../../aspose.cells.charts/chartframe/isdefaultposbeset/) { get; } | Indicates whether default position(DefaultX, DefaultY, DefaultWidth and DefaultHeight) are set.(Inherited from [`ChartFrame`](../chartframe/).) |
-| [IsDeleted](../../aspose.cells.charts/charttextframe/isdeleted/) { get; set; } | Indicates whether this data labels is deleted.(Inherited from [`ChartTextFrame`](../charttextframe/).) |
+| [IsDeleted](../../aspose.cells.charts/charttextframe/isdeleted/) { get; set; } | Indicates whether this data labels are deleted.(Inherited from [`ChartTextFrame`](../charttextframe/).) |
| [IsInnerMode](../../aspose.cells.charts/chartframe/isinnermode/) { get; set; } | 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.(Inherited from [`ChartFrame`](../chartframe/).) |
| [IsResizeShapeToFitText](../../aspose.cells.charts/charttextframe/isresizeshapetofittext/) { get; set; } | 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.(Inherited from [`ChartTextFrame`](../charttextframe/).) |
| virtual [IsTextWrapped](../../aspose.cells.charts/charttextframe/istextwrapped/) { get; set; } | Gets or sets a value indicating whether the text is wrapped.(Inherited from [`ChartTextFrame`](../charttextframe/).) |
@@ -47,7 +47,7 @@ public class Title : ChartTextFrame
| virtual [LinkedSource](../../aspose.cells.charts/charttextframe/linkedsource/) { get; set; } | Gets and sets a reference to the worksheet.(Inherited from [`ChartTextFrame`](../charttextframe/).) |
| [OverLay](../../aspose.cells.charts/title/overlay/) { get; set; } | Represents overlay centered title on chart without resizing chart. |
| [ReadingOrder](../../aspose.cells.charts/charttextframe/readingorder/) { get; set; } | Represents text reading order.(Inherited from [`ChartTextFrame`](../charttextframe/).) |
-| [RotationAngle](../../aspose.cells.charts/charttextframe/rotationangle/) { get; set; } | Represents text rotation angle.(Inherited from [`ChartTextFrame`](../charttextframe/).) |
+| [RotationAngle](../../aspose.cells.charts/charttextframe/rotationangle/) { get; set; } | Represents the text rotation angle.(Inherited from [`ChartTextFrame`](../charttextframe/).) |
| [Shadow](../../aspose.cells.charts/chartframe/shadow/) { get; set; } | True if the frame has a shadow.(Inherited from [`ChartFrame`](../chartframe/).) |
| [ShapeProperties](../../aspose.cells.charts/chartframe/shapeproperties/) { get; } | Gets the [`ShapeProperties`](../chartframe/shapeproperties/) object.(Inherited from [`ChartFrame`](../chartframe/).) |
| override [Text](../../aspose.cells.charts/title/text/) { get; set; } | Gets or sets the text of display unit label. |
diff --git a/english/net/aspose.cells.drawing/shape/toimage/_index.md b/english/net/aspose.cells.drawing/shape/toimage/_index.md
index 1f4f929d417..1b258f331ab 100644
--- a/english/net/aspose.cells.drawing/shape/toimage/_index.md
+++ b/english/net/aspose.cells.drawing/shape/toimage/_index.md
@@ -1,10 +1,63 @@
---
title: Shape.ToImage
second_title: Aspose.Cells for .NET API Reference
-description: Shape method. Creates the shape image and saves it to a stream in the specified format
+description: Shape method. Saves the shape to a stream
type: docs
url: /net/aspose.cells.drawing/shape/toimage/
---
+## ToImage(Stream, ImageOrPrintOptions) {#toimage_2}
+
+Saves the shape to a stream.
+
+```csharp
+public void ToImage(Stream stream, ImageOrPrintOptions options)
+```
+
+### Examples
+
+```csharp
+
+[C#]
+MemoryStream imageStream = new MemoryStream();
+ImageOrPrintOptions op = new ImageOrPrintOptions();
+shape.ToImage(imageStream, op);
+```
+
+### See Also
+
+* class [ImageOrPrintOptions](../../../aspose.cells.rendering/imageorprintoptions/)
+* class [Shape](../)
+* namespace [Aspose.Cells.Drawing](../../../aspose.cells.drawing/)
+* assembly [Aspose.Cells](../../../)
+
+---
+
+## ToImage(ImageOrPrintOptions) {#toimage}
+
+Returns the bitmap object of the shape .
+
+```csharp
+public Bitmap ToImage(ImageOrPrintOptions options)
+```
+
+### Examples
+
+```csharp
+
+[C#]
+ImageOrPrintOptions op = new ImageOrPrintOptions();
+System.Drawing.Bitmap btm = shape.ToImage(op);
+```
+
+### See Also
+
+* class [ImageOrPrintOptions](../../../aspose.cells.rendering/imageorprintoptions/)
+* class [Shape](../)
+* namespace [Aspose.Cells.Drawing](../../../aspose.cells.drawing/)
+* assembly [Aspose.Cells](../../../)
+
+---
+
## ToImage(Stream, ImageType) {#toimage_1}
Creates the shape image and saves it to a stream in the specified format.
@@ -113,57 +166,4 @@ namespace AsposeCellsExamples
* namespace [Aspose.Cells.Drawing](../../../aspose.cells.drawing/)
* assembly [Aspose.Cells](../../../)
----
-
-## ToImage(Stream, ImageOrPrintOptions) {#toimage_2}
-
-Saves the shape to a stream.
-
-```csharp
-public void ToImage(Stream stream, ImageOrPrintOptions options)
-```
-
-### Examples
-
-```csharp
-
-[C#]
-MemoryStream imageStream = new MemoryStream();
-ImageOrPrintOptions op = new ImageOrPrintOptions();
-shape.ToImage(imageStream, op);
-```
-
-### See Also
-
-* class [ImageOrPrintOptions](../../../aspose.cells.rendering/imageorprintoptions/)
-* class [Shape](../)
-* namespace [Aspose.Cells.Drawing](../../../aspose.cells.drawing/)
-* assembly [Aspose.Cells](../../../)
-
----
-
-## ToImage(ImageOrPrintOptions) {#toimage}
-
-Returns the bitmap object of the shape .
-
-```csharp
-public Bitmap ToImage(ImageOrPrintOptions options)
-```
-
-### Examples
-
-```csharp
-
-[C#]
-ImageOrPrintOptions op = new ImageOrPrintOptions();
-System.Drawing.Bitmap btm = shape.ToImage(op);
-```
-
-### See Also
-
-* class [ImageOrPrintOptions](../../../aspose.cells.rendering/imageorprintoptions/)
-* class [Shape](../)
-* namespace [Aspose.Cells.Drawing](../../../aspose.cells.drawing/)
-* assembly [Aspose.Cells](../../../)
-
diff --git a/english/net/aspose.cells.gridjs/config/_index.md b/english/net/aspose.cells.gridjs/config/_index.md
index 8296be3cc55..9e5bed3e3f2 100644
--- a/english/net/aspose.cells.gridjs/config/_index.md
+++ b/english/net/aspose.cells.gridjs/config/_index.md
@@ -29,6 +29,7 @@ public class Config
| static [CustomPdfSaveOptions](../../aspose.cells.gridjs/config/custompdfsaveoptions/) { get; set; } | Gets/Sets the custom PdfSaveOptions for PDF export. If set, this will be used instead of the default options. the default value is null. |
| static [EmptySheetMaxCol](../../aspose.cells.gridjs/config/emptysheetmaxcol/) { get; set; } | Gets/Sets default max column for an empty worksheet. the default value is 15. |
| static [EmptySheetMaxRow](../../aspose.cells.gridjs/config/emptysheetmaxrow/) { get; set; } | Gets/Sets default max row for an empty worksheet. the default value is 12. |
+| static [EnableChartClientRendering](../../aspose.cells.gridjs/config/enablechartclientrendering/) { get; set; } | Gets/Sets whether to enable client-side chart rendering. If set to false, GridJs will fall back to server-generated chart images/shapes only. the default value is true. |
| static [FileCacheDirectory](../../aspose.cells.gridjs/config/filecachedirectory/) { get; set; } | Gets/Sets the cache directory for storing spreadsheet file. We need to set it to a specific path before we use GridJs. |
| static [IgnoreEmptyContent](../../aspose.cells.gridjs/config/ignoreemptycontent/) { get; set; } | Gets/Sets whether to show the max range which includes data ,style, merged cells and shapes. if the last row or column contains cells with no value and formula but has custom style then we will not show this row/column when this vlaue is true。 the default value is true . |
| static [IsCollaborative](../../aspose.cells.gridjs/config/iscollaborative/) { get; set; } | Gets/Sets whether to support collabrative editing,the default is false. |
diff --git a/english/net/aspose.cells.gridjs/config/enablechartclientrendering/_index.md b/english/net/aspose.cells.gridjs/config/enablechartclientrendering/_index.md
new file mode 100644
index 00000000000..661799962b0
--- /dev/null
+++ b/english/net/aspose.cells.gridjs/config/enablechartclientrendering/_index.md
@@ -0,0 +1,22 @@
+---
+title: Config.EnableChartClientRendering
+second_title: Aspose.Cells for .NET API Reference
+description: Config property. Gets/Sets whether to enable clientside chart rendering. If set to false GridJs will fall back to servergenerated chart images/shapes only. the default value is true
+type: docs
+url: /net/aspose.cells.gridjs/config/enablechartclientrendering/
+---
+## Config.EnableChartClientRendering property
+
+Gets/Sets whether to enable client-side chart rendering. If set to false, GridJs will fall back to server-generated chart images/shapes only. the default value is true.
+
+```csharp
+public static bool EnableChartClientRendering { get; set; }
+```
+
+### See Also
+
+* class [Config](../)
+* namespace [Aspose.Cells.GridJs](../../../aspose.cells.gridjs/)
+* assembly [Aspose.Cells.GridJs](../../../)
+
+
diff --git a/english/net/aspose.cells.gridjs/gridjsoptions/_index.md b/english/net/aspose.cells.gridjs/gridjsoptions/_index.md
index bb346798f93..f7f8e5d6817 100644
--- a/english/net/aspose.cells.gridjs/gridjsoptions/_index.md
+++ b/english/net/aspose.cells.gridjs/gridjsoptions/_index.md
@@ -29,6 +29,7 @@ public class GridJsOptions
| [CustomPdfSaveOptions](../../aspose.cells.gridjs/gridjsoptions/custompdfsaveoptions/) { get; set; } | Gets/Sets the custom PdfSaveOptions for PDF export. If set, this will be used instead of the default options. the default value is null. |
| [EmptySheetMaxCol](../../aspose.cells.gridjs/gridjsoptions/emptysheetmaxcol/) { get; set; } | Gets/Sets default max column for an empty worksheet. the default value is 15. |
| [EmptySheetMaxRow](../../aspose.cells.gridjs/gridjsoptions/emptysheetmaxrow/) { get; set; } | Gets/Sets default max row for an empty worksheet. the default value is 12. |
+| [EnableChartClientRendering](../../aspose.cells.gridjs/gridjsoptions/enablechartclientrendering/) { get; set; } | Gets/Sets whether to enable client-side chart rendering. If set to false, GridJs will emit chart images/shapes only and will not require client-side chart rendering. the default value is true. |
| [FileCacheDirectory](../../aspose.cells.gridjs/gridjsoptions/filecachedirectory/) { get; set; } | Gets/Sets the cache directory for storing spreadsheet file. We need to set it to a specific path before we use GridJs. |
| [FontFolders](../../aspose.cells.gridjs/gridjsoptions/fontfolders/) { get; set; } | Gets/Sets the fonts folders for fonts in the rendered pictures/shapes |
| [IgnoreEmptyContent](../../aspose.cells.gridjs/gridjsoptions/ignoreemptycontent/) { get; set; } | Gets/Sets whether to show the max range which includes data ,style, merged cells and shapes. if the last row or column contains cells with no value and formula but has custom style then we will not show this row/column when this vlaue is true。 the default value is true . |
diff --git a/english/net/aspose.cells.gridjs/gridjsoptions/enablechartclientrendering/_index.md b/english/net/aspose.cells.gridjs/gridjsoptions/enablechartclientrendering/_index.md
new file mode 100644
index 00000000000..389acb119ca
--- /dev/null
+++ b/english/net/aspose.cells.gridjs/gridjsoptions/enablechartclientrendering/_index.md
@@ -0,0 +1,22 @@
+---
+title: GridJsOptions.EnableChartClientRendering
+second_title: Aspose.Cells for .NET API Reference
+description: GridJsOptions property. Gets/Sets whether to enable clientside chart rendering. If set to false GridJs will emit chart images/shapes only and will not require clientside chart rendering. the default value is true
+type: docs
+url: /net/aspose.cells.gridjs/gridjsoptions/enablechartclientrendering/
+---
+## GridJsOptions.EnableChartClientRendering property
+
+Gets/Sets whether to enable client-side chart rendering. If set to false, GridJs will emit chart images/shapes only and will not require client-side chart rendering. the default value is true.
+
+```csharp
+public bool EnableChartClientRendering { get; set; }
+```
+
+### See Also
+
+* class [GridJsOptions](../)
+* namespace [Aspose.Cells.GridJs](../../../aspose.cells.gridjs/)
+* assembly [Aspose.Cells.GridJs](../../../)
+
+
diff --git a/english/net/aspose.cells.gridjs/gridjsworkbook/_index.md b/english/net/aspose.cells.gridjs/gridjsworkbook/_index.md
index 12597ca9147..c947213b6fd 100644
--- a/english/net/aspose.cells.gridjs/gridjsworkbook/_index.md
+++ b/english/net/aspose.cells.gridjs/gridjsworkbook/_index.md
@@ -30,6 +30,7 @@ public class GridJsWorkbook
| Name | Description |
| --- | --- |
+| [BurnRedactionFile](../../aspose.cells.gridjs/gridjsworkbook/burnredactionfile/)(string, string) | Burns (applies) all redaction operations in the workbook by removing redaction shapes and their target shapes or clearing target cell range contents. |
| [CheckInCacheForCollaborative](../../aspose.cells.gridjs/gridjsworkbook/checkincacheforcollaborative/)(string) | Check wether workbook instance is in memory cache .this method is apply for Collaborative mode only. |
| [CopyImageOrShape](../../aspose.cells.gridjs/gridjsworkbook/copyimageorshape/)(string, string) | Copys image or shape. |
| [ErrorJson](../../aspose.cells.gridjs/gridjsworkbook/errorjson/)(string) | Gets the error message string in JSON format. |
@@ -54,6 +55,7 @@ public class GridJsWorkbook
| [LazyLoadingJson](../../aspose.cells.gridjs/gridjsworkbook/lazyloadingjson/)(string, string) | Gets the JSON string of the specified sheet in the file from the cache using the specified unique id. |
| [LazyLoadingStream](../../aspose.cells.gridjs/gridjsworkbook/lazyloadingstream/)(Stream, string, string) | Retrieve the JSON string of the specified sheet in the file from the cache using the specified unique id, and write it to the stream. |
| [MergeExcelFileFromJson](../../aspose.cells.gridjs/gridjsworkbook/mergeexcelfilefromjson/)(string, string) | Applies a batch update to the memory data. |
+| [RedactFile](../../aspose.cells.gridjs/gridjsworkbook/redactfile/)(string, string, string[]) | Performs redaction on an Excel file based on an array of JSON operations. |
| [SaveToCacheWithFileName](../../aspose.cells.gridjs/gridjsworkbook/savetocachewithfilename/)(string, string, string) | Saves the memory data to the cache file with the specified filename and also set the open password, the save format is baseed on the file extension of the filename . |
| [SaveToExcelFile](../../aspose.cells.gridjs/gridjsworkbook/savetoexcelfile/#savetoexcelfile)(Stream) | Saves the memory data to the sream, baseed on the origin file format. |
| [SaveToExcelFile](../../aspose.cells.gridjs/gridjsworkbook/savetoexcelfile/#savetoexcelfile_1)(string) | Saves the memory data to the file path,if the file has extension ,save format is baseed on the file extension . |
@@ -65,6 +67,7 @@ public class GridJsWorkbook
| [SaveToXlsx](../../aspose.cells.gridjs/gridjsworkbook/savetoxlsx/#savetoxlsx_1)(string) | Saves the memory data to the file path,the save format is xlsx. |
| [SetInterruptMonitorForLoad](../../aspose.cells.gridjs/gridjsworkbook/setinterruptmonitorforload/)(GridInterruptMonitor, int) | Sets InterruptMonitor for load operation. |
| [SetInterruptMonitorForSave](../../aspose.cells.gridjs/gridjsworkbook/setinterruptmonitorforsave/)(GridInterruptMonitor) | Sets InterruptMonitor for save operation. |
+| [SetTransParentView](../../aspose.cells.gridjs/gridjsworkbook/settransparentview/)(string, string, bool) | Sets the transparency of redaction shapes in the workbook. |
| [TranslateSheetAsync](../../aspose.cells.gridjs/gridjsworkbook/translatesheetasync/)(string, string, ITextTranslator, string) | Translate all the string value to the target language in the worksheet |
| [UpdateCell](../../aspose.cells.gridjs/gridjsworkbook/updatecell/)(string, string) | Applies the update operation. |
| static [GetGridLoadFormat](../../aspose.cells.gridjs/gridjsworkbook/getgridloadformat/)(string) | Gets the load format by file extension |
diff --git a/english/net/aspose.cells.gridjs/gridjsworkbook/burnredactionfile/_index.md b/english/net/aspose.cells.gridjs/gridjsworkbook/burnredactionfile/_index.md
new file mode 100644
index 00000000000..1eff268d7a5
--- /dev/null
+++ b/english/net/aspose.cells.gridjs/gridjsworkbook/burnredactionfile/_index.md
@@ -0,0 +1,27 @@
+---
+title: GridJsWorkbook.BurnRedactionFile
+second_title: Aspose.Cells for .NET API Reference
+description: GridJsWorkbook method. Burns applies all redaction operations in the workbook by removing redaction shapes and their target shapes or clearing target cell range contents
+type: docs
+url: /net/aspose.cells.gridjs/gridjsworkbook/burnredactionfile/
+---
+## GridJsWorkbook.BurnRedactionFile method
+
+Burns (applies) all redaction operations in the workbook by removing redaction shapes and their target shapes or clearing target cell range contents.
+
+```csharp
+public void BurnRedactionFile(string excelFilePath, string uid)
+```
+
+| Parameter | Type | Description |
+| --- | --- | --- |
+| excelFilePath | String | The file path of the Excel file. |
+| uid | String | The unique identifier for the workbook. If null or empty, a new uid will be generated based on the file path. |
+
+### See Also
+
+* class [GridJsWorkbook](../)
+* namespace [Aspose.Cells.GridJs](../../../aspose.cells.gridjs/)
+* assembly [Aspose.Cells.GridJs](../../../)
+
+
diff --git a/english/net/aspose.cells.gridjs/gridjsworkbook/redactfile/_index.md b/english/net/aspose.cells.gridjs/gridjsworkbook/redactfile/_index.md
new file mode 100644
index 00000000000..1aacd8b8d6d
--- /dev/null
+++ b/english/net/aspose.cells.gridjs/gridjsworkbook/redactfile/_index.md
@@ -0,0 +1,35 @@
+---
+title: GridJsWorkbook.RedactFile
+second_title: Aspose.Cells for .NET API Reference
+description: GridJsWorkbook method. Performs redaction on an Excel file based on an array of JSON operations
+type: docs
+url: /net/aspose.cells.gridjs/gridjsworkbook/redactfile/
+---
+## GridJsWorkbook.RedactFile method
+
+Performs redaction on an Excel file based on an array of JSON operations.
+
+```csharp
+public void RedactFile(string excelFilePath, string uid, string[] arrayOfRedactionOpr)
+```
+
+| Parameter | Type | Description |
+| --- | --- | --- |
+| excelFilePath | String | The file path of the Excel file to be redacted. |
+| uid | String | The unique identifier for the workbook. If null or empty, a new uid will be generated based on the file path. |
+| arrayOfRedactionOpr | String[] | An array of JSON strings representing the redaction operations to be applied. |
+
+### Exceptions
+
+| exception | condition |
+| --- | --- |
+| [GridCellException](../../gridcellexception/) | Thrown when a CellsException occurs during redaction operation. |
+| Exception | Thrown when a general exception occurs during redaction operation. |
+
+### See Also
+
+* class [GridJsWorkbook](../)
+* namespace [Aspose.Cells.GridJs](../../../aspose.cells.gridjs/)
+* assembly [Aspose.Cells.GridJs](../../../)
+
+
diff --git a/english/net/aspose.cells.gridjs/gridjsworkbook/settransparentview/_index.md b/english/net/aspose.cells.gridjs/gridjsworkbook/settransparentview/_index.md
new file mode 100644
index 00000000000..e7c4fc7868b
--- /dev/null
+++ b/english/net/aspose.cells.gridjs/gridjsworkbook/settransparentview/_index.md
@@ -0,0 +1,28 @@
+---
+title: GridJsWorkbook.SetTransParentView
+second_title: Aspose.Cells for .NET API Reference
+description: GridJsWorkbook method. Sets the transparency of redaction shapes in the workbook
+type: docs
+url: /net/aspose.cells.gridjs/gridjsworkbook/settransparentview/
+---
+## GridJsWorkbook.SetTransParentView method
+
+Sets the transparency of redaction shapes in the workbook.
+
+```csharp
+public void SetTransParentView(string excelFilePath, string uid, bool isTransparent)
+```
+
+| Parameter | Type | Description |
+| --- | --- | --- |
+| excelFilePath | String | The file path of the Excel file. |
+| uid | String | The unique identifier for the workbook. If null or empty, a new uid will be generated based on the file path. |
+| isTransparent | Boolean | If true, sets transparency to 0.89 (semi-transparent); if false, sets transparency to 1 (fully opaque/invisible). |
+
+### See Also
+
+* class [GridJsWorkbook](../)
+* namespace [Aspose.Cells.GridJs](../../../aspose.cells.gridjs/)
+* assembly [Aspose.Cells.GridJs](../../../)
+
+
diff --git a/english/net/aspose.cells.pivot/pivottable/_index.md b/english/net/aspose.cells.pivot/pivottable/_index.md
index 3a75eba2bc9..044601c60fb 100644
--- a/english/net/aspose.cells.pivot/pivottable/_index.md
+++ b/english/net/aspose.cells.pivot/pivottable/_index.md
@@ -45,7 +45,7 @@ public class PivotTable : IDisposable
| [ErrorString](../../aspose.cells.pivot/pivottable/errorstring/) { get; set; } | Gets the string displayed in cells that contain errors when the DisplayErrorString property is true.The default value is an empty string. |
| [ExternalConnectionDataSource](../../aspose.cells.pivot/pivottable/externalconnectiondatasource/) { get; } | (**Obsolete.**) Gets the external connection data source. |
| [FieldListSortAscending](../../aspose.cells.pivot/pivottable/fieldlistsortascending/) { get; set; } | Indicates whether fields in the PivotTable are sorted in non-default order in the field list. |
-| [FilterArea](../../aspose.cells.pivot/pivottable/filterarea/) { get; } | Gets the region of filter region. |
+| [FilterArea](../../aspose.cells.pivot/pivottable/filterarea/) { get; } | Gets the area of filter region. |
| [GrandTotalName](../../aspose.cells.pivot/pivottable/grandtotalname/) { get; set; } | Returns the label that is displayed in the grand total column or row heading. The default value is the string "Grand Total". |
| [HasBlankRows](../../aspose.cells.pivot/pivottable/hasblankrows/) { get; set; } | Indicates whether to add blank rows. This property only applies for the PivotTable auto format types which needs to add blank rows. |
| [Indent](../../aspose.cells.pivot/pivottable/indent/) { get; set; } | Specifies the indentation increment for compact axis and can be used to set the Report Layout to Compact Form. |
diff --git a/english/net/aspose.cells.pivot/pivottable/filterarea/_index.md b/english/net/aspose.cells.pivot/pivottable/filterarea/_index.md
index a695c27a13d..693c062a008 100644
--- a/english/net/aspose.cells.pivot/pivottable/filterarea/_index.md
+++ b/english/net/aspose.cells.pivot/pivottable/filterarea/_index.md
@@ -1,13 +1,13 @@
---
title: PivotTable.FilterArea
second_title: Aspose.Cells for .NET API Reference
-description: PivotTable property. Gets the region of filter region
+description: PivotTable property. Gets the area of filter region
type: docs
url: /net/aspose.cells.pivot/pivottable/filterarea/
---
## PivotTable.FilterArea property
-Gets the region of filter region.
+Gets the area of filter region.
```csharp
public CellArea FilterArea { get; }
@@ -15,7 +15,7 @@ public CellArea FilterArea { get; }
### Remarks
-Only valid if filter pivot fields exists.
+Only valid if filter pivot fields exists. An empty area will be returned if this pivot table does not contains filter pivot fields
### See Also
diff --git a/english/net/aspose.cells.tables/tablestyleelementtype/_index.md b/english/net/aspose.cells.tables/tablestyleelementtype/_index.md
index 6e3f2d75df1..2c90064cd47 100644
--- a/english/net/aspose.cells.tables/tablestyleelementtype/_index.md
+++ b/english/net/aspose.cells.tables/tablestyleelementtype/_index.md
@@ -47,8 +47,9 @@ public enum TableStyleElementType
| ThirdSubtotalRow | `21` | Table style element that applies to PivotTable's third subtotal row. |
| TotalRow | `10` | Table style element that applies to Table's total row. |
| WholeTable | `0` | Table style element that applies to table's entire content. |
-| GrandTotalColumnHeader | `128` | Table style element that applies to pivot table's header of grand total column. |
-| GrandTotalRowHeader | `129` | Table style element that applies to pivot table's header of grand total row. |
+| LastColumnSubheading | `130` | Table style element that applies to pivot table's last column field. |
+| LastRowSubheading | `131` | Table style element that applies to pivot table's last row field. |
+| LastSubtotalRow | `133` | Table style element that applies to pivot table's last subtotal row field. |
### Examples
diff --git a/english/net/aspose.cells/copyoptions/_index.md b/english/net/aspose.cells/copyoptions/_index.md
index 047a58595a7..c5ae3ce465a 100644
--- a/english/net/aspose.cells/copyoptions/_index.md
+++ b/english/net/aspose.cells/copyoptions/_index.md
@@ -30,6 +30,7 @@ public class CopyOptions
| [KeepMacros](../../aspose.cells/copyoptions/keepmacros/) { get; set; } | Indicates whether keeping macros; |
| [ReferToDestinationSheet](../../aspose.cells/copyoptions/refertodestinationsheet/) { get; set; } | When copying the range in the same file and the chart refers to the source sheet, False means the copied chart's data source will not be changed. True means the copied chart's data source refers to the destination sheet. |
| [ReferToSheetWithSameName](../../aspose.cells/copyoptions/refertosheetwithsamename/) { get; set; } | In ms excel, when copying formulas which refer to other worksheets while copying a worksheet to another one, the copied formulas should refer to source workbook. However, for some situations user may need the copied formulas refer to worksheets with the same name in the same workbook, such as when those worksheets have been copied before this copy operation, then this property should be kept as true. |
+| [UpdateInvalidReferencesToTargetSheet](../../aspose.cells/copyoptions/updateinvalidreferencestotargetsheet/) { get; set; } | Indicates whether to refer to target worksheet if the referred worksheet is not copied. |
### Examples
diff --git a/english/net/aspose.cells/copyoptions/updateinvalidreferencestotargetsheet/_index.md b/english/net/aspose.cells/copyoptions/updateinvalidreferencestotargetsheet/_index.md
new file mode 100644
index 00000000000..5327f4b2b54
--- /dev/null
+++ b/english/net/aspose.cells/copyoptions/updateinvalidreferencestotargetsheet/_index.md
@@ -0,0 +1,26 @@
+---
+title: CopyOptions.UpdateInvalidReferencesToTargetSheet
+second_title: Aspose.Cells for .NET API Reference
+description: CopyOptions property. Indicates whether to refer to target worksheet if the referred worksheet is not copied
+type: docs
+url: /net/aspose.cells/copyoptions/updateinvalidreferencestotargetsheet/
+---
+## CopyOptions.UpdateInvalidReferencesToTargetSheet property
+
+Indicates whether to refer to target worksheet if the referred worksheet is not copied.
+
+```csharp
+public bool UpdateInvalidReferencesToTargetSheet { get; set; }
+```
+
+### Remarks
+
+Only works when copying range or worksheet from another obook.
+
+### See Also
+
+* class [CopyOptions](../)
+* namespace [Aspose.Cells](../../../aspose.cells/)
+* assembly [Aspose.Cells](../../../)
+
+
diff --git a/english/net/aspose.cells/errorcellvaluetype/_index.md b/english/net/aspose.cells/errorcellvaluetype/_index.md
index d2e54e0129e..329e7b39b2a 100644
--- a/english/net/aspose.cells/errorcellvaluetype/_index.md
+++ b/english/net/aspose.cells/errorcellvaluetype/_index.md
@@ -17,11 +17,14 @@ public enum ErrorCellValueType
| Name | Value | Description |
| --- | --- | --- |
+| Value | `1` | Represents the value of a cell containing a #VALUE! error. |
+| Ref | `3` | Represents the value of a cell containing a #REF! error. |
+| Name | `4` | Represents the value of a cell containing a #NAME? error. |
+| NA | `6` | Represents the value of a cell containing a #NAME? error. |
| Blocked | `10` | Represents the value of a cell containing a #BLOCKED! error. |
| Busy | `14` | Represents the value of a cell containing a #BUSY! error. |
| Calc | `13` | Represents the value of a cell containing a #CALC! error. |
| Connect | `9` | Represents the value of a cell containing a #CONNECT! error. |
-| Name | `4` | Represents the value of a cell containing a #NAME? error. |
| Field | `12` | Represents the value of a cell containing a #FIELD! error. |
| Spill | `8` | Represents the value of a cell containing a #SPILL! error. |
| Unknown | `11` | Represents the value of a cell containing a #UNKNOWN! error. |
diff --git a/english/nodejs-cpp/_index.md b/english/nodejs-cpp/_index.md
index e6142f53e92..17df05b22c1 100644
--- a/english/nodejs-cpp/_index.md
+++ b/english/nodejs-cpp/_index.md
@@ -60,12 +60,12 @@ is_root: true
| [CharacterBulletValue](./characterbulletvalue) | Represents the character bullet. |
| [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](../nodejs-cpp/chart/) objects. |
| [ChartDataTable](./chartdatatable) | Represents a chart data table. |
| [ChartDataValue](./chartdatavalue) | Encapsulates chart data value |
| [ChartFrame](./chartframe) | Encapsulates the object that represents the frame object in a chart. |
-| [ChartGlobalizationSettings](./chartglobalizationsettings) | Represents the globalization settings for chart. |
+| [ChartGlobalizationSettings](./chartglobalizationsettings) | Represents the globalization settings for a chart. |
| [ChartPoint](./chartpoint) | Represents a single point in a series in a chart. |
| [ChartPointCollection](./chartpointcollection) | Represents a collection that contains all the points in one series. |
| [ChartShape](./chartshape) | Represents the shape of the chart. Properties and methods for the ChartObject object control the appearance and size of the embedded chart on the worksheet. |
@@ -413,7 +413,7 @@ is_root: true
| [SolidFill](./solidfill) | Encapsulates the object that represents solid fill format |
| [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](../nodejs-cpp/sparkline/) objects. |
-| [SparklineGroup](./sparklinegroup) | [Sparkline](../nodejs-cpp/sparkline/) is organized into sparkline group. A 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](../nodejs-cpp/sparkline/) is organized into a sparkline group. A 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](../nodejs-cpp/sparklinegroup/) objects. |
| [SpinButtonActiveXControl](./spinbuttonactivexcontrol) | Represents the SpinButton control. |
| [Spinner](./spinner) | Represents the Forms control: Spinner. |
@@ -552,7 +552,7 @@ is_root: true
| [CellsUnitType](./cellsunittype) | Specifies the unit of measurement. |
| [CellValueFormatStrategy](./cellvalueformatstrategy) | Specifies how to apply style for the value of the cell. |
| [CellValueType](./cellvaluetype) | Specifies a cell value 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. |
@@ -669,7 +669,7 @@ is_root: true
| [LookAtType](./lookattype) | Represents look at type. |
| [LookInType](./lookintype) | Represents look in type. |
| [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. |
| [MarkdownTableHeaderType](./markdowntableheadertype) | Represents the header type of the table in the markdown file. |
| [MemorySetting](./memorysetting) | Memory usage modes for cells data model. |
diff --git a/english/nodejs-cpp/axisbins/_index.md b/english/nodejs-cpp/axisbins/_index.md
index abe57ffc47e..527ded1c6fc 100644
--- a/english/nodejs-cpp/axisbins/_index.md
+++ b/english/nodejs-cpp/axisbins/_index.md
@@ -19,29 +19,29 @@ class AxisBins;
| Property | Type | Description |
| --- | --- | --- |
-| [isByCategory](#isByCategory--)| boolean | Indicates whether grouping data by category |
+| [isByCategory](#isByCategory--)| boolean | Indicates whether grouping data by category is enabled. |
| [isAutomatic](#isAutomatic--)| boolean | Indicates whether the axis bins are automatic. |
-| [width](#width--)| number | Gets or sets the width of axis bin |
-| [count](#count--)| number | Gets or set the count of axis bins |
-| [overflow](#overflow--)| number | Gets or set the overflow of axis bins |
-| [underflow](#underflow--)| number | Gets or set the underflow of axis bins |
+| [width](#width--)| number | Gets or sets the width of the axis bin. |
+| [count](#count--)| number | Gets or sets the count of axis bins |
+| [overflow](#overflow--)| number | Gets or sets the overflow of axis bins |
+| [underflow](#underflow--)| number | Gets or sets the underflow of axis bins |
## Methods
| Method | Description |
| --- | --- |
-| [isByCategory()](#isByCategory--)| @deprecated. Please use the 'isByCategory' property instead. Indicates whether grouping data by category |
-| [setIsByCategory(boolean)](#setIsByCategory-boolean-)| @deprecated. Please use the 'isByCategory' property instead. Indicates whether grouping data by category |
+| [isByCategory()](#isByCategory--)| @deprecated. Please use the 'isByCategory' property instead. Indicates whether grouping data by category is enabled. |
+| [setIsByCategory(boolean)](#setIsByCategory-boolean-)| @deprecated. Please use the 'isByCategory' property instead. Indicates whether grouping data by category is enabled. |
| [isAutomatic()](#isAutomatic--)| @deprecated. Please use the 'isAutomatic' property instead. Indicates whether the axis bins are automatic. |
| [setIsAutomatic(boolean)](#setIsAutomatic-boolean-)| @deprecated. Please use the 'isAutomatic' property instead. Indicates whether the axis bins are automatic. |
-| [getWidth()](#getWidth--)| @deprecated. Please use the 'width' property instead. Gets or sets the width of axis bin |
-| [setWidth(number)](#setWidth-number-)| @deprecated. Please use the 'width' property instead. Gets or sets the width of axis bin |
-| [getCount()](#getCount--)| @deprecated. Please use the 'count' property instead. Gets or set the count of axis bins |
-| [setCount(number)](#setCount-number-)| @deprecated. Please use the 'count' property instead. Gets or set the count of axis bins |
-| [getOverflow()](#getOverflow--)| @deprecated. Please use the 'overflow' property instead. Gets or set the overflow of axis bins |
-| [setOverflow(number)](#setOverflow-number-)| @deprecated. Please use the 'overflow' property instead. Gets or set the overflow of axis bins |
-| [getUnderflow()](#getUnderflow--)| @deprecated. Please use the 'underflow' property instead. Gets or set the underflow of axis bins |
-| [setUnderflow(number)](#setUnderflow-number-)| @deprecated. Please use the 'underflow' property instead. Gets or set the underflow of axis bins |
+| [getWidth()](#getWidth--)| @deprecated. Please use the 'width' property instead. Gets or sets the width of the axis bin. |
+| [setWidth(number)](#setWidth-number-)| @deprecated. Please use the 'width' property instead. Gets or sets the width of the axis bin. |
+| [getCount()](#getCount--)| @deprecated. Please use the 'count' property instead. Gets or sets the count of axis bins |
+| [setCount(number)](#setCount-number-)| @deprecated. Please use the 'count' property instead. Gets or sets the count of axis bins |
+| [getOverflow()](#getOverflow--)| @deprecated. Please use the 'overflow' property instead. Gets or sets the overflow of axis bins |
+| [setOverflow(number)](#setOverflow-number-)| @deprecated. Please use the 'overflow' property instead. Gets or sets the overflow of axis bins |
+| [getUnderflow()](#getUnderflow--)| @deprecated. Please use the 'underflow' property instead. Gets or sets the underflow of axis bins |
+| [setUnderflow(number)](#setUnderflow-number-)| @deprecated. Please use the 'underflow' property instead. Gets or sets the underflow of axis bins |
| [resetOverflow()](#resetOverflow--)| Reset the overflow |
| [resetUnderflow()](#resetUnderflow--)| Reset the underflow |
| [isNull()](#isNull--)| Checks whether the implementation object is null. |
@@ -49,7 +49,7 @@ class AxisBins;
### isByCategory {#isByCategory--}
-Indicates whether grouping data by category
+Indicates whether grouping data by category is enabled.
```javascript
isByCategory : boolean;
@@ -71,7 +71,7 @@ If [Width](../width/) or [Count](../count/) is called, the value will be false.
### width {#width--}
-Gets or sets the width of axis bin
+Gets or sets the width of the axis bin.
```javascript
width : number;
@@ -80,7 +80,7 @@ width : number;
### count {#count--}
-Gets or set the count of axis bins
+Gets or sets the count of axis bins
```javascript
count : number;
@@ -89,7 +89,7 @@ count : number;
### overflow {#overflow--}
-Gets or set the overflow of axis bins
+Gets or sets the overflow of axis bins
```javascript
overflow : number;
@@ -98,7 +98,7 @@ overflow : number;
### underflow {#underflow--}
-Gets or set the underflow of axis bins
+Gets or sets the underflow of axis bins
```javascript
underflow : number;
@@ -107,7 +107,7 @@ underflow : number;
### isByCategory() {#isByCategory--}
-@deprecated. Please use the 'isByCategory' property instead. Indicates whether grouping data by category
+@deprecated. Please use the 'isByCategory' property instead. Indicates whether grouping data by category is enabled.
```javascript
isByCategory() : boolean;
@@ -116,7 +116,7 @@ isByCategory() : boolean;
### setIsByCategory(boolean) {#setIsByCategory-boolean-}
-@deprecated. Please use the 'isByCategory' property instead. Indicates whether grouping data by category
+@deprecated. Please use the 'isByCategory' property instead. Indicates whether grouping data by category is enabled.
```javascript
setIsByCategory(value: boolean) : void;
@@ -159,7 +159,7 @@ If [Width](../width/) or [Count](../count/) is called, the value will be false.
### getWidth() {#getWidth--}
-@deprecated. Please use the 'width' property instead. Gets or sets the width of axis bin
+@deprecated. Please use the 'width' property instead. Gets or sets the width of the axis bin.
```javascript
getWidth() : number;
@@ -168,7 +168,7 @@ getWidth() : number;
### setWidth(number) {#setWidth-number-}
-@deprecated. Please use the 'width' property instead. Gets or sets the width of axis bin
+@deprecated. Please use the 'width' property instead. Gets or sets the width of the axis bin.
```javascript
setWidth(value: number) : void;
@@ -181,7 +181,7 @@ setWidth(value: number) : void;
### getCount() {#getCount--}
-@deprecated. Please use the 'count' property instead. Gets or set the count of axis bins
+@deprecated. Please use the 'count' property instead. Gets or sets the count of axis bins
```javascript
getCount() : number;
@@ -190,7 +190,7 @@ getCount() : number;
### setCount(number) {#setCount-number-}
-@deprecated. Please use the 'count' property instead. Gets or set the count of axis bins
+@deprecated. Please use the 'count' property instead. Gets or sets the count of axis bins
```javascript
setCount(value: number) : void;
@@ -203,7 +203,7 @@ setCount(value: number) : void;
### getOverflow() {#getOverflow--}
-@deprecated. Please use the 'overflow' property instead. Gets or set the overflow of axis bins
+@deprecated. Please use the 'overflow' property instead. Gets or sets the overflow of axis bins
```javascript
getOverflow() : number;
@@ -212,7 +212,7 @@ getOverflow() : number;
### setOverflow(number) {#setOverflow-number-}
-@deprecated. Please use the 'overflow' property instead. Gets or set the overflow of axis bins
+@deprecated. Please use the 'overflow' property instead. Gets or sets the overflow of axis bins
```javascript
setOverflow(value: number) : void;
@@ -225,7 +225,7 @@ setOverflow(value: number) : void;
### getUnderflow() {#getUnderflow--}
-@deprecated. Please use the 'underflow' property instead. Gets or set the underflow of axis bins
+@deprecated. Please use the 'underflow' property instead. Gets or sets the underflow of axis bins
```javascript
getUnderflow() : number;
@@ -234,7 +234,7 @@ getUnderflow() : number;
### setUnderflow(number) {#setUnderflow-number-}
-@deprecated. Please use the 'underflow' property instead. Gets or set the underflow of axis bins
+@deprecated. Please use the 'underflow' property instead. Gets or sets the underflow of axis bins
```javascript
setUnderflow(value: number) : void;
diff --git a/english/nodejs-cpp/chartcalculateoptions/_index.md b/english/nodejs-cpp/chartcalculateoptions/_index.md
index fbe2e2e0075..aaa343ad58a 100644
--- a/english/nodejs-cpp/chartcalculateoptions/_index.md
+++ b/english/nodejs-cpp/chartcalculateoptions/_index.md
@@ -1,14 +1,14 @@
---
title: ChartCalculateOptions
second_title: Aspose.Cells for Node.js via C++ API Reference
-description: Represents the options for calculating chart.
+description: Represents the options for calculating the chart.
type: docs
url: /nodejs-cpp/chartcalculateoptions/
---
## ChartCalculateOptions class
-Represents the options for calculating chart.
+Represents the options for calculating the chart.
```javascript
class ChartCalculateOptions;
diff --git a/english/nodejs-cpp/chartcolorpalettetype/_index.md b/english/nodejs-cpp/chartcolorpalettetype/_index.md
index 5447404264e..24368db1c32 100644
--- a/english/nodejs-cpp/chartcolorpalettetype/_index.md
+++ b/english/nodejs-cpp/chartcolorpalettetype/_index.md
@@ -1,13 +1,13 @@
---
title: ChartColorPaletteType
second_title: Aspose.Cells for Node.js via C++ API Reference
-description: Enumerates all Monochromatic Palettes used in Excel chart.
+description: Enumerates all Monochromatic Palettes used in an Excel chart.
type: docs
url: /nodejs-cpp/chartcolorpalettetype/
---
## ChartColorPaletteType enumeration
-Enumerates all Monochromatic Palettes used in Excel chart.
+Enumerates all Monochromatic Palettes used in an Excel chart.
### Values
| Name | Value | Description |
| --- | --- | --- |
diff --git a/english/nodejs-cpp/chartglobalizationsettings/_index.md b/english/nodejs-cpp/chartglobalizationsettings/_index.md
index 55d80d18c9c..19e93eacf36 100644
--- a/english/nodejs-cpp/chartglobalizationsettings/_index.md
+++ b/english/nodejs-cpp/chartglobalizationsettings/_index.md
@@ -1,14 +1,14 @@
---
title: ChartGlobalizationSettings
second_title: Aspose.Cells for Node.js via C++ API Reference
-description: Represents the globalization settings for chart.
+description: Represents the globalization settings for a chart.
type: docs
url: /nodejs-cpp/chartglobalizationsettings/
---
## ChartGlobalizationSettings class
-Represents the globalization settings for chart.
+Represents the globalization settings for a chart.
```javascript
class ChartGlobalizationSettings;
diff --git a/english/nodejs-cpp/charttextdirectiontype/_index.md b/english/nodejs-cpp/charttextdirectiontype/_index.md
index 4f7b3938aa9..0d349a0d4e9 100644
--- a/english/nodejs-cpp/charttextdirectiontype/_index.md
+++ b/english/nodejs-cpp/charttextdirectiontype/_index.md
@@ -13,7 +13,7 @@ Represents the text direction type of the chart.
| --- | --- | --- |
| Horizontal | `0` | Horizontal direction type. |
| Vertical | `1` | Vertical direction type. |
-| Rotate90 | `2` | Rotate 90 angle. |
-| Rotate270 | `3` | Rotate 270 angle. |
+| Rotate90 | `2` | Rotate 90-degree angle. |
+| Rotate270 | `3` | Rotate 270-degree angle. |
| Stacked | `4` | Stacked text. |
diff --git a/english/nodejs-cpp/charttextframe/_index.md b/english/nodejs-cpp/charttextframe/_index.md
index b81c06e283d..e2b8f4b925d 100644
--- a/english/nodejs-cpp/charttextframe/_index.md
+++ b/english/nodejs-cpp/charttextframe/_index.md
@@ -25,10 +25,10 @@ class ChartTextFrame extends ChartFrame;
| Property | Type | Description |
| --- | --- | --- |
-| [isDeleted](#isDeleted--)| boolean | Indicates whether this data labels is deleted. |
+| [isDeleted](#isDeleted--)| boolean | Indicates whether this data labels are deleted. |
| [textHorizontalAlignment](#textHorizontalAlignment--)| TextAlignmentType | Gets and sets the text horizontal alignment. |
| [textVerticalAlignment](#textVerticalAlignment--)| TextAlignmentType | Gets or sets the text vertical alignment of text. |
-| [rotationAngle](#rotationAngle--)| number | Represents text rotation angle. |
+| [rotationAngle](#rotationAngle--)| number | Represents the text rotation angle. |
| [isAutomaticRotation](#isAutomaticRotation--)| boolean | Readonly. Indicates whether the text of the chart is automatically rotated. |
| [readingOrder](#readingOrder--)| TextDirectionType | Represents text reading order. |
| [isResizeShapeToFitText](#isResizeShapeToFitText--)| boolean | 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. |
@@ -51,14 +51,14 @@ class ChartTextFrame extends ChartFrame;
| Method | Description |
| --- | --- |
-| [isDeleted()](#isDeleted--)| @deprecated. Please use the 'isDeleted' property instead. Indicates whether this data labels is deleted. |
-| [setIsDeleted(boolean)](#setIsDeleted-boolean-)| @deprecated. Please use the 'isDeleted' property instead. Indicates whether this data labels is deleted. |
+| [isDeleted()](#isDeleted--)| @deprecated. Please use the 'isDeleted' property instead. Indicates whether this data labels are deleted. |
+| [setIsDeleted(boolean)](#setIsDeleted-boolean-)| @deprecated. Please use the 'isDeleted' property instead. Indicates whether this data labels are deleted. |
| [getTextHorizontalAlignment()](#getTextHorizontalAlignment--)| @deprecated. Please use the 'textHorizontalAlignment' property instead. Gets and sets the text horizontal alignment. |
| [setTextHorizontalAlignment(TextAlignmentType)](#setTextHorizontalAlignment-textalignmenttype-)| @deprecated. Please use the 'textHorizontalAlignment' property instead. Gets and sets the text horizontal alignment. |
| [getTextVerticalAlignment()](#getTextVerticalAlignment--)| @deprecated. Please use the 'textVerticalAlignment' property instead. Gets or sets the text vertical alignment of text. |
| [setTextVerticalAlignment(TextAlignmentType)](#setTextVerticalAlignment-textalignmenttype-)| @deprecated. Please use the 'textVerticalAlignment' property instead. Gets or sets the text vertical alignment of text. |
-| [getRotationAngle()](#getRotationAngle--)| @deprecated. Please use the 'rotationAngle' property instead. Represents text rotation angle. |
-| [setRotationAngle(number)](#setRotationAngle-number-)| @deprecated. Please use the 'rotationAngle' property instead. Represents text rotation angle. |
+| [getRotationAngle()](#getRotationAngle--)| @deprecated. Please use the 'rotationAngle' property instead. Represents the text rotation angle. |
+| [setRotationAngle(number)](#setRotationAngle-number-)| @deprecated. Please use the 'rotationAngle' property instead. Represents the text rotation angle. |
| [isAutomaticRotation()](#isAutomaticRotation--)| @deprecated. Please use the 'isAutomaticRotation' property instead. Indicates whether the text of the chart is automatically rotated. |
| [getReadingOrder()](#getReadingOrder--)| @deprecated. Please use the 'readingOrder' property instead. Represents text reading order. |
| [setReadingOrder(TextDirectionType)](#setReadingOrder-textdirectiontype-)| @deprecated. Please use the 'readingOrder' property instead. Represents text reading order. |
@@ -144,7 +144,7 @@ constructor(obj: ChartFrame);
### isDeleted {#isDeleted--}
-Indicates whether this data labels is deleted.
+Indicates whether this data labels are deleted.
```javascript
isDeleted : boolean;
@@ -171,7 +171,7 @@ textVerticalAlignment : TextAlignmentType;
### rotationAngle {#rotationAngle--}
-Represents text rotation angle.
+Represents the text rotation angle.
```javascript
rotationAngle : number;
@@ -369,7 +369,7 @@ defaultHeightRatioToChart : number;
### isDeleted() {#isDeleted--}
-@deprecated. Please use the 'isDeleted' property instead. Indicates whether this data labels is deleted.
+@deprecated. Please use the 'isDeleted' property instead. Indicates whether this data labels are deleted.
```javascript
isDeleted() : boolean;
@@ -378,7 +378,7 @@ isDeleted() : boolean;
### setIsDeleted(boolean) {#setIsDeleted-boolean-}
-@deprecated. Please use the 'isDeleted' property instead. Indicates whether this data labels is deleted.
+@deprecated. Please use the 'isDeleted' property instead. Indicates whether this data labels are deleted.
```javascript
setIsDeleted(value: boolean) : void;
@@ -443,7 +443,7 @@ setTextVerticalAlignment(value: TextAlignmentType) : void;
### getRotationAngle() {#getRotationAngle--}
-@deprecated. Please use the 'rotationAngle' property instead. Represents text rotation angle.
+@deprecated. Please use the 'rotationAngle' property instead. Represents the text rotation angle.
```javascript
getRotationAngle() : number;
@@ -456,7 +456,7 @@ br>0: Not rotated.
255: Top to Bottom.
-90: Downward.
@deprecated. Please use the 'rotationAngle' property instead. Represents text rotation angle.
+@deprecated. Please use the 'rotationAngle' property instead. Represents the text rotation angle.
```javascript
setRotationAngle(value: number) : void;
diff --git a/english/nodejs-cpp/copyoptions/_index.md b/english/nodejs-cpp/copyoptions/_index.md
index 6eb5985fd17..bcda45607c6 100644
--- a/english/nodejs-cpp/copyoptions/_index.md
+++ b/english/nodejs-cpp/copyoptions/_index.md
@@ -32,6 +32,7 @@ class CopyOptions;
| [columnCharacterWidth](#columnCharacterWidth--)| boolean | Indicates whether copying column width in unit of characters. |
| [referToSheetWithSameName](#referToSheetWithSameName--)| boolean | In ms excel, when copying formulas which refer to other worksheets while copying a worksheet to another one, the copied formulas should refer to source workbook. However, for some situations user may need the copied formulas refer to worksheets with the same name in the same workbook, such as when those worksheets have been copied before this copy operation, then this property should be kept as true. |
| [referToDestinationSheet](#referToDestinationSheet--)| boolean | When copying the range in the same file and the chart refers to the source sheet, False means the copied chart's data source will not be changed. True means the copied chart's data source refers to the destination sheet. |
+| [updateInvalidReferencesToTargetSheet](#updateInvalidReferencesToTargetSheet--)| boolean | Indicates whether to refer to target worksheet if the referred worksheet is not copied. |
## Methods
@@ -51,6 +52,8 @@ class CopyOptions;
| [setReferToSheetWithSameName(boolean)](#setReferToSheetWithSameName-boolean-)| @deprecated. Please use the 'referToSheetWithSameName' property instead. In ms excel, when copying formulas which refer to other worksheets while copying a worksheet to another one, the copied formulas should refer to source workbook. However, for some situations user may need the copied formulas refer to worksheets with the same name in the same workbook, such as when those worksheets have been copied before this copy operation, then this property should be kept as true. |
| [getReferToDestinationSheet()](#getReferToDestinationSheet--)| @deprecated. Please use the 'referToDestinationSheet' property instead. When copying the range in the same file and the chart refers to the source sheet, False means the copied chart's data source will not be changed. True means the copied chart's data source refers to the destination sheet. |
| [setReferToDestinationSheet(boolean)](#setReferToDestinationSheet-boolean-)| @deprecated. Please use the 'referToDestinationSheet' property instead. When copying the range in the same file and the chart refers to the source sheet, False means the copied chart's data source will not be changed. True means the copied chart's data source refers to the destination sheet. |
+| [getUpdateInvalidReferencesToTargetSheet()](#getUpdateInvalidReferencesToTargetSheet--)| @deprecated. Please use the 'updateInvalidReferencesToTargetSheet' property instead. Indicates whether to refer to target worksheet if the referred worksheet is not copied. |
+| [setUpdateInvalidReferencesToTargetSheet(boolean)](#setUpdateInvalidReferencesToTargetSheet-boolean-)| @deprecated. Please use the 'updateInvalidReferencesToTargetSheet' property instead. Indicates whether to refer to target worksheet if the referred worksheet is not copied. |
| [isNull()](#isNull--)| Checks whether the implementation object is null. |
@@ -142,6 +145,19 @@ referToDestinationSheet : boolean;
The default value is false, it works as MS Excel. For example: if copying a chart with the data source "sheet1!A1:B10" from worksheet "sheet1 to other worksheet "sheet2", The data source will be changed as "sheet2!A1:B10"
+### updateInvalidReferencesToTargetSheet {#updateInvalidReferencesToTargetSheet--}
+
+Indicates whether to refer to target worksheet if the referred worksheet is not copied.
+
+```javascript
+updateInvalidReferencesToTargetSheet : boolean;
+```
+
+
+**Remarks**
+
+Only works when copying range or worksheet from another obook.
+
### getKeepMacros() {#getKeepMacros--}
@deprecated. Please use the 'keepMacros' property instead. Indicates whether keeping macros;
@@ -328,6 +344,36 @@ setReferToDestinationSheet(value: boolean) : void;
The default value is false, it works as MS Excel. For example: if copying a chart with the data source "sheet1!A1:B10" from worksheet "sheet1 to other worksheet "sheet2", The data source will be changed as "sheet2!A1:B10"
+### getUpdateInvalidReferencesToTargetSheet() {#getUpdateInvalidReferencesToTargetSheet--}
+
+@deprecated. Please use the 'updateInvalidReferencesToTargetSheet' property instead. Indicates whether to refer to target worksheet if the referred worksheet is not copied.
+
+```javascript
+getUpdateInvalidReferencesToTargetSheet() : boolean;
+```
+
+
+**Remarks**
+
+Only works when copying range or worksheet from another obook.
+
+### setUpdateInvalidReferencesToTargetSheet(boolean) {#setUpdateInvalidReferencesToTargetSheet-boolean-}
+
+@deprecated. Please use the 'updateInvalidReferencesToTargetSheet' property instead. Indicates whether to refer to target worksheet if the referred worksheet is not copied.
+
+```javascript
+setUpdateInvalidReferencesToTargetSheet(value: boolean) : void;
+```
+
+**Parameters:**
+| Parameter | Type | Description |
+| --- | --- | --- |
+| value | boolean | The value to set. |
+
+**Remarks**
+
+Only works when copying range or worksheet from another obook.
+
### isNull() {#isNull--}
Checks whether the implementation object is null.
diff --git a/english/nodejs-cpp/datalabels/_index.md b/english/nodejs-cpp/datalabels/_index.md
index 3d7adb417bf..b0ab8f03ff4 100644
--- a/english/nodejs-cpp/datalabels/_index.md
+++ b/english/nodejs-cpp/datalabels/_index.md
@@ -96,10 +96,10 @@ for (var i = 0; i < chart.nSeries.count; i++) {
| [defaultYRatioToChart](#defaultYRatioToChart--)| number | Readonly. Represents y of default position in units of Fraction of the chart area. |
| [defaultWidthRatioToChart](#defaultWidthRatioToChart--)| number | Readonly. Represents width of default position in units of Fraction of the chart area. |
| [defaultHeightRatioToChart](#defaultHeightRatioToChart--)| number | Readonly. Represents height of default position in units of Fraction of the chart area. |
-| [isDeleted](#isDeleted--)| boolean | Indicates whether this data labels is deleted. |
+| [isDeleted](#isDeleted--)| boolean | Indicates whether this data labels are deleted. |
| [textHorizontalAlignment](#textHorizontalAlignment--)| TextAlignmentType | Gets and sets the text horizontal alignment. |
| [textVerticalAlignment](#textVerticalAlignment--)| TextAlignmentType | Gets or sets the text vertical alignment of text. |
-| [rotationAngle](#rotationAngle--)| number | Represents text rotation angle. |
+| [rotationAngle](#rotationAngle--)| number | Represents the text rotation angle. |
| [isAutomaticRotation](#isAutomaticRotation--)| boolean | Readonly. Indicates whether the text of the chart is automatically rotated. |
| [readingOrder](#readingOrder--)| TextDirectionType | Represents text reading order. |
| [isResizeShapeToFitText](#isResizeShapeToFitText--)| boolean | 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. |
@@ -158,14 +158,14 @@ for (var i = 0; i < chart.nSeries.count; i++) {
| [getDefaultYRatioToChart()](#getDefaultYRatioToChart--)| @deprecated. Please use the 'defaultYRatioToChart' property instead. Represents y of default position in units of Fraction of the chart area. |
| [getDefaultWidthRatioToChart()](#getDefaultWidthRatioToChart--)| @deprecated. Please use the 'defaultWidthRatioToChart' property instead. Represents width of default position in units of Fraction of the chart area. |
| [getDefaultHeightRatioToChart()](#getDefaultHeightRatioToChart--)| @deprecated. Please use the 'defaultHeightRatioToChart' property instead. Represents height of default position in units of Fraction of the chart area. |
-| [isDeleted()](#isDeleted--)| @deprecated. Please use the 'isDeleted' property instead. Indicates whether this data labels is deleted. |
-| [setIsDeleted(boolean)](#setIsDeleted-boolean-)| @deprecated. Please use the 'isDeleted' property instead. Indicates whether this data labels is deleted. |
+| [isDeleted()](#isDeleted--)| @deprecated. Please use the 'isDeleted' property instead. Indicates whether this data labels are deleted. |
+| [setIsDeleted(boolean)](#setIsDeleted-boolean-)| @deprecated. Please use the 'isDeleted' property instead. Indicates whether this data labels are deleted. |
| [getTextHorizontalAlignment()](#getTextHorizontalAlignment--)| @deprecated. Please use the 'textHorizontalAlignment' property instead. Gets and sets the text horizontal alignment. |
| [setTextHorizontalAlignment(TextAlignmentType)](#setTextHorizontalAlignment-textalignmenttype-)| @deprecated. Please use the 'textHorizontalAlignment' property instead. Gets and sets the text horizontal alignment. |
| [getTextVerticalAlignment()](#getTextVerticalAlignment--)| @deprecated. Please use the 'textVerticalAlignment' property instead. Gets or sets the text vertical alignment of text. |
| [setTextVerticalAlignment(TextAlignmentType)](#setTextVerticalAlignment-textalignmenttype-)| @deprecated. Please use the 'textVerticalAlignment' property instead. Gets or sets the text vertical alignment of text. |
-| [getRotationAngle()](#getRotationAngle--)| @deprecated. Please use the 'rotationAngle' property instead. Represents text rotation angle. |
-| [setRotationAngle(number)](#setRotationAngle-number-)| @deprecated. Please use the 'rotationAngle' property instead. Represents text rotation angle. |
+| [getRotationAngle()](#getRotationAngle--)| @deprecated. Please use the 'rotationAngle' property instead. Represents the text rotation angle. |
+| [setRotationAngle(number)](#setRotationAngle-number-)| @deprecated. Please use the 'rotationAngle' property instead. Represents the text rotation angle. |
| [isAutomaticRotation()](#isAutomaticRotation--)| @deprecated. Please use the 'isAutomaticRotation' property instead. Indicates whether the text of the chart is automatically rotated. |
| [getReadingOrder()](#getReadingOrder--)| @deprecated. Please use the 'readingOrder' property instead. Represents text reading order. |
| [setReadingOrder(TextDirectionType)](#setReadingOrder-textdirectiontype-)| @deprecated. Please use the 'readingOrder' property instead. Represents text reading order. |
@@ -525,7 +525,7 @@ defaultHeightRatioToChart : number;
### isDeleted {#isDeleted--}
-Indicates whether this data labels is deleted.
+Indicates whether this data labels are deleted.
```javascript
isDeleted : boolean;
@@ -552,7 +552,7 @@ textVerticalAlignment : TextAlignmentType;
### rotationAngle {#rotationAngle--}
-Represents text rotation angle.
+Represents the text rotation angle.
```javascript
rotationAngle : number;
@@ -1190,7 +1190,7 @@ getDefaultHeightRatioToChart() : number;
### isDeleted() {#isDeleted--}
-@deprecated. Please use the 'isDeleted' property instead. Indicates whether this data labels is deleted.
+@deprecated. Please use the 'isDeleted' property instead. Indicates whether this data labels are deleted.
```javascript
isDeleted() : boolean;
@@ -1199,7 +1199,7 @@ isDeleted() : boolean;
### setIsDeleted(boolean) {#setIsDeleted-boolean-}
-@deprecated. Please use the 'isDeleted' property instead. Indicates whether this data labels is deleted.
+@deprecated. Please use the 'isDeleted' property instead. Indicates whether this data labels are deleted.
```javascript
setIsDeleted(value: boolean) : void;
@@ -1264,7 +1264,7 @@ setTextVerticalAlignment(value: TextAlignmentType) : void;
### getRotationAngle() {#getRotationAngle--}
-@deprecated. Please use the 'rotationAngle' property instead. Represents text rotation angle.
+@deprecated. Please use the 'rotationAngle' property instead. Represents the text rotation angle.
```javascript
getRotationAngle() : number;
@@ -1277,7 +1277,7 @@ br>0: Not rotated.
255: Top to Bottom.
-90: Downward.
@deprecated. Please use the 'rotationAngle' property instead. Represents text rotation angle.
+@deprecated. Please use the 'rotationAngle' property instead. Represents the text rotation angle.
```javascript
setRotationAngle(value: number) : void;
diff --git a/english/nodejs-cpp/displayunitlabel/_index.md b/english/nodejs-cpp/displayunitlabel/_index.md
index 307eb0d87a1..e931726ae92 100644
--- a/english/nodejs-cpp/displayunitlabel/_index.md
+++ b/english/nodejs-cpp/displayunitlabel/_index.md
@@ -89,10 +89,10 @@ workbook.save("output/ChartsDisplayUnitLabel.xls");
| [defaultYRatioToChart](#defaultYRatioToChart--)| number | Readonly. Represents y of default position in units of Fraction of the chart area. |
| [defaultWidthRatioToChart](#defaultWidthRatioToChart--)| number | Readonly. Represents width of default position in units of Fraction of the chart area. |
| [defaultHeightRatioToChart](#defaultHeightRatioToChart--)| number | Readonly. Represents height of default position in units of Fraction of the chart area. |
-| [isDeleted](#isDeleted--)| boolean | Indicates whether this data labels is deleted. |
+| [isDeleted](#isDeleted--)| boolean | Indicates whether this data labels are deleted. |
| [textHorizontalAlignment](#textHorizontalAlignment--)| TextAlignmentType | Gets and sets the text horizontal alignment. |
| [textVerticalAlignment](#textVerticalAlignment--)| TextAlignmentType | Gets or sets the text vertical alignment of text. |
-| [rotationAngle](#rotationAngle--)| number | Represents text rotation angle. |
+| [rotationAngle](#rotationAngle--)| number | Represents the text rotation angle. |
| [isAutomaticRotation](#isAutomaticRotation--)| boolean | Readonly. Indicates whether the text of the chart is automatically rotated. |
| [readingOrder](#readingOrder--)| TextDirectionType | Represents text reading order. |
| [isResizeShapeToFitText](#isResizeShapeToFitText--)| boolean | 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. |
@@ -120,14 +120,14 @@ workbook.save("output/ChartsDisplayUnitLabel.xls");
| [getDefaultYRatioToChart()](#getDefaultYRatioToChart--)| @deprecated. Please use the 'defaultYRatioToChart' property instead. Represents y of default position in units of Fraction of the chart area. |
| [getDefaultWidthRatioToChart()](#getDefaultWidthRatioToChart--)| @deprecated. Please use the 'defaultWidthRatioToChart' property instead. Represents width of default position in units of Fraction of the chart area. |
| [getDefaultHeightRatioToChart()](#getDefaultHeightRatioToChart--)| @deprecated. Please use the 'defaultHeightRatioToChart' property instead. Represents height of default position in units of Fraction of the chart area. |
-| [isDeleted()](#isDeleted--)| @deprecated. Please use the 'isDeleted' property instead. Indicates whether this data labels is deleted. |
-| [setIsDeleted(boolean)](#setIsDeleted-boolean-)| @deprecated. Please use the 'isDeleted' property instead. Indicates whether this data labels is deleted. |
+| [isDeleted()](#isDeleted--)| @deprecated. Please use the 'isDeleted' property instead. Indicates whether this data labels are deleted. |
+| [setIsDeleted(boolean)](#setIsDeleted-boolean-)| @deprecated. Please use the 'isDeleted' property instead. Indicates whether this data labels are deleted. |
| [getTextHorizontalAlignment()](#getTextHorizontalAlignment--)| @deprecated. Please use the 'textHorizontalAlignment' property instead. Gets and sets the text horizontal alignment. |
| [setTextHorizontalAlignment(TextAlignmentType)](#setTextHorizontalAlignment-textalignmenttype-)| @deprecated. Please use the 'textHorizontalAlignment' property instead. Gets and sets the text horizontal alignment. |
| [getTextVerticalAlignment()](#getTextVerticalAlignment--)| @deprecated. Please use the 'textVerticalAlignment' property instead. Gets or sets the text vertical alignment of text. |
| [setTextVerticalAlignment(TextAlignmentType)](#setTextVerticalAlignment-textalignmenttype-)| @deprecated. Please use the 'textVerticalAlignment' property instead. Gets or sets the text vertical alignment of text. |
-| [getRotationAngle()](#getRotationAngle--)| @deprecated. Please use the 'rotationAngle' property instead. Represents text rotation angle. |
-| [setRotationAngle(number)](#setRotationAngle-number-)| @deprecated. Please use the 'rotationAngle' property instead. Represents text rotation angle. |
+| [getRotationAngle()](#getRotationAngle--)| @deprecated. Please use the 'rotationAngle' property instead. Represents the text rotation angle. |
+| [setRotationAngle(number)](#setRotationAngle-number-)| @deprecated. Please use the 'rotationAngle' property instead. Represents the text rotation angle. |
| [isAutomaticRotation()](#isAutomaticRotation--)| @deprecated. Please use the 'isAutomaticRotation' property instead. Indicates whether the text of the chart is automatically rotated. |
| [getReadingOrder()](#getReadingOrder--)| @deprecated. Please use the 'readingOrder' property instead. Represents text reading order. |
| [setReadingOrder(TextDirectionType)](#setReadingOrder-textdirectiontype-)| @deprecated. Please use the 'readingOrder' property instead. Represents text reading order. |
@@ -352,7 +352,7 @@ defaultHeightRatioToChart : number;
### isDeleted {#isDeleted--}
-Indicates whether this data labels is deleted.
+Indicates whether this data labels are deleted.
```javascript
isDeleted : boolean;
@@ -379,7 +379,7 @@ textVerticalAlignment : TextAlignmentType;
### rotationAngle {#rotationAngle--}
-Represents text rotation angle.
+Represents the text rotation angle.
```javascript
rotationAngle : number;
@@ -666,7 +666,7 @@ getDefaultHeightRatioToChart() : number;
### isDeleted() {#isDeleted--}
-@deprecated. Please use the 'isDeleted' property instead. Indicates whether this data labels is deleted.
+@deprecated. Please use the 'isDeleted' property instead. Indicates whether this data labels are deleted.
```javascript
isDeleted() : boolean;
@@ -675,7 +675,7 @@ isDeleted() : boolean;
### setIsDeleted(boolean) {#setIsDeleted-boolean-}
-@deprecated. Please use the 'isDeleted' property instead. Indicates whether this data labels is deleted.
+@deprecated. Please use the 'isDeleted' property instead. Indicates whether this data labels are deleted.
```javascript
setIsDeleted(value: boolean) : void;
@@ -740,7 +740,7 @@ setTextVerticalAlignment(value: TextAlignmentType) : void;
### getRotationAngle() {#getRotationAngle--}
-@deprecated. Please use the 'rotationAngle' property instead. Represents text rotation angle.
+@deprecated. Please use the 'rotationAngle' property instead. Represents the text rotation angle.
```javascript
getRotationAngle() : number;
@@ -753,7 +753,7 @@ br>0: Not rotated.
255: Top to Bottom.
-90: Downward.
@deprecated. Please use the 'rotationAngle' property instead. Represents text rotation angle.
+@deprecated. Please use the 'rotationAngle' property instead. Represents the text rotation angle.
```javascript
setRotationAngle(value: number) : void;
diff --git a/english/nodejs-cpp/errorcellvaluetype/_index.md b/english/nodejs-cpp/errorcellvaluetype/_index.md
index 55df7cdba2a..0d736d7c242 100644
--- a/english/nodejs-cpp/errorcellvaluetype/_index.md
+++ b/english/nodejs-cpp/errorcellvaluetype/_index.md
@@ -11,11 +11,14 @@ Represents a cell value which contains an error.
### Values
| Name | Value | Description |
| --- | --- | --- |
+| Value | `1` | Represents the value of a cell containing a #VALUE! error. |
+| Ref | `3` | Represents the value of a cell containing a #REF! error. |
+| Name | `4` | Represents the value of a cell containing a #NAME? error. |
+| NA | `6` | Represents the value of a cell containing a #NAME? error. |
| Blocked | `10` | Represents the value of a cell containing a #BLOCKED! error. |
| Busy | `14` | Represents the value of a cell containing a #BUSY! error. |
| Calc | `13` | Represents the value of a cell containing a #CALC! error. |
| Connect | `9` | Represents the value of a cell containing a #CONNECT! error. |
-| Name | `4` | Represents the value of a cell containing a #NAME? error. |
| Field | `12` | Represents the value of a cell containing a #FIELD! error. |
| Spill | `8` | Represents the value of a cell containing a #SPILL! error. |
| Unknown | `11` | Represents the value of a cell containing a #UNKNOWN! error. |
diff --git a/english/nodejs-cpp/labelpositiontype/_index.md b/english/nodejs-cpp/labelpositiontype/_index.md
index a6245d19a9a..bd931f5b7ed 100644
--- a/english/nodejs-cpp/labelpositiontype/_index.md
+++ b/english/nodejs-cpp/labelpositiontype/_index.md
@@ -11,7 +11,7 @@ Represents data label position type.
### Values
| Name | Value | Description |
| --- | --- | --- |
-| Center | `0` | Applies only to bar, 2d/3d pie charts |
+| Center | `0` | Applies only to bar, 2D/3D pie charts |
| InsideBase | `1` | Applies only to bar, 2d/3d pie charts |
| InsideEnd | `2` | Applies only to bar charts |
| OutsideEnd | `3` | Applies only to bar, 2d/3d pie charts |
@@ -19,6 +19,6 @@ Represents data label position type.
| Below | `5` | Applies only to line charts |
| Left | `6` | Applies only to line charts |
| Right | `7` | Applies only to line charts |
-| BestFit | `8` | Applies only to 2d/3d pie charts |
-| Moved | `9` | User moved the data labels, Only for reading chart from template file. |
+| BestFit | `8` | Applies only to 2D/3D pie charts |
+| Moved | `9` | User moved the data labels only for reading the chart from the template file. |
diff --git a/english/nodejs-cpp/legend/_index.md b/english/nodejs-cpp/legend/_index.md
index efb905cbe60..9590a3c7daa 100644
--- a/english/nodejs-cpp/legend/_index.md
+++ b/english/nodejs-cpp/legend/_index.md
@@ -64,10 +64,10 @@ legend.position = LegendPositionType.Left;
| [defaultYRatioToChart](#defaultYRatioToChart--)| number | Readonly. Represents y of default position in units of Fraction of the chart area. |
| [defaultWidthRatioToChart](#defaultWidthRatioToChart--)| number | Readonly. Represents width of default position in units of Fraction of the chart area. |
| [defaultHeightRatioToChart](#defaultHeightRatioToChart--)| number | Readonly. Represents height of default position in units of Fraction of the chart area. |
-| [isDeleted](#isDeleted--)| boolean | Indicates whether this data labels is deleted. |
+| [isDeleted](#isDeleted--)| boolean | Indicates whether this data labels are deleted. |
| [textHorizontalAlignment](#textHorizontalAlignment--)| TextAlignmentType | Gets and sets the text horizontal alignment. |
| [textVerticalAlignment](#textVerticalAlignment--)| TextAlignmentType | Gets or sets the text vertical alignment of text. |
-| [rotationAngle](#rotationAngle--)| number | Represents text rotation angle. |
+| [rotationAngle](#rotationAngle--)| number | Represents the text rotation angle. |
| [isAutomaticRotation](#isAutomaticRotation--)| boolean | Readonly. Indicates whether the text of the chart is automatically rotated. |
| [readingOrder](#readingOrder--)| TextDirectionType | Represents text reading order. |
| [isResizeShapeToFitText](#isResizeShapeToFitText--)| boolean | 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. |
@@ -101,14 +101,14 @@ legend.position = LegendPositionType.Left;
| [getDefaultYRatioToChart()](#getDefaultYRatioToChart--)| @deprecated. Please use the 'defaultYRatioToChart' property instead. Represents y of default position in units of Fraction of the chart area. |
| [getDefaultWidthRatioToChart()](#getDefaultWidthRatioToChart--)| @deprecated. Please use the 'defaultWidthRatioToChart' property instead. Represents width of default position in units of Fraction of the chart area. |
| [getDefaultHeightRatioToChart()](#getDefaultHeightRatioToChart--)| @deprecated. Please use the 'defaultHeightRatioToChart' property instead. Represents height of default position in units of Fraction of the chart area. |
-| [isDeleted()](#isDeleted--)| @deprecated. Please use the 'isDeleted' property instead. Indicates whether this data labels is deleted. |
-| [setIsDeleted(boolean)](#setIsDeleted-boolean-)| @deprecated. Please use the 'isDeleted' property instead. Indicates whether this data labels is deleted. |
+| [isDeleted()](#isDeleted--)| @deprecated. Please use the 'isDeleted' property instead. Indicates whether this data labels are deleted. |
+| [setIsDeleted(boolean)](#setIsDeleted-boolean-)| @deprecated. Please use the 'isDeleted' property instead. Indicates whether this data labels are deleted. |
| [getTextHorizontalAlignment()](#getTextHorizontalAlignment--)| @deprecated. Please use the 'textHorizontalAlignment' property instead. Gets and sets the text horizontal alignment. |
| [setTextHorizontalAlignment(TextAlignmentType)](#setTextHorizontalAlignment-textalignmenttype-)| @deprecated. Please use the 'textHorizontalAlignment' property instead. Gets and sets the text horizontal alignment. |
| [getTextVerticalAlignment()](#getTextVerticalAlignment--)| @deprecated. Please use the 'textVerticalAlignment' property instead. Gets or sets the text vertical alignment of text. |
| [setTextVerticalAlignment(TextAlignmentType)](#setTextVerticalAlignment-textalignmenttype-)| @deprecated. Please use the 'textVerticalAlignment' property instead. Gets or sets the text vertical alignment of text. |
-| [getRotationAngle()](#getRotationAngle--)| @deprecated. Please use the 'rotationAngle' property instead. Represents text rotation angle. |
-| [setRotationAngle(number)](#setRotationAngle-number-)| @deprecated. Please use the 'rotationAngle' property instead. Represents text rotation angle. |
+| [getRotationAngle()](#getRotationAngle--)| @deprecated. Please use the 'rotationAngle' property instead. Represents the text rotation angle. |
+| [setRotationAngle(number)](#setRotationAngle-number-)| @deprecated. Please use the 'rotationAngle' property instead. Represents the text rotation angle. |
| [isAutomaticRotation()](#isAutomaticRotation--)| @deprecated. Please use the 'isAutomaticRotation' property instead. Indicates whether the text of the chart is automatically rotated. |
| [getReadingOrder()](#getReadingOrder--)| @deprecated. Please use the 'readingOrder' property instead. Represents text reading order. |
| [setReadingOrder(TextDirectionType)](#setReadingOrder-textdirectiontype-)| @deprecated. Please use the 'readingOrder' property instead. Represents text reading order. |
@@ -364,7 +364,7 @@ defaultHeightRatioToChart : number;
### isDeleted {#isDeleted--}
-Indicates whether this data labels is deleted.
+Indicates whether this data labels are deleted.
```javascript
isDeleted : boolean;
@@ -391,7 +391,7 @@ textVerticalAlignment : TextAlignmentType;
### rotationAngle {#rotationAngle--}
-Represents text rotation angle.
+Represents the text rotation angle.
```javascript
rotationAngle : number;
@@ -760,7 +760,7 @@ getDefaultHeightRatioToChart() : number;
### isDeleted() {#isDeleted--}
-@deprecated. Please use the 'isDeleted' property instead. Indicates whether this data labels is deleted.
+@deprecated. Please use the 'isDeleted' property instead. Indicates whether this data labels are deleted.
```javascript
isDeleted() : boolean;
@@ -769,7 +769,7 @@ isDeleted() : boolean;
### setIsDeleted(boolean) {#setIsDeleted-boolean-}
-@deprecated. Please use the 'isDeleted' property instead. Indicates whether this data labels is deleted.
+@deprecated. Please use the 'isDeleted' property instead. Indicates whether this data labels are deleted.
```javascript
setIsDeleted(value: boolean) : void;
@@ -834,7 +834,7 @@ setTextVerticalAlignment(value: TextAlignmentType) : void;
### getRotationAngle() {#getRotationAngle--}
-@deprecated. Please use the 'rotationAngle' property instead. Represents text rotation angle.
+@deprecated. Please use the 'rotationAngle' property instead. Represents the text rotation angle.
```javascript
getRotationAngle() : number;
@@ -847,7 +847,7 @@ br>0: Not rotated.
255: Top to Bottom.
-90: Downward.
@deprecated. Please use the 'rotationAngle' property instead. Represents text rotation angle.
+@deprecated. Please use the 'rotationAngle' property instead. Represents the text rotation angle.
```javascript
setRotationAngle(value: number) : void;
diff --git a/english/nodejs-cpp/mapchartlabellayout/_index.md b/english/nodejs-cpp/mapchartlabellayout/_index.md
index 3a6693f4be7..0e73d654932 100644
--- a/english/nodejs-cpp/mapchartlabellayout/_index.md
+++ b/english/nodejs-cpp/mapchartlabellayout/_index.md
@@ -11,7 +11,7 @@ Represents the layout of map chart's labels.
### Values
| Name | Value | Description |
| --- | --- | --- |
-| BestFitOnly | `0` | Only best fit. |
+| BestFitOnly | `0` | Only the best fit. |
| ShowAll | `1` | Shows all labels. |
| None | `2` | No labels. |
diff --git a/english/nodejs-cpp/mapchartprojectiontype/_index.md b/english/nodejs-cpp/mapchartprojectiontype/_index.md
index 8a082420d85..a3643148f72 100644
--- a/english/nodejs-cpp/mapchartprojectiontype/_index.md
+++ b/english/nodejs-cpp/mapchartprojectiontype/_index.md
@@ -1,13 +1,13 @@
---
title: MapChartProjectionType
second_title: Aspose.Cells for Node.js via C++ API Reference
-description: Represents projection type of the map chart.
+description: Represents the projection type of the map chart.
type: docs
url: /nodejs-cpp/mapchartprojectiontype/
---
## MapChartProjectionType enumeration
-Represents projection type of the map chart.
+Represents the projection type of the map chart.
### Values
| Name | Value | Description |
| --- | --- | --- |
diff --git a/english/nodejs-cpp/pivottable/_index.md b/english/nodejs-cpp/pivottable/_index.md
index 038f17427a9..8e1d25616ce 100644
--- a/english/nodejs-cpp/pivottable/_index.md
+++ b/english/nodejs-cpp/pivottable/_index.md
@@ -34,7 +34,7 @@ class PivotTable;
| [baseFields](#baseFields--)| PivotFieldCollection | Readonly. Returns all base pivot fields in the PivotTable. |
| [pivotFilters](#pivotFilters--)| PivotFilterCollection | Readonly. Returns all filters of pivot fields in the pivot table. |
| [topRightArea](#topRightArea--)| CellArea | Readonly. Represents the blank area at the top-right of the PivotTable (top-left for RTL sheets). |
-| [filterArea](#filterArea--)| CellArea | Readonly. Gets the region of filter region. |
+| [filterArea](#filterArea--)| CellArea | Readonly. Gets the area of filter region. |
| [columnRange](#columnRange--)| CellArea | Readonly. Returns a CellArea object that represents the range that contains the column area in the PivotTable report. Read-only. |
| [rowRange](#rowRange--)| CellArea | Readonly. Returns a CellArea object that represents the range that contains the row area in the PivotTable report. Read-only. |
| [dataBodyRange](#dataBodyRange--)| CellArea | Readonly. Returns a [CellArea](../cellarea/) object that represents the range that contains the data area in the list between the header row and the insert row. Read-only. |
@@ -129,7 +129,7 @@ class PivotTable;
| [getBaseFields()](#getBaseFields--)| @deprecated. Please use the 'baseFields' property instead. Returns all base pivot fields in the PivotTable. |
| [getPivotFilters()](#getPivotFilters--)| @deprecated. Please use the 'pivotFilters' property instead. Returns all filters of pivot fields in the pivot table. |
| [getTopRightArea()](#getTopRightArea--)| @deprecated. Please use the 'topRightArea' property instead. Represents the blank area at the top-right of the PivotTable (top-left for RTL sheets). |
-| [getFilterArea()](#getFilterArea--)| @deprecated. Please use the 'filterArea' property instead. Gets the region of filter region. |
+| [getFilterArea()](#getFilterArea--)| @deprecated. Please use the 'filterArea' property instead. Gets the area of filter region. |
| [getColumnRange()](#getColumnRange--)| @deprecated. Please use the 'columnRange' property instead. Returns a CellArea object that represents the range that contains the column area in the PivotTable report. Read-only. |
| [getRowRange()](#getRowRange--)| @deprecated. Please use the 'rowRange' property instead. Returns a CellArea object that represents the range that contains the row area in the PivotTable report. Read-only. |
| [getDataBodyRange()](#getDataBodyRange--)| @deprecated. Please use the 'dataBodyRange' property instead. Returns a [CellArea](../cellarea/) object that represents the range that contains the data area in the list between the header row and the insert row. Read-only. |
@@ -447,7 +447,7 @@ topRightArea : CellArea;
### filterArea {#filterArea--}
-Readonly. Gets the region of filter region.
+Readonly. Gets the area of filter region.
```javascript
filterArea : CellArea;
@@ -456,7 +456,7 @@ filterArea : CellArea;
**Remarks**
-Only valid if filter pivot fields exists.
+Only valid if filter pivot fields exists. An empty area will be returned if this pivot table does not contains filter pivot fields
### columnRange {#columnRange--}
@@ -1353,7 +1353,7 @@ getTopRightArea() : CellArea;
### getFilterArea() {#getFilterArea--}
-@deprecated. Please use the 'filterArea' property instead. Gets the region of filter region.
+@deprecated. Please use the 'filterArea' property instead. Gets the area of filter region.
```javascript
getFilterArea() : CellArea;
@@ -1366,7 +1366,7 @@ getFilterArea() : CellArea;
**Remarks**
-Only valid if filter pivot fields exists.
+Only valid if filter pivot fields exists. An empty area will be returned if this pivot table does not contains filter pivot fields
### getColumnRange() {#getColumnRange--}
diff --git a/english/nodejs-cpp/plotarea/_index.md b/english/nodejs-cpp/plotarea/_index.md
index 79b2f40c998..ca204c876d1 100644
--- a/english/nodejs-cpp/plotarea/_index.md
+++ b/english/nodejs-cpp/plotarea/_index.md
@@ -25,14 +25,14 @@ class PlotArea extends ChartFrame;
| Property | Type | Description |
| --- | --- | --- |
-| [innerX](#innerX--)| number | Gets or gets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area. |
-| [innerY](#innerY--)| number | Gets or gets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area. |
-| [innerHeight](#innerHeight--)| number | Gets or sets the height of plot area in units of 1/4000 of the chart area. |
+| [innerX](#innerX--)| number | Gets or sets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area. |
+| [innerY](#innerY--)| number | Gets or sets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area. |
+| [innerHeight](#innerHeight--)| number | Gets or sets the height of the plot area in units of 1/4000 of the chart area. |
| [innerWidth](#innerWidth--)| number | Gets or sets the width of plot area in units of 1/4000 of the chart area. |
-| [innerXRatioToChart](#innerXRatioToChart--)| number | Gets or gets the x coordinate of the upper top corner of plot area in units of ratio of the chart area. |
-| [innerYRatioToChart](#innerYRatioToChart--)| number | Gets or gets the x coordinate of the upper top corner of plot area in units of ratio of the chart area. |
+| [innerXRatioToChart](#innerXRatioToChart--)| number | Gets or gets the x coordinate of the upper top corner of plot area in units of the ratio of the chart area. |
+| [innerYRatioToChart](#innerYRatioToChart--)| number | Gets or gets the x coordinate of the upper top corner of plot area in units of the ratio of the chart area. |
| [innerHeightRatioToChart](#innerHeightRatioToChart--)| number | Gets or sets the height of plot area in units of ratio of the chart area. |
-| [innerWidthRatioToChart](#innerWidthRatioToChart--)| number | Gets or sets the width of plot area in units of ratio of the chart area. |
+| [innerWidthRatioToChart](#innerWidthRatioToChart--)| number | Gets or sets the width of the plot area in units of the ratio of the chart area. |
| [isInnerMode](#isInnerMode--)| boolean | 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. |
| [backgroundMode](#backgroundMode--)| BackgroundMode | Gets and sets the display mode of the background. This property is only valid in Excel 2003 or earlier versions. |
| [background](#background--)| BackgroundMode | Gets and sets the display mode of the background. This property is only valid in Excel 2003 or earlier versions. |
@@ -52,22 +52,22 @@ class PlotArea extends ChartFrame;
| Method | Description |
| --- | --- |
-| [getInnerX()](#getInnerX--)| @deprecated. Please use the 'innerX' property instead. Gets or gets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area. |
-| [setInnerX(number)](#setInnerX-number-)| @deprecated. Please use the 'innerX' property instead. Gets or gets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area. |
-| [getInnerY()](#getInnerY--)| @deprecated. Please use the 'innerY' property instead. Gets or gets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area. |
-| [setInnerY(number)](#setInnerY-number-)| @deprecated. Please use the 'innerY' property instead. Gets or gets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area. |
-| [getInnerHeight()](#getInnerHeight--)| @deprecated. Please use the 'innerHeight' property instead. Gets or sets the height of plot area in units of 1/4000 of the chart area. |
-| [setInnerHeight(number)](#setInnerHeight-number-)| @deprecated. Please use the 'innerHeight' property instead. Gets or sets the height of plot area in units of 1/4000 of the chart area. |
+| [getInnerX()](#getInnerX--)| @deprecated. Please use the 'innerX' property instead. Gets or sets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area. |
+| [setInnerX(number)](#setInnerX-number-)| @deprecated. Please use the 'innerX' property instead. Gets or sets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area. |
+| [getInnerY()](#getInnerY--)| @deprecated. Please use the 'innerY' property instead. Gets or sets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area. |
+| [setInnerY(number)](#setInnerY-number-)| @deprecated. Please use the 'innerY' property instead. Gets or sets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area. |
+| [getInnerHeight()](#getInnerHeight--)| @deprecated. Please use the 'innerHeight' property instead. Gets or sets the height of the plot area in units of 1/4000 of the chart area. |
+| [setInnerHeight(number)](#setInnerHeight-number-)| @deprecated. Please use the 'innerHeight' property instead. Gets or sets the height of the plot area in units of 1/4000 of the chart area. |
| [getInnerWidth()](#getInnerWidth--)| @deprecated. Please use the 'innerWidth' property instead. Gets or sets the width of plot area in units of 1/4000 of the chart area. |
| [setInnerWidth(number)](#setInnerWidth-number-)| @deprecated. Please use the 'innerWidth' property instead. Gets or sets the width of plot area in units of 1/4000 of the chart area. |
-| [getInnerXRatioToChart()](#getInnerXRatioToChart--)| @deprecated. Please use the 'innerXRatioToChart' property instead. Gets or gets the x coordinate of the upper top corner of plot area in units of ratio of the chart area. |
-| [setInnerXRatioToChart(number)](#setInnerXRatioToChart-number-)| @deprecated. Please use the 'innerXRatioToChart' property instead. Gets or gets the x coordinate of the upper top corner of plot area in units of ratio of the chart area. |
-| [getInnerYRatioToChart()](#getInnerYRatioToChart--)| @deprecated. Please use the 'innerYRatioToChart' property instead. Gets or gets the x coordinate of the upper top corner of plot area in units of ratio of the chart area. |
-| [setInnerYRatioToChart(number)](#setInnerYRatioToChart-number-)| @deprecated. Please use the 'innerYRatioToChart' property instead. Gets or gets the x coordinate of the upper top corner of plot area in units of ratio of the chart area. |
+| [getInnerXRatioToChart()](#getInnerXRatioToChart--)| @deprecated. Please use the 'innerXRatioToChart' property instead. Gets or gets the x coordinate of the upper top corner of plot area in units of the ratio of the chart area. |
+| [setInnerXRatioToChart(number)](#setInnerXRatioToChart-number-)| @deprecated. Please use the 'innerXRatioToChart' property instead. Gets or gets the x coordinate of the upper top corner of plot area in units of the ratio of the chart area. |
+| [getInnerYRatioToChart()](#getInnerYRatioToChart--)| @deprecated. Please use the 'innerYRatioToChart' property instead. Gets or gets the x coordinate of the upper top corner of plot area in units of the ratio of the chart area. |
+| [setInnerYRatioToChart(number)](#setInnerYRatioToChart-number-)| @deprecated. Please use the 'innerYRatioToChart' property instead. Gets or gets the x coordinate of the upper top corner of plot area in units of the ratio of the chart area. |
| [getInnerHeightRatioToChart()](#getInnerHeightRatioToChart--)| @deprecated. Please use the 'innerHeightRatioToChart' property instead. Gets or sets the height of plot area in units of ratio of the chart area. |
| [setInnerHeightRatioToChart(number)](#setInnerHeightRatioToChart-number-)| @deprecated. Please use the 'innerHeightRatioToChart' property instead. Gets or sets the height of plot area in units of ratio of the chart area. |
-| [getInnerWidthRatioToChart()](#getInnerWidthRatioToChart--)| @deprecated. Please use the 'innerWidthRatioToChart' property instead. Gets or sets the width of plot area in units of ratio of the chart area. |
-| [setInnerWidthRatioToChart(number)](#setInnerWidthRatioToChart-number-)| @deprecated. Please use the 'innerWidthRatioToChart' property instead. Gets or sets the width of plot area in units of ratio of the chart area. |
+| [getInnerWidthRatioToChart()](#getInnerWidthRatioToChart--)| @deprecated. Please use the 'innerWidthRatioToChart' property instead. Gets or sets the width of the plot area in units of the ratio of the chart area. |
+| [setInnerWidthRatioToChart(number)](#setInnerWidthRatioToChart-number-)| @deprecated. Please use the 'innerWidthRatioToChart' property instead. Gets or sets the width of the plot area in units of the ratio of the chart area. |
| [isNull()](#isNull--)| Checks whether the implementation object is null. |
| [isInnerMode()](#isInnerMode--)| @deprecated. Please use the 'isInnerMode' property instead. 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. |
| [setIsInnerMode(boolean)](#setIsInnerMode-boolean-)| @deprecated. Please use the 'isInnerMode' property instead. 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. |
@@ -87,25 +87,25 @@ class PlotArea extends ChartFrame;
| [getDefaultYRatioToChart()](#getDefaultYRatioToChart--)| @deprecated. Please use the 'defaultYRatioToChart' property instead. Represents y of default position in units of Fraction of the chart area. |
| [getDefaultWidthRatioToChart()](#getDefaultWidthRatioToChart--)| @deprecated. Please use the 'defaultWidthRatioToChart' property instead. Represents width of default position in units of Fraction of the chart area. |
| [getDefaultHeightRatioToChart()](#getDefaultHeightRatioToChart--)| @deprecated. Please use the 'defaultHeightRatioToChart' property instead. Represents height of default position in units of Fraction of the chart area. |
-| [getX()](#getX--)| Gets or gets the x coordinate of the upper left corner of plot-area bounding box in units of 1/4000 of the chart area. |
-| [setX(number)](#setX-number-)| Gets or gets the x coordinate of the upper left corner of plot-area bounding box in units of 1/4000 of the chart area. |
-| [getY()](#getY--)| Gets or gets the y coordinate of the upper top corner of plot-area bounding box in units of 1/4000 of the chart area. |
-| [setY(number)](#setY-number-)| Gets or gets the y coordinate of the upper top corner of plot-area bounding box in units of 1/4000 of the chart area. |
+| [getX()](#getX--)| Gets or sets the x coordinate of the upper left corner of the plot-area bounding box in units of 1/4000 of the chart area. |
+| [setX(number)](#setX-number-)| Gets or sets the x coordinate of the upper left corner of the plot-area bounding box in units of 1/4000 of the chart area. |
+| [getY()](#getY--)| Gets or sets the y coordinate of the upper top corner of the plot-area bounding box in units of 1/4000 of the chart area. |
+| [setY(number)](#setY-number-)| Gets or sets the y coordinate of the upper top corner of the plot-area bounding box in units of 1/4000 of the chart area. |
| [getHeight()](#getHeight--)| Gets or sets the height of plot-area bounding box in units of 1/4000 of the chart area. |
| [setHeight(number)](#setHeight-number-)| Gets or sets the height of plot-area bounding box in units of 1/4000 of the chart area. |
| [getWidth()](#getWidth--)| Gets or sets the width of plot-area bounding box in units of 1/4000 of the chart area. |
| [setWidth(number)](#setWidth-number-)| Gets or sets the width of plot-area bounding box in units of 1/4000 of the chart area. |
-| [getXRatioToChart()](#getXRatioToChart--)| Gets or gets the x coordinate of the upper left corner of plot-area bounding box in units of ratio of the chart area. |
-| [setXRatioToChart(number)](#setXRatioToChart-number-)| Gets or gets the x coordinate of the upper left corner of plot-area bounding box in units of ratio of the chart area. |
-| [getYRatioToChart()](#getYRatioToChart--)| Gets or gets the y coordinate of the upper top corner of plot-area bounding box in units of ratio of the chart area. |
-| [setYRatioToChart(number)](#setYRatioToChart-number-)| Gets or gets the y coordinate of the upper top corner of plot-area bounding box in units of ratio of the chart area. |
-| [getHeightRatioToChart()](#getHeightRatioToChart--)| Gets or sets the height of plot-area bounding box in units of ratio of the chart area. |
-| [setHeightRatioToChart(number)](#setHeightRatioToChart-number-)| Gets or sets the height of plot-area bounding box in units of ratio of the chart area. |
-| [getWidthRatioToChart()](#getWidthRatioToChart--)| Gets or sets the width of plot-area bounding box in units of ratio of the chart area. |
-| [setWidthRatioToChart(number)](#setWidthRatioToChart-number-)| Gets or sets the width of plot-area bounding box in units of ratio of the chart area. |
-| [isAutomaticSize()](#isAutomaticSize--)| Indicates whether the plot area is automatic sized. |
-| [setIsAutomaticSize(boolean)](#setIsAutomaticSize-boolean-)| Indicates whether the plot area is automatic sized. |
-| [setPositionAuto()](#setPositionAuto--)| Set position of the plot area to automatic |
+| [getXRatioToChart()](#getXRatioToChart--)| Gets or sets the x coordinate of the upper left corner of the plot area bounding box as a ratio of the chart area. |
+| [setXRatioToChart(number)](#setXRatioToChart-number-)| Gets or sets the x coordinate of the upper left corner of the plot area bounding box as a ratio of the chart area. |
+| [getYRatioToChart()](#getYRatioToChart--)| Gets or sets the y coordinate of the upper top corner of the plot-area bounding box as a ratio of the chart area. |
+| [setYRatioToChart(number)](#setYRatioToChart-number-)| Gets or sets the y coordinate of the upper top corner of the plot-area bounding box as a ratio of the chart area. |
+| [getHeightRatioToChart()](#getHeightRatioToChart--)| Gets or sets the height of the plot-area bounding box in units of the ratio of the chart area. |
+| [setHeightRatioToChart(number)](#setHeightRatioToChart-number-)| Gets or sets the height of the plot-area bounding box in units of the ratio of the chart area. |
+| [getWidthRatioToChart()](#getWidthRatioToChart--)| Gets or sets the width of plot-area bounding box in units of the ratio of the chart area. |
+| [setWidthRatioToChart(number)](#setWidthRatioToChart-number-)| Gets or sets the width of plot-area bounding box in units of the ratio of the chart area. |
+| [isAutomaticSize()](#isAutomaticSize--)| Indicates whether the plot area is automatically sized. |
+| [setIsAutomaticSize(boolean)](#setIsAutomaticSize-boolean-)| Indicates whether the plot area is automatically sized. |
+| [setPositionAuto()](#setPositionAuto--)| Set the position of the plot area to automatic |
| [getBorder()](#getBorder--)| Gets the border. |
| [getArea()](#getArea--)| Gets the area. |
| [getTextOptions()](#getTextOptions--)| Gets and sets the options of the text. |
@@ -137,7 +137,7 @@ constructor(obj: ChartFrame);
### innerX {#innerX--}
-Gets or gets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area.
+Gets or sets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area.
```javascript
innerX : number;
@@ -150,7 +150,7 @@ The plot-area bounding box includes the plot area, tick marks(tick labels), and
### innerY {#innerY--}
-Gets or gets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area.
+Gets or sets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area.
```javascript
innerY : number;
@@ -163,7 +163,7 @@ The plot-area bounding box includes the plot area, tick marks(tick labels), and
### innerHeight {#innerHeight--}
-Gets or sets the height of plot area in units of 1/4000 of the chart area.
+Gets or sets the height of the plot area in units of 1/4000 of the chart area.
```javascript
innerHeight : number;
@@ -189,7 +189,7 @@ The plot-area bounding box includes the plot area, tick marks(tick labels), and
### innerXRatioToChart {#innerXRatioToChart--}
-Gets or gets the x coordinate of the upper top corner of plot area in units of ratio of the chart area.
+Gets or gets the x coordinate of the upper top corner of plot area in units of the ratio of the chart area.
```javascript
innerXRatioToChart : number;
@@ -202,7 +202,7 @@ The plot-area bounding box includes the plot area, tick marks(tick labels), and
### innerYRatioToChart {#innerYRatioToChart--}
-Gets or gets the x coordinate of the upper top corner of plot area in units of ratio of the chart area.
+Gets or gets the x coordinate of the upper top corner of plot area in units of the ratio of the chart area.
```javascript
innerYRatioToChart : number;
@@ -228,7 +228,7 @@ The plot-area bounding box includes the plot area, tick marks(tick labels), and
### innerWidthRatioToChart {#innerWidthRatioToChart--}
-Gets or sets the width of plot area in units of ratio of the chart area.
+Gets or sets the width of the plot area in units of the ratio of the chart area.
```javascript
innerWidthRatioToChart : number;
@@ -399,7 +399,7 @@ defaultHeightRatioToChart : number;
### getInnerX() {#getInnerX--}
-@deprecated. Please use the 'innerX' property instead. Gets or gets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area.
+@deprecated. Please use the 'innerX' property instead. Gets or sets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area.
```javascript
getInnerX() : number;
@@ -412,7 +412,7 @@ The plot-area bounding box includes the plot area, tick marks(tick labels), and
### setInnerX(number) {#setInnerX-number-}
-@deprecated. Please use the 'innerX' property instead. Gets or gets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area.
+@deprecated. Please use the 'innerX' property instead. Gets or sets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area.
```javascript
setInnerX(value: number) : void;
@@ -429,7 +429,7 @@ The plot-area bounding box includes the plot area, tick marks(tick labels), and
### getInnerY() {#getInnerY--}
-@deprecated. Please use the 'innerY' property instead. Gets or gets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area.
+@deprecated. Please use the 'innerY' property instead. Gets or sets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area.
```javascript
getInnerY() : number;
@@ -442,7 +442,7 @@ The plot-area bounding box includes the plot area, tick marks(tick labels), and
### setInnerY(number) {#setInnerY-number-}
-@deprecated. Please use the 'innerY' property instead. Gets or gets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area.
+@deprecated. Please use the 'innerY' property instead. Gets or sets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area.
```javascript
setInnerY(value: number) : void;
@@ -459,7 +459,7 @@ The plot-area bounding box includes the plot area, tick marks(tick labels), and
### getInnerHeight() {#getInnerHeight--}
-@deprecated. Please use the 'innerHeight' property instead. Gets or sets the height of plot area in units of 1/4000 of the chart area.
+@deprecated. Please use the 'innerHeight' property instead. Gets or sets the height of the plot area in units of 1/4000 of the chart area.
```javascript
getInnerHeight() : number;
@@ -472,7 +472,7 @@ The plot-area bounding box includes the plot area, tick marks(tick labels), and
### setInnerHeight(number) {#setInnerHeight-number-}
-@deprecated. Please use the 'innerHeight' property instead. Gets or sets the height of plot area in units of 1/4000 of the chart area.
+@deprecated. Please use the 'innerHeight' property instead. Gets or sets the height of the plot area in units of 1/4000 of the chart area.
```javascript
setInnerHeight(value: number) : void;
@@ -519,7 +519,7 @@ The plot-area bounding box includes the plot area, tick marks(tick labels), and
### getInnerXRatioToChart() {#getInnerXRatioToChart--}
-@deprecated. Please use the 'innerXRatioToChart' property instead. Gets or gets the x coordinate of the upper top corner of plot area in units of ratio of the chart area.
+@deprecated. Please use the 'innerXRatioToChart' property instead. Gets or gets the x coordinate of the upper top corner of plot area in units of the ratio of the chart area.
```javascript
getInnerXRatioToChart() : number;
@@ -532,7 +532,7 @@ The plot-area bounding box includes the plot area, tick marks(tick labels), and
### setInnerXRatioToChart(number) {#setInnerXRatioToChart-number-}
-@deprecated. Please use the 'innerXRatioToChart' property instead. Gets or gets the x coordinate of the upper top corner of plot area in units of ratio of the chart area.
+@deprecated. Please use the 'innerXRatioToChart' property instead. Gets or gets the x coordinate of the upper top corner of plot area in units of the ratio of the chart area.
```javascript
setInnerXRatioToChart(value: number) : void;
@@ -549,7 +549,7 @@ The plot-area bounding box includes the plot area, tick marks(tick labels), and
### getInnerYRatioToChart() {#getInnerYRatioToChart--}
-@deprecated. Please use the 'innerYRatioToChart' property instead. Gets or gets the x coordinate of the upper top corner of plot area in units of ratio of the chart area.
+@deprecated. Please use the 'innerYRatioToChart' property instead. Gets or gets the x coordinate of the upper top corner of plot area in units of the ratio of the chart area.
```javascript
getInnerYRatioToChart() : number;
@@ -562,7 +562,7 @@ The plot-area bounding box includes the plot area, tick marks(tick labels), and
### setInnerYRatioToChart(number) {#setInnerYRatioToChart-number-}
-@deprecated. Please use the 'innerYRatioToChart' property instead. Gets or gets the x coordinate of the upper top corner of plot area in units of ratio of the chart area.
+@deprecated. Please use the 'innerYRatioToChart' property instead. Gets or gets the x coordinate of the upper top corner of plot area in units of the ratio of the chart area.
```javascript
setInnerYRatioToChart(value: number) : void;
@@ -609,7 +609,7 @@ The plot-area bounding box includes the plot area, tick marks(tick labels), and
### getInnerWidthRatioToChart() {#getInnerWidthRatioToChart--}
-@deprecated. Please use the 'innerWidthRatioToChart' property instead. Gets or sets the width of plot area in units of ratio of the chart area.
+@deprecated. Please use the 'innerWidthRatioToChart' property instead. Gets or sets the width of the plot area in units of the ratio of the chart area.
```javascript
getInnerWidthRatioToChart() : number;
@@ -622,7 +622,7 @@ The plot-area bounding box includes the plot area, tick marks(tick labels), and
### setInnerWidthRatioToChart(number) {#setInnerWidthRatioToChart-number-}
-@deprecated. Please use the 'innerWidthRatioToChart' property instead. Gets or sets the width of plot area in units of ratio of the chart area.
+@deprecated. Please use the 'innerWidthRatioToChart' property instead. Gets or sets the width of the plot area in units of the ratio of the chart area.
```javascript
setInnerWidthRatioToChart(value: number) : void;
@@ -886,7 +886,7 @@ getDefaultHeightRatioToChart() : number;
### getX() {#getX--}
-Gets or gets the x coordinate of the upper left corner of plot-area bounding box in units of 1/4000 of the chart area.
+Gets or sets the x coordinate of the upper left corner of the plot-area bounding box in units of 1/4000 of the chart area.
```javascript
getX() : number;
@@ -899,7 +899,7 @@ The plot-area bounding box includes the plot area, tick marks(tick labels), and
### setX(number) {#setX-number-}
-Gets or gets the x coordinate of the upper left corner of plot-area bounding box in units of 1/4000 of the chart area.
+Gets or sets the x coordinate of the upper left corner of the plot-area bounding box in units of 1/4000 of the chart area.
```javascript
setX(value: number) : void;
@@ -916,7 +916,7 @@ The plot-area bounding box includes the plot area, tick marks(tick labels), and
### getY() {#getY--}
-Gets or gets the y coordinate of the upper top corner of plot-area bounding box in units of 1/4000 of the chart area.
+Gets or sets the y coordinate of the upper top corner of the plot-area bounding box in units of 1/4000 of the chart area.
```javascript
getY() : number;
@@ -929,7 +929,7 @@ The plot-area bounding box includes the plot area, tick marks(tick labels), and
### setY(number) {#setY-number-}
-Gets or gets the y coordinate of the upper top corner of plot-area bounding box in units of 1/4000 of the chart area.
+Gets or sets the y coordinate of the upper top corner of the plot-area bounding box in units of 1/4000 of the chart area.
```javascript
setY(value: number) : void;
@@ -1006,7 +1006,7 @@ The plot-area bounding box includes the plot area, tick marks(tick labels), and
### getXRatioToChart() {#getXRatioToChart--}
-Gets or gets the x coordinate of the upper left corner of plot-area bounding box in units of ratio of the chart area.
+Gets or sets the x coordinate of the upper left corner of the plot area bounding box as a ratio of the chart area.
```javascript
getXRatioToChart() : number;
@@ -1019,7 +1019,7 @@ The plot-area bounding box includes the plot area, tick marks(tick labels), and
### setXRatioToChart(number) {#setXRatioToChart-number-}
-Gets or gets the x coordinate of the upper left corner of plot-area bounding box in units of ratio of the chart area.
+Gets or sets the x coordinate of the upper left corner of the plot area bounding box as a ratio of the chart area.
```javascript
setXRatioToChart(value: number) : void;
@@ -1036,7 +1036,7 @@ The plot-area bounding box includes the plot area, tick marks(tick labels), and
### getYRatioToChart() {#getYRatioToChart--}
-Gets or gets the y coordinate of the upper top corner of plot-area bounding box in units of ratio of the chart area.
+Gets or sets the y coordinate of the upper top corner of the plot-area bounding box as a ratio of the chart area.
```javascript
getYRatioToChart() : number;
@@ -1049,7 +1049,7 @@ The plot-area bounding box includes the plot area, tick marks(tick labels), and
### setYRatioToChart(number) {#setYRatioToChart-number-}
-Gets or gets the y coordinate of the upper top corner of plot-area bounding box in units of ratio of the chart area.
+Gets or sets the y coordinate of the upper top corner of the plot-area bounding box as a ratio of the chart area.
```javascript
setYRatioToChart(value: number) : void;
@@ -1066,7 +1066,7 @@ The plot-area bounding box includes the plot area, tick marks(tick labels), and
### getHeightRatioToChart() {#getHeightRatioToChart--}
-Gets or sets the height of plot-area bounding box in units of ratio of the chart area.
+Gets or sets the height of the plot-area bounding box in units of the ratio of the chart area.
```javascript
getHeightRatioToChart() : number;
@@ -1079,7 +1079,7 @@ The plot-area bounding box includes the plot area, tick marks(tick labels), and
### setHeightRatioToChart(number) {#setHeightRatioToChart-number-}
-Gets or sets the height of plot-area bounding box in units of ratio of the chart area.
+Gets or sets the height of the plot-area bounding box in units of the ratio of the chart area.
```javascript
setHeightRatioToChart(value: number) : void;
@@ -1096,7 +1096,7 @@ The plot-area bounding box includes the plot area, tick marks(tick labels), and
### getWidthRatioToChart() {#getWidthRatioToChart--}
-Gets or sets the width of plot-area bounding box in units of ratio of the chart area.
+Gets or sets the width of plot-area bounding box in units of the ratio of the chart area.
```javascript
getWidthRatioToChart() : number;
@@ -1109,7 +1109,7 @@ The plot-area bounding box includes the plot area, tick marks(tick labels), and
### setWidthRatioToChart(number) {#setWidthRatioToChart-number-}
-Gets or sets the width of plot-area bounding box in units of ratio of the chart area.
+Gets or sets the width of plot-area bounding box in units of the ratio of the chart area.
```javascript
setWidthRatioToChart(value: number) : void;
@@ -1126,7 +1126,7 @@ The plot-area bounding box includes the plot area, tick marks(tick labels), and
### isAutomaticSize() {#isAutomaticSize--}
-Indicates whether the plot area is automatic sized.
+Indicates whether the plot area is automatically sized.
```javascript
isAutomaticSize() : boolean;
@@ -1139,7 +1139,7 @@ NOTE: When IsAutomaticSize is set to True, the values you manually set for Width
### setIsAutomaticSize(boolean) {#setIsAutomaticSize-boolean-}
-Indicates whether the plot area is automatic sized.
+Indicates whether the plot area is automatically sized.
```javascript
setIsAutomaticSize(value: boolean) : void;
@@ -1156,7 +1156,7 @@ NOTE: When IsAutomaticSize is set to True, the values you manually set for Width
### setPositionAuto() {#setPositionAuto--}
-Set position of the plot area to automatic
+Set the position of the plot area to automatic
```javascript
setPositionAuto() : void;
diff --git a/english/nodejs-cpp/series/_index.md b/english/nodejs-cpp/series/_index.md
index 32c1c5ee33c..81e60534caf 100644
--- a/english/nodejs-cpp/series/_index.md
+++ b/english/nodejs-cpp/series/_index.md
@@ -74,11 +74,11 @@ workbook.save("output/ChartsSeries.xls");
| Property | Type | Description |
| --- | --- | --- |
-| [isFiltered](#isFiltered--)| boolean | Indicates whether the series is selected or filtered.True represents this series is filtered, and it will not be displayed on the chart. |
+| [isFiltered](#isFiltered--)| boolean | Indicates whether the series is selected or filtered. True represents that this series is filtered, and it will not be displayed on the chart. |
| [layoutProperties](#layoutProperties--)| SeriesLayoutProperties | Readonly. Represents the properties of layout. |
| [points](#points--)| ChartPointCollection | Readonly. Gets the collection of points in a series in a chart. |
-| [area](#area--)| Area | Readonly. Represents the background area of Series object. |
-| [border](#border--)| Line | Readonly. Represents border of Series object. |
+| [area](#area--)| Area | Readonly. Represents the background area of the Series object. |
+| [border](#border--)| Line | Readonly. Represents the border of a Series object. |
| [name](#name--)| string | Gets or sets the name of the data series. |
| [displayName](#displayName--)| string | Readonly. Gets the series's name that displays on the chart graph. |
| [countOfDataValues](#countOfDataValues--)| number | Readonly. Gets the number of the data values. |
@@ -86,8 +86,8 @@ workbook.save("output/ChartsSeries.xls");
| [values](#values--)| string | Represents the Y values of this chart series. |
| [pointValues](#pointValues--)| ChartDataValue[] | Readonly. Gets the actual values that are used to plot every point of this series in the chart. |
| [categoryValues](#categoryValues--)| ChartDataValue[][] | Readonly. Gets the actual category values that are used to plot every point of this series in the chart. |
-| [valuesFormatCode](#valuesFormatCode--)| string | Represents format code of Values's NumberList. |
-| [xValuesFormatCode](#xValuesFormatCode--)| string | Represents format code of X Values's NumberList. |
+| [valuesFormatCode](#valuesFormatCode--)| string | Represents format code of Values' NumberList. |
+| [xValuesFormatCode](#xValuesFormatCode--)| string | Represents format code of X Values' NumberList. |
| [xValues](#xValues--)| string | Represents the X values of this chart series. |
| [bubbleSizes](#bubbleSizes--)| string | Gets or sets the bubble sizes values of the chart series. |
| [trendLines](#trendLines--)| TrendlineCollection | Readonly. Returns all the trendlines of this series. |
@@ -133,12 +133,12 @@ workbook.save("output/ChartsSeries.xls");
| Method | Description |
| --- | --- |
-| [isFiltered()](#isFiltered--)| @deprecated. Please use the 'isFiltered' property instead. Indicates whether the series is selected or filtered.True represents this series is filtered, and it will not be displayed on the chart. |
-| [setIsFiltered(boolean)](#setIsFiltered-boolean-)| @deprecated. Please use the 'isFiltered' property instead. Indicates whether the series is selected or filtered.True represents this series is filtered, and it will not be displayed on the chart. |
+| [isFiltered()](#isFiltered--)| @deprecated. Please use the 'isFiltered' property instead. Indicates whether the series is selected or filtered. True represents that this series is filtered, and it will not be displayed on the chart. |
+| [setIsFiltered(boolean)](#setIsFiltered-boolean-)| @deprecated. Please use the 'isFiltered' property instead. Indicates whether the series is selected or filtered. True represents that this series is filtered, and it will not be displayed on the chart. |
| [getLayoutProperties()](#getLayoutProperties--)| @deprecated. Please use the 'layoutProperties' property instead. Represents the properties of layout. |
| [getPoints()](#getPoints--)| @deprecated. Please use the 'points' property instead. Gets the collection of points in a series in a chart. |
-| [getArea()](#getArea--)| @deprecated. Please use the 'area' property instead. Represents the background area of Series object. |
-| [getBorder()](#getBorder--)| @deprecated. Please use the 'border' property instead. Represents border of Series object. |
+| [getArea()](#getArea--)| @deprecated. Please use the 'area' property instead. Represents the background area of the Series object. |
+| [getBorder()](#getBorder--)| @deprecated. Please use the 'border' property instead. Represents the border of a Series object. |
| [getName()](#getName--)| @deprecated. Please use the 'name' property instead. Gets or sets the name of the data series. |
| [setName(string)](#setName-string-)| @deprecated. Please use the 'name' property instead. Gets or sets the name of the data series. |
| [getDisplayName()](#getDisplayName--)| @deprecated. Please use the 'displayName' property instead. Gets the series's name that displays on the chart graph. |
@@ -148,10 +148,10 @@ workbook.save("output/ChartsSeries.xls");
| [setValues(string)](#setValues-string-)| @deprecated. Please use the 'values' property instead. Represents the Y values of this chart series. |
| [getPointValues()](#getPointValues--)| @deprecated. Please use the 'pointValues' property instead. Gets the actual values that are used to plot every point of this series in the chart. |
| [getCategoryValues()](#getCategoryValues--)| @deprecated. Please use the 'categoryValues' property instead. Gets the actual category values that are used to plot every point of this series in the chart. |
-| [getValuesFormatCode()](#getValuesFormatCode--)| @deprecated. Please use the 'valuesFormatCode' property instead. Represents format code of Values's NumberList. |
-| [setValuesFormatCode(string)](#setValuesFormatCode-string-)| @deprecated. Please use the 'valuesFormatCode' property instead. Represents format code of Values's NumberList. |
-| [getXValuesFormatCode()](#getXValuesFormatCode--)| @deprecated. Please use the 'xValuesFormatCode' property instead. Represents format code of X Values's NumberList. |
-| [setXValuesFormatCode(string)](#setXValuesFormatCode-string-)| @deprecated. Please use the 'xValuesFormatCode' property instead. Represents format code of X Values's NumberList. |
+| [getValuesFormatCode()](#getValuesFormatCode--)| @deprecated. Please use the 'valuesFormatCode' property instead. Represents format code of Values' NumberList. |
+| [setValuesFormatCode(string)](#setValuesFormatCode-string-)| @deprecated. Please use the 'valuesFormatCode' property instead. Represents format code of Values' NumberList. |
+| [getXValuesFormatCode()](#getXValuesFormatCode--)| @deprecated. Please use the 'xValuesFormatCode' property instead. Represents format code of X Values' NumberList. |
+| [setXValuesFormatCode(string)](#setXValuesFormatCode-string-)| @deprecated. Please use the 'xValuesFormatCode' property instead. Represents format code of X Values' NumberList. |
| [getXValues()](#getXValues--)| @deprecated. Please use the 'xValues' property instead. Represents the X values of this chart series. |
| [setXValues(string)](#setXValues-string-)| @deprecated. Please use the 'xValues' property instead. Represents the X values of this chart series. |
| [getBubbleSizes()](#getBubbleSizes--)| @deprecated. Please use the 'bubbleSizes' property instead. Gets or sets the bubble sizes values of the chart series. |
@@ -224,7 +224,7 @@ workbook.save("output/ChartsSeries.xls");
### isFiltered {#isFiltered--}
-Indicates whether the series is selected or filtered.True represents this series is filtered, and it will not be displayed on the chart.
+Indicates whether the series is selected or filtered. True represents that this series is filtered, and it will not be displayed on the chart.
```javascript
isFiltered : boolean;
@@ -255,7 +255,7 @@ When the chart is Pie of Pie or Bar of Pie, the last point is other point in fir
### area {#area--}
-Readonly. Represents the background area of Series object.
+Readonly. Represents the background area of the Series object.
```javascript
area : Area;
@@ -264,7 +264,7 @@ area : Area;
### border {#border--}
-Readonly. Represents border of Series object.
+Readonly. Represents the border of a Series object.
```javascript
border : Line;
@@ -367,7 +367,7 @@ This property provides one convenient way to get the actual values corresponding
### valuesFormatCode {#valuesFormatCode--}
-Represents format code of Values's NumberList.
+Represents format code of Values' NumberList.
```javascript
valuesFormatCode : string;
@@ -376,7 +376,7 @@ valuesFormatCode : string;
### xValuesFormatCode {#xValuesFormatCode--}
-Represents format code of X Values's NumberList.
+Represents format code of X Values' NumberList.
```javascript
xValuesFormatCode : string;
@@ -394,7 +394,7 @@ xValues : string;
**Remarks**
-To get the actual values(corresponding to every point of this series) defined by this property, please use [CategoryValues](../categoryvalues/).
+Only for Scatter and Bubble chart. Please use [SeriesCollection.CategoryData](../seriescollection.categorydata/) for other types of charts [CategoryValues](../categoryvalues/) is used to get the actual category values of this series.
### bubbleSizes {#bubbleSizes--}
@@ -405,6 +405,10 @@ bubbleSizes : string;
```
+**Remarks**
+
+Only for [ChartType.Bubble](../charttype.bubble/) or [ChartType.Bubble3D](../charttype.bubble3d/).
+
### trendLines {#trendLines--}
Readonly. Returns all the trendlines of this series.
@@ -757,7 +761,7 @@ shapeProperties : ShapePropertyCollection;
### isFiltered() {#isFiltered--}
-@deprecated. Please use the 'isFiltered' property instead. Indicates whether the series is selected or filtered.True represents this series is filtered, and it will not be displayed on the chart.
+@deprecated. Please use the 'isFiltered' property instead. Indicates whether the series is selected or filtered. True represents that this series is filtered, and it will not be displayed on the chart.
```javascript
isFiltered() : boolean;
@@ -766,7 +770,7 @@ isFiltered() : boolean;
### setIsFiltered(boolean) {#setIsFiltered-boolean-}
-@deprecated. Please use the 'isFiltered' property instead. Indicates whether the series is selected or filtered.True represents this series is filtered, and it will not be displayed on the chart.
+@deprecated. Please use the 'isFiltered' property instead. Indicates whether the series is selected or filtered. True represents that this series is filtered, and it will not be displayed on the chart.
```javascript
setIsFiltered(value: boolean) : void;
@@ -809,7 +813,7 @@ When the chart is Pie of Pie or Bar of Pie, the last point is other point in fir
### getArea() {#getArea--}
-@deprecated. Please use the 'area' property instead. Represents the background area of Series object.
+@deprecated. Please use the 'area' property instead. Represents the background area of the Series object.
```javascript
getArea() : Area;
@@ -822,7 +826,7 @@ getArea() : Area;
### getBorder() {#getBorder--}
-@deprecated. Please use the 'border' property instead. Represents border of Series object.
+@deprecated. Please use the 'border' property instead. Represents the border of a Series object.
```javascript
getBorder() : Line;
@@ -948,7 +952,7 @@ This property provides one convenient way to get the actual values corresponding
### getValuesFormatCode() {#getValuesFormatCode--}
-@deprecated. Please use the 'valuesFormatCode' property instead. Represents format code of Values's NumberList.
+@deprecated. Please use the 'valuesFormatCode' property instead. Represents format code of Values' NumberList.
```javascript
getValuesFormatCode() : string;
@@ -957,7 +961,7 @@ getValuesFormatCode() : string;
### setValuesFormatCode(string) {#setValuesFormatCode-string-}
-@deprecated. Please use the 'valuesFormatCode' property instead. Represents format code of Values's NumberList.
+@deprecated. Please use the 'valuesFormatCode' property instead. Represents format code of Values' NumberList.
```javascript
setValuesFormatCode(value: string) : void;
@@ -970,7 +974,7 @@ setValuesFormatCode(value: string) : void;
### getXValuesFormatCode() {#getXValuesFormatCode--}
-@deprecated. Please use the 'xValuesFormatCode' property instead. Represents format code of X Values's NumberList.
+@deprecated. Please use the 'xValuesFormatCode' property instead. Represents format code of X Values' NumberList.
```javascript
getXValuesFormatCode() : string;
@@ -979,7 +983,7 @@ getXValuesFormatCode() : string;
### setXValuesFormatCode(string) {#setXValuesFormatCode-string-}
-@deprecated. Please use the 'xValuesFormatCode' property instead. Represents format code of X Values's NumberList.
+@deprecated. Please use the 'xValuesFormatCode' property instead. Represents format code of X Values' NumberList.
```javascript
setXValuesFormatCode(value: string) : void;
@@ -1001,7 +1005,7 @@ getXValues() : string;
**Remarks**
-To get the actual values(corresponding to every point of this series) defined by this property, please use [CategoryValues](../categoryvalues/).
+Only for Scatter and Bubble chart. Please use [SeriesCollection.CategoryData](../seriescollection.categorydata/) for other types of charts [CategoryValues](../categoryvalues/) is used to get the actual category values of this series.
### setXValues(string) {#setXValues-string-}
@@ -1018,7 +1022,7 @@ setXValues(value: string) : void;
**Remarks**
-To get the actual values(corresponding to every point of this series) defined by this property, please use [CategoryValues](../categoryvalues/).
+Only for Scatter and Bubble chart. Please use [SeriesCollection.CategoryData](../seriescollection.categorydata/) for other types of charts [CategoryValues](../categoryvalues/) is used to get the actual category values of this series.
### getBubbleSizes() {#getBubbleSizes--}
@@ -1029,6 +1033,10 @@ getBubbleSizes() : string;
```
+**Remarks**
+
+Only for [ChartType.Bubble](../charttype.bubble/) or [ChartType.Bubble3D](../charttype.bubble3d/).
+
### setBubbleSizes(string) {#setBubbleSizes-string-}
@deprecated. Please use the 'bubbleSizes' property instead. Gets or sets the bubble sizes values of the chart series.
@@ -1042,6 +1050,10 @@ setBubbleSizes(value: string) : void;
| --- | --- | --- |
| value | string | The value to set. |
+**Remarks**
+
+Only for [ChartType.Bubble](../charttype.bubble/) or [ChartType.Bubble3D](../charttype.bubble3d/).
+
### getTrendLines() {#getTrendLines--}
@deprecated. Please use the 'trendLines' property instead. Returns all the trendlines of this series.
diff --git a/english/nodejs-cpp/serieslayoutproperties/_index.md b/english/nodejs-cpp/serieslayoutproperties/_index.md
index 1ee27c90173..017f20f3d9a 100644
--- a/english/nodejs-cpp/serieslayoutproperties/_index.md
+++ b/english/nodejs-cpp/serieslayoutproperties/_index.md
@@ -14,6 +14,8 @@ Represents the properties of series layout.
class SeriesLayoutProperties;
```
+### Remarks
+Only applicable to BoxWhisker,Funnel,ParetoLine,Sunburst,Treemap,Waterfall and Histogram chart.
## Constructors
@@ -25,11 +27,11 @@ class SeriesLayoutProperties;
| Property | Type | Description |
| --- | --- | --- |
-| [showConnectorLines](#showConnectorLines--)| boolean | Indicates whether showing connector lines between data points. |
-| [showMeanLine](#showMeanLine--)| boolean | Indicates whether showing the line connecting all mean points. |
-| [showOutlierPoints](#showOutlierPoints--)| boolean | Indicates whether showing outlier data points. |
-| [showMeanMarker](#showMeanMarker--)| boolean | Indicates whether showing markers denoting the mean. |
-| [showInnerPoints](#showInnerPoints--)| boolean | Indicates whether showing non-outlier data points. |
+| [showConnectorLines](#showConnectorLines--)| boolean | Indicates whether connector lines are shown between data points. |
+| [showMeanLine](#showMeanLine--)| boolean | Indicates whether to show the line connecting all mean points. |
+| [showOutlierPoints](#showOutlierPoints--)| boolean | Indicates whether outlier data points are shown. |
+| [showMeanMarker](#showMeanMarker--)| boolean | Indicates whether markers denoting the mean are shown. |
+| [showInnerPoints](#showInnerPoints--)| boolean | Indicates whether to show non-outlier data points. |
| [subtotals](#subtotals--)| number[] | Represents the index of a subtotal data point. |
| [quartileCalculation](#quartileCalculation--)| QuartileCalculationType | Represents the statistical properties for the series. |
| [mapLabelLayout](#mapLabelLayout--)| MapChartLabelLayout | Gets and sets the layout of map labels. |
@@ -41,16 +43,16 @@ class SeriesLayoutProperties;
| Method | Description |
| --- | --- |
-| [getShowConnectorLines()](#getShowConnectorLines--)| @deprecated. Please use the 'showConnectorLines' property instead. Indicates whether showing connector lines between data points. |
-| [setShowConnectorLines(boolean)](#setShowConnectorLines-boolean-)| @deprecated. Please use the 'showConnectorLines' property instead. Indicates whether showing connector lines between data points. |
-| [getShowMeanLine()](#getShowMeanLine--)| @deprecated. Please use the 'showMeanLine' property instead. Indicates whether showing the line connecting all mean points. |
-| [setShowMeanLine(boolean)](#setShowMeanLine-boolean-)| @deprecated. Please use the 'showMeanLine' property instead. Indicates whether showing the line connecting all mean points. |
-| [getShowOutlierPoints()](#getShowOutlierPoints--)| @deprecated. Please use the 'showOutlierPoints' property instead. Indicates whether showing outlier data points. |
-| [setShowOutlierPoints(boolean)](#setShowOutlierPoints-boolean-)| @deprecated. Please use the 'showOutlierPoints' property instead. Indicates whether showing outlier data points. |
-| [getShowMeanMarker()](#getShowMeanMarker--)| @deprecated. Please use the 'showMeanMarker' property instead. Indicates whether showing markers denoting the mean. |
-| [setShowMeanMarker(boolean)](#setShowMeanMarker-boolean-)| @deprecated. Please use the 'showMeanMarker' property instead. Indicates whether showing markers denoting the mean. |
-| [getShowInnerPoints()](#getShowInnerPoints--)| @deprecated. Please use the 'showInnerPoints' property instead. Indicates whether showing non-outlier data points. |
-| [setShowInnerPoints(boolean)](#setShowInnerPoints-boolean-)| @deprecated. Please use the 'showInnerPoints' property instead. Indicates whether showing non-outlier data points. |
+| [getShowConnectorLines()](#getShowConnectorLines--)| @deprecated. Please use the 'showConnectorLines' property instead. Indicates whether connector lines are shown between data points. |
+| [setShowConnectorLines(boolean)](#setShowConnectorLines-boolean-)| @deprecated. Please use the 'showConnectorLines' property instead. Indicates whether connector lines are shown between data points. |
+| [getShowMeanLine()](#getShowMeanLine--)| @deprecated. Please use the 'showMeanLine' property instead. Indicates whether to show the line connecting all mean points. |
+| [setShowMeanLine(boolean)](#setShowMeanLine-boolean-)| @deprecated. Please use the 'showMeanLine' property instead. Indicates whether to show the line connecting all mean points. |
+| [getShowOutlierPoints()](#getShowOutlierPoints--)| @deprecated. Please use the 'showOutlierPoints' property instead. Indicates whether outlier data points are shown. |
+| [setShowOutlierPoints(boolean)](#setShowOutlierPoints-boolean-)| @deprecated. Please use the 'showOutlierPoints' property instead. Indicates whether outlier data points are shown. |
+| [getShowMeanMarker()](#getShowMeanMarker--)| @deprecated. Please use the 'showMeanMarker' property instead. Indicates whether markers denoting the mean are shown. |
+| [setShowMeanMarker(boolean)](#setShowMeanMarker-boolean-)| @deprecated. Please use the 'showMeanMarker' property instead. Indicates whether markers denoting the mean are shown. |
+| [getShowInnerPoints()](#getShowInnerPoints--)| @deprecated. Please use the 'showInnerPoints' property instead. Indicates whether to show non-outlier data points. |
+| [setShowInnerPoints(boolean)](#setShowInnerPoints-boolean-)| @deprecated. Please use the 'showInnerPoints' property instead. Indicates whether to show non-outlier data points. |
| [getSubtotals()](#getSubtotals--)| @deprecated. Please use the 'subtotals' property instead. Represents the index of a subtotal data point. |
| [setSubtotals(number[])](#setSubtotals-numberarray-)| @deprecated. Please use the 'subtotals' property instead. Represents the index of a subtotal data point. |
| [getQuartileCalculation()](#getQuartileCalculation--)| @deprecated. Please use the 'quartileCalculation' property instead. Represents the statistical properties for the series. |
@@ -77,25 +79,33 @@ constructor();
### showConnectorLines {#showConnectorLines--}
-Indicates whether showing connector lines between data points.
+Indicates whether connector lines are shown between data points.
```javascript
showConnectorLines : boolean;
```
+**Remarks**
+
+Only for Waterfall chart.
+
### showMeanLine {#showMeanLine--}
-Indicates whether showing the line connecting all mean points.
+Indicates whether to show the line connecting all mean points.
```javascript
showMeanLine : boolean;
```
+**Remarks**
+
+Only works for BoxWhisker chart.
+
### showOutlierPoints {#showOutlierPoints--}
-Indicates whether showing outlier data points.
+Indicates whether outlier data points are shown.
```javascript
showOutlierPoints : boolean;
@@ -104,7 +114,7 @@ showOutlierPoints : boolean;
### showMeanMarker {#showMeanMarker--}
-Indicates whether showing markers denoting the mean.
+Indicates whether markers denoting the mean are shown.
```javascript
showMeanMarker : boolean;
@@ -113,7 +123,7 @@ showMeanMarker : boolean;
### showInnerPoints {#showInnerPoints--}
-Indicates whether showing non-outlier data points.
+Indicates whether to show non-outlier data points.
```javascript
showInnerPoints : boolean;
@@ -138,6 +148,10 @@ quartileCalculation : QuartileCalculationType;
```
+**Remarks**
+
+Only applicable to BoxWhisker chart.
+
### mapLabelLayout {#mapLabelLayout--}
Gets and sets the layout of map labels.
@@ -156,6 +170,10 @@ isIntervalLeftClosed : boolean;
```
+**Remarks**
+
+Only for ParetoLine chart.
+
### mapChartRegionType {#mapChartRegionType--}
Gets and sets the region type of the map.
@@ -165,6 +183,10 @@ mapChartRegionType : MapChartRegionType;
```
+**Remarks**
+
+Only for map chart.
+
### mapChartProjectionType {#mapChartProjectionType--}
Gets and sets the projection type of the map.
@@ -174,18 +196,26 @@ mapChartProjectionType : MapChartProjectionType;
```
+**Remarks**
+
+Only for map chart.
+
### getShowConnectorLines() {#getShowConnectorLines--}
-@deprecated. Please use the 'showConnectorLines' property instead. Indicates whether showing connector lines between data points.
+@deprecated. Please use the 'showConnectorLines' property instead. Indicates whether connector lines are shown between data points.
```javascript
getShowConnectorLines() : boolean;
```
+**Remarks**
+
+Only for Waterfall chart.
+
### setShowConnectorLines(boolean) {#setShowConnectorLines-boolean-}
-@deprecated. Please use the 'showConnectorLines' property instead. Indicates whether showing connector lines between data points.
+@deprecated. Please use the 'showConnectorLines' property instead. Indicates whether connector lines are shown between data points.
```javascript
setShowConnectorLines(value: boolean) : void;
@@ -196,18 +226,26 @@ setShowConnectorLines(value: boolean) : void;
| --- | --- | --- |
| value | boolean | The value to set. |
+**Remarks**
+
+Only for Waterfall chart.
+
### getShowMeanLine() {#getShowMeanLine--}
-@deprecated. Please use the 'showMeanLine' property instead. Indicates whether showing the line connecting all mean points.
+@deprecated. Please use the 'showMeanLine' property instead. Indicates whether to show the line connecting all mean points.
```javascript
getShowMeanLine() : boolean;
```
+**Remarks**
+
+Only works for BoxWhisker chart.
+
### setShowMeanLine(boolean) {#setShowMeanLine-boolean-}
-@deprecated. Please use the 'showMeanLine' property instead. Indicates whether showing the line connecting all mean points.
+@deprecated. Please use the 'showMeanLine' property instead. Indicates whether to show the line connecting all mean points.
```javascript
setShowMeanLine(value: boolean) : void;
@@ -218,9 +256,13 @@ setShowMeanLine(value: boolean) : void;
| --- | --- | --- |
| value | boolean | The value to set. |
+**Remarks**
+
+Only works for BoxWhisker chart.
+
### getShowOutlierPoints() {#getShowOutlierPoints--}
-@deprecated. Please use the 'showOutlierPoints' property instead. Indicates whether showing outlier data points.
+@deprecated. Please use the 'showOutlierPoints' property instead. Indicates whether outlier data points are shown.
```javascript
getShowOutlierPoints() : boolean;
@@ -229,7 +271,7 @@ getShowOutlierPoints() : boolean;
### setShowOutlierPoints(boolean) {#setShowOutlierPoints-boolean-}
-@deprecated. Please use the 'showOutlierPoints' property instead. Indicates whether showing outlier data points.
+@deprecated. Please use the 'showOutlierPoints' property instead. Indicates whether outlier data points are shown.
```javascript
setShowOutlierPoints(value: boolean) : void;
@@ -242,7 +284,7 @@ setShowOutlierPoints(value: boolean) : void;
### getShowMeanMarker() {#getShowMeanMarker--}
-@deprecated. Please use the 'showMeanMarker' property instead. Indicates whether showing markers denoting the mean.
+@deprecated. Please use the 'showMeanMarker' property instead. Indicates whether markers denoting the mean are shown.
```javascript
getShowMeanMarker() : boolean;
@@ -251,7 +293,7 @@ getShowMeanMarker() : boolean;
### setShowMeanMarker(boolean) {#setShowMeanMarker-boolean-}
-@deprecated. Please use the 'showMeanMarker' property instead. Indicates whether showing markers denoting the mean.
+@deprecated. Please use the 'showMeanMarker' property instead. Indicates whether markers denoting the mean are shown.
```javascript
setShowMeanMarker(value: boolean) : void;
@@ -264,7 +306,7 @@ setShowMeanMarker(value: boolean) : void;
### getShowInnerPoints() {#getShowInnerPoints--}
-@deprecated. Please use the 'showInnerPoints' property instead. Indicates whether showing non-outlier data points.
+@deprecated. Please use the 'showInnerPoints' property instead. Indicates whether to show non-outlier data points.
```javascript
getShowInnerPoints() : boolean;
@@ -273,7 +315,7 @@ getShowInnerPoints() : boolean;
### setShowInnerPoints(boolean) {#setShowInnerPoints-boolean-}
-@deprecated. Please use the 'showInnerPoints' property instead. Indicates whether showing non-outlier data points.
+@deprecated. Please use the 'showInnerPoints' property instead. Indicates whether to show non-outlier data points.
```javascript
setShowInnerPoints(value: boolean) : void;
@@ -323,6 +365,10 @@ getQuartileCalculation() : QuartileCalculationType;
[QuartileCalculationType](../quartilecalculationtype/)
+**Remarks**
+
+Only applicable to BoxWhisker chart.
+
### setQuartileCalculation(QuartileCalculationType) {#setQuartileCalculation-quartilecalculationtype-}
@deprecated. Please use the 'quartileCalculation' property instead. Represents the statistical properties for the series.
@@ -336,6 +382,10 @@ setQuartileCalculation(value: QuartileCalculationType) : void;
| --- | --- | --- |
| value | [QuartileCalculationType](../quartilecalculationtype/) | The value to set. |
+**Remarks**
+
+Only applicable to BoxWhisker chart.
+
### getMapLabelLayout() {#getMapLabelLayout--}
@deprecated. Please use the 'mapLabelLayout' property instead. Gets and sets the layout of map labels.
@@ -371,6 +421,10 @@ isIntervalLeftClosed() : boolean;
```
+**Remarks**
+
+Only for ParetoLine chart.
+
### setIsIntervalLeftClosed(boolean) {#setIsIntervalLeftClosed-boolean-}
@deprecated. Please use the 'isIntervalLeftClosed' property instead. Indicates whether the interval is closed on the left side.
@@ -384,6 +438,10 @@ setIsIntervalLeftClosed(value: boolean) : void;
| --- | --- | --- |
| value | boolean | The value to set. |
+**Remarks**
+
+Only for ParetoLine chart.
+
### getMapChartRegionType() {#getMapChartRegionType--}
@deprecated. Please use the 'mapChartRegionType' property instead. Gets and sets the region type of the map.
@@ -397,6 +455,10 @@ getMapChartRegionType() : MapChartRegionType;
[MapChartRegionType](../mapchartregiontype/)
+**Remarks**
+
+Only for map chart.
+
### setMapChartRegionType(MapChartRegionType) {#setMapChartRegionType-mapchartregiontype-}
@deprecated. Please use the 'mapChartRegionType' property instead. Gets and sets the region type of the map.
@@ -410,6 +472,10 @@ setMapChartRegionType(value: MapChartRegionType) : void;
| --- | --- | --- |
| value | [MapChartRegionType](../mapchartregiontype/) | The value to set. |
+**Remarks**
+
+Only for map chart.
+
### getMapChartProjectionType() {#getMapChartProjectionType--}
@deprecated. Please use the 'mapChartProjectionType' property instead. Gets and sets the projection type of the map.
@@ -423,6 +489,10 @@ getMapChartProjectionType() : MapChartProjectionType;
[MapChartProjectionType](../mapchartprojectiontype/)
+**Remarks**
+
+Only for map chart.
+
### setMapChartProjectionType(MapChartProjectionType) {#setMapChartProjectionType-mapchartprojectiontype-}
@deprecated. Please use the 'mapChartProjectionType' property instead. Gets and sets the projection type of the map.
@@ -436,6 +506,10 @@ setMapChartProjectionType(value: MapChartProjectionType) : void;
| --- | --- | --- |
| value | [MapChartProjectionType](../mapchartprojectiontype/) | The value to set. |
+**Remarks**
+
+Only for map chart.
+
### isNull() {#isNull--}
Checks whether the implementation object is null.
diff --git a/english/nodejs-cpp/sparklinegroup/_index.md b/english/nodejs-cpp/sparklinegroup/_index.md
index d7161b94658..a74cbe182ef 100644
--- a/english/nodejs-cpp/sparklinegroup/_index.md
+++ b/english/nodejs-cpp/sparklinegroup/_index.md
@@ -1,14 +1,14 @@
---
title: SparklineGroup
second_title: Aspose.Cells for Node.js via C++ API Reference
-description: Sparkline..sparkline is organized into sparkline group. A SparklineGroup contains a variable number of sparkline items. A sparkline group specifies the type display settings and axis settings for the sparklines.
+description: Sparkline..sparkline is organized into a sparkline group. A SparklineGroup contains a variable number of sparkline items. A sparkline group specifies the type display settings and axis settings for the sparklines.
type: docs
url: /nodejs-cpp/sparklinegroup/
---
## SparklineGroup class
-[Sparkline](../sparkline/) is organized into sparkline group. A SparklineGroup contains a variable number of sparkline items. A sparkline group specifies the type, display settings and axis settings for the sparklines.
+[Sparkline](../sparkline/) is organized into a sparkline group. A SparklineGroup contains a variable number of sparkline items. A sparkline group specifies the type, display settings and axis settings for the sparklines.
```javascript
class SparklineGroup;
diff --git a/english/nodejs-cpp/sparklinegroupcollection/_index.md b/english/nodejs-cpp/sparklinegroupcollection/_index.md
index 87dad2d665a..6f8de7ea01e 100644
--- a/english/nodejs-cpp/sparklinegroupcollection/_index.md
+++ b/english/nodejs-cpp/sparklinegroupcollection/_index.md
@@ -22,8 +22,8 @@ class SparklineGroupCollection;
| [get(number)](#get-number-)| Gets the [SparklineGroup](../sparklinegroup/) element at the specified index. |
| [add(SparklineType)](#add-sparklinetype-)| Adds an [SparklineGroup](../sparklinegroup/) with a [Sparkline](../sparkline/) to the collection. |
| [add(SparklineType, string, boolean, CellArea)](#add-sparklinetype-string-boolean-cellarea-)| Adds an [SparklineGroup](../sparklinegroup/) with some [Sparkline](../sparkline/) to the collection. |
-| [clearSparklines(CellArea)](#clearSparklines-cellarea-)| Clears the sparklines that is inside an area of cells. |
-| [clearSparklineGroups(CellArea)](#clearSparklineGroups-cellarea-)| Clears the sparkline groups that overlaps an area of cells. |
+| [clearSparklines(CellArea)](#clearSparklines-cellarea-)| Clears the sparklines that are inside an area of cells. |
+| [clearSparklineGroups(CellArea)](#clearSparklineGroups-cellarea-)| Clears the sparkline groups that overlap an area of cells. |
| [getCount()](#getCount--)| @deprecated. Please use the 'count' property instead. Gets the number of elements contained in. |
| [isNull()](#isNull--)| Checks whether the implementation object is null. |
@@ -88,7 +88,7 @@ This method will create sparklines too. If is true
### clearSparklines(CellArea) {#clearSparklines-cellarea-}
-Clears the sparklines that is inside an area of cells.
+Clears the sparklines that are inside an area of cells.
```javascript
clearSparklines(cellArea: CellArea) : void;
@@ -105,7 +105,7 @@ clearSparklines(cellArea: CellArea) : void;
### clearSparklineGroups(CellArea) {#clearSparklineGroups-cellarea-}
-Clears the sparkline groups that overlaps an area of cells.
+Clears the sparkline groups that overlap an area of cells.
```javascript
clearSparklineGroups(cellArea: CellArea) : void;
diff --git a/english/nodejs-cpp/sparklinetype/_index.md b/english/nodejs-cpp/sparklinetype/_index.md
index dab4510f73b..fdc3fe97efc 100644
--- a/english/nodejs-cpp/sparklinetype/_index.md
+++ b/english/nodejs-cpp/sparklinetype/_index.md
@@ -13,5 +13,5 @@ Represents the sparkline types.
| --- | --- | --- |
| Line | `0` | Line sparkline. |
| Column | `1` | Column sparkline. |
-| Stacked | `2` | Win/Loss sparkline. |
+| Stacked | `2` | Represents a Win/Loss sparkline. |
diff --git a/english/nodejs-cpp/tablestyleelementtype/_index.md b/english/nodejs-cpp/tablestyleelementtype/_index.md
index c0e3f216233..6c95f9006c5 100644
--- a/english/nodejs-cpp/tablestyleelementtype/_index.md
+++ b/english/nodejs-cpp/tablestyleelementtype/_index.md
@@ -41,6 +41,7 @@ Represents the Table or PivotTable style element type.
| ThirdSubtotalRow | `21` | Table style element that applies to PivotTable's third subtotal row. |
| TotalRow | `10` | Table style element that applies to Table's total row. |
| WholeTable | `0` | Table style element that applies to table's entire content. |
-| GrandTotalColumnHeader | `128` | Table style element that applies to pivot table's header of grand total column. |
-| GrandTotalRowHeader | `129` | Table style element that applies to pivot table's header of grand total row. |
+| LastColumnSubheading | `130` | Table style element that applies to pivot table's last column field. |
+| LastRowSubheading | `131` | Table style element that applies to pivot table's last row field. |
+| LastSubtotalRow | `133` | Table style element that applies to pivot table's last subtotal row field. |
diff --git a/english/nodejs-cpp/ticklabelalignmenttype/_index.md b/english/nodejs-cpp/ticklabelalignmenttype/_index.md
index 8f0b171f6b0..68553f2238e 100644
--- a/english/nodejs-cpp/ticklabelalignmenttype/_index.md
+++ b/english/nodejs-cpp/ticklabelalignmenttype/_index.md
@@ -11,7 +11,7 @@ Represents the text alignment type for the tick labels on the axis
### Values
| Name | Value | Description |
| --- | --- | --- |
-| Center | `0` | Represents the text shall be centered. |
-| Left | `1` | Represents the text shall be left justified. |
-| Right | `2` | Represents the text shall be right justified. |
+| Center | `0` | Represents that the text shall be centered. |
+| Left | `1` | Represents the text that shall be left justified. |
+| Right | `2` | Represents that the text shall be right justified. |
diff --git a/english/nodejs-cpp/ticklabelitem/_index.md b/english/nodejs-cpp/ticklabelitem/_index.md
index 23bdcc19857..aeb35382472 100644
--- a/english/nodejs-cpp/ticklabelitem/_index.md
+++ b/english/nodejs-cpp/ticklabelitem/_index.md
@@ -19,25 +19,25 @@ class TickLabelItem;
| Property | Type | Description |
| --- | --- | --- |
-| [x](#x--)| number | Readonly. X coordinates of Ticklabel item in ratio of chart width. |
-| [y](#y--)| number | Readonly. Y coordinates of Ticklabel item in ratio of chart height. |
-| [width](#width--)| number | Readonly. Width of Ticklabel item in ratio of chart width. |
-| [height](#height--)| number | Readonly. Height of Ticklabel item in ratio of chart height. |
+| [x](#x--)| number | Readonly. X coordinates of Ticklabel item as a ratio of chart width. |
+| [y](#y--)| number | Readonly. Y coordinates of Ticklabel item as a ratio of the chart height. |
+| [width](#width--)| number | Readonly. Width of Ticklabel item as a ratio of chart width. |
+| [height](#height--)| number | Readonly. Height of Ticklabel item as a ratio of chart height. |
## Methods
| Method | Description |
| --- | --- |
-| [getX()](#getX--)| @deprecated. Please use the 'x' property instead. X coordinates of Ticklabel item in ratio of chart width. |
-| [getY()](#getY--)| @deprecated. Please use the 'y' property instead. Y coordinates of Ticklabel item in ratio of chart height. |
-| [getWidth()](#getWidth--)| @deprecated. Please use the 'width' property instead. Width of Ticklabel item in ratio of chart width. |
-| [getHeight()](#getHeight--)| @deprecated. Please use the 'height' property instead. Height of Ticklabel item in ratio of chart height. |
+| [getX()](#getX--)| @deprecated. Please use the 'x' property instead. X coordinates of Ticklabel item as a ratio of chart width. |
+| [getY()](#getY--)| @deprecated. Please use the 'y' property instead. Y coordinates of Ticklabel item as a ratio of the chart height. |
+| [getWidth()](#getWidth--)| @deprecated. Please use the 'width' property instead. Width of Ticklabel item as a ratio of chart width. |
+| [getHeight()](#getHeight--)| @deprecated. Please use the 'height' property instead. Height of Ticklabel item as a ratio of chart height. |
| [isNull()](#isNull--)| Checks whether the implementation object is null. |
### x {#x--}
-Readonly. X coordinates of Ticklabel item in ratio of chart width.
+Readonly. X coordinates of Ticklabel item as a ratio of chart width.
```javascript
x : number;
@@ -46,7 +46,7 @@ x : number;
### y {#y--}
-Readonly. Y coordinates of Ticklabel item in ratio of chart height.
+Readonly. Y coordinates of Ticklabel item as a ratio of the chart height.
```javascript
y : number;
@@ -55,7 +55,7 @@ y : number;
### width {#width--}
-Readonly. Width of Ticklabel item in ratio of chart width.
+Readonly. Width of Ticklabel item as a ratio of chart width.
```javascript
width : number;
@@ -64,7 +64,7 @@ width : number;
### height {#height--}
-Readonly. Height of Ticklabel item in ratio of chart height.
+Readonly. Height of Ticklabel item as a ratio of chart height.
```javascript
height : number;
@@ -73,7 +73,7 @@ height : number;
### getX() {#getX--}
-@deprecated. Please use the 'x' property instead. X coordinates of Ticklabel item in ratio of chart width.
+@deprecated. Please use the 'x' property instead. X coordinates of Ticklabel item as a ratio of chart width.
```javascript
getX() : number;
@@ -82,7 +82,7 @@ getX() : number;
### getY() {#getY--}
-@deprecated. Please use the 'y' property instead. Y coordinates of Ticklabel item in ratio of chart height.
+@deprecated. Please use the 'y' property instead. Y coordinates of Ticklabel item as a ratio of the chart height.
```javascript
getY() : number;
@@ -91,7 +91,7 @@ getY() : number;
### getWidth() {#getWidth--}
-@deprecated. Please use the 'width' property instead. Width of Ticklabel item in ratio of chart width.
+@deprecated. Please use the 'width' property instead. Width of Ticklabel item as a ratio of chart width.
```javascript
getWidth() : number;
@@ -100,7 +100,7 @@ getWidth() : number;
### getHeight() {#getHeight--}
-@deprecated. Please use the 'height' property instead. Height of Ticklabel item in ratio of chart height.
+@deprecated. Please use the 'height' property instead. Height of Ticklabel item as a ratio of chart height.
```javascript
getHeight() : number;
diff --git a/english/nodejs-cpp/title/_index.md b/english/nodejs-cpp/title/_index.md
index e70ddfa5fad..4148b0f8a9a 100644
--- a/english/nodejs-cpp/title/_index.md
+++ b/english/nodejs-cpp/title/_index.md
@@ -59,10 +59,10 @@ chart.valueAxis.title.text = "Value";
| [defaultYRatioToChart](#defaultYRatioToChart--)| number | Readonly. Represents y of default position in units of Fraction of the chart area. |
| [defaultWidthRatioToChart](#defaultWidthRatioToChart--)| number | Readonly. Represents width of default position in units of Fraction of the chart area. |
| [defaultHeightRatioToChart](#defaultHeightRatioToChart--)| number | Readonly. Represents height of default position in units of Fraction of the chart area. |
-| [isDeleted](#isDeleted--)| boolean | Indicates whether this data labels is deleted. |
+| [isDeleted](#isDeleted--)| boolean | Indicates whether this data labels are deleted. |
| [textHorizontalAlignment](#textHorizontalAlignment--)| TextAlignmentType | Gets and sets the text horizontal alignment. |
| [textVerticalAlignment](#textVerticalAlignment--)| TextAlignmentType | Gets or sets the text vertical alignment of text. |
-| [rotationAngle](#rotationAngle--)| number | Represents text rotation angle. |
+| [rotationAngle](#rotationAngle--)| number | Represents the text rotation angle. |
| [isAutomaticRotation](#isAutomaticRotation--)| boolean | Readonly. Indicates whether the text of the chart is automatically rotated. |
| [readingOrder](#readingOrder--)| TextDirectionType | Represents text reading order. |
| [isResizeShapeToFitText](#isResizeShapeToFitText--)| boolean | 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. |
@@ -96,14 +96,14 @@ chart.valueAxis.title.text = "Value";
| [getDefaultYRatioToChart()](#getDefaultYRatioToChart--)| @deprecated. Please use the 'defaultYRatioToChart' property instead. Represents y of default position in units of Fraction of the chart area. |
| [getDefaultWidthRatioToChart()](#getDefaultWidthRatioToChart--)| @deprecated. Please use the 'defaultWidthRatioToChart' property instead. Represents width of default position in units of Fraction of the chart area. |
| [getDefaultHeightRatioToChart()](#getDefaultHeightRatioToChart--)| @deprecated. Please use the 'defaultHeightRatioToChart' property instead. Represents height of default position in units of Fraction of the chart area. |
-| [isDeleted()](#isDeleted--)| @deprecated. Please use the 'isDeleted' property instead. Indicates whether this data labels is deleted. |
-| [setIsDeleted(boolean)](#setIsDeleted-boolean-)| @deprecated. Please use the 'isDeleted' property instead. Indicates whether this data labels is deleted. |
+| [isDeleted()](#isDeleted--)| @deprecated. Please use the 'isDeleted' property instead. Indicates whether this data labels are deleted. |
+| [setIsDeleted(boolean)](#setIsDeleted-boolean-)| @deprecated. Please use the 'isDeleted' property instead. Indicates whether this data labels are deleted. |
| [getTextHorizontalAlignment()](#getTextHorizontalAlignment--)| @deprecated. Please use the 'textHorizontalAlignment' property instead. Gets and sets the text horizontal alignment. |
| [setTextHorizontalAlignment(TextAlignmentType)](#setTextHorizontalAlignment-textalignmenttype-)| @deprecated. Please use the 'textHorizontalAlignment' property instead. Gets and sets the text horizontal alignment. |
| [getTextVerticalAlignment()](#getTextVerticalAlignment--)| @deprecated. Please use the 'textVerticalAlignment' property instead. Gets or sets the text vertical alignment of text. |
| [setTextVerticalAlignment(TextAlignmentType)](#setTextVerticalAlignment-textalignmenttype-)| @deprecated. Please use the 'textVerticalAlignment' property instead. Gets or sets the text vertical alignment of text. |
-| [getRotationAngle()](#getRotationAngle--)| @deprecated. Please use the 'rotationAngle' property instead. Represents text rotation angle. |
-| [setRotationAngle(number)](#setRotationAngle-number-)| @deprecated. Please use the 'rotationAngle' property instead. Represents text rotation angle. |
+| [getRotationAngle()](#getRotationAngle--)| @deprecated. Please use the 'rotationAngle' property instead. Represents the text rotation angle. |
+| [setRotationAngle(number)](#setRotationAngle-number-)| @deprecated. Please use the 'rotationAngle' property instead. Represents the text rotation angle. |
| [isAutomaticRotation()](#isAutomaticRotation--)| @deprecated. Please use the 'isAutomaticRotation' property instead. Indicates whether the text of the chart is automatically rotated. |
| [getReadingOrder()](#getReadingOrder--)| @deprecated. Please use the 'readingOrder' property instead. Represents text reading order. |
| [setReadingOrder(TextDirectionType)](#setReadingOrder-textdirectiontype-)| @deprecated. Please use the 'readingOrder' property instead. Represents text reading order. |
@@ -345,7 +345,7 @@ defaultHeightRatioToChart : number;
### isDeleted {#isDeleted--}
-Indicates whether this data labels is deleted.
+Indicates whether this data labels are deleted.
```javascript
isDeleted : boolean;
@@ -372,7 +372,7 @@ textVerticalAlignment : TextAlignmentType;
### rotationAngle {#rotationAngle--}
-Represents text rotation angle.
+Represents the text rotation angle.
```javascript
rotationAngle : number;
@@ -734,7 +734,7 @@ getDefaultHeightRatioToChart() : number;
### isDeleted() {#isDeleted--}
-@deprecated. Please use the 'isDeleted' property instead. Indicates whether this data labels is deleted.
+@deprecated. Please use the 'isDeleted' property instead. Indicates whether this data labels are deleted.
```javascript
isDeleted() : boolean;
@@ -743,7 +743,7 @@ isDeleted() : boolean;
### setIsDeleted(boolean) {#setIsDeleted-boolean-}
-@deprecated. Please use the 'isDeleted' property instead. Indicates whether this data labels is deleted.
+@deprecated. Please use the 'isDeleted' property instead. Indicates whether this data labels are deleted.
```javascript
setIsDeleted(value: boolean) : void;
@@ -808,7 +808,7 @@ setTextVerticalAlignment(value: TextAlignmentType) : void;
### getRotationAngle() {#getRotationAngle--}
-@deprecated. Please use the 'rotationAngle' property instead. Represents text rotation angle.
+@deprecated. Please use the 'rotationAngle' property instead. Represents the text rotation angle.
```javascript
getRotationAngle() : number;
@@ -821,7 +821,7 @@ br>0: Not rotated.
255: Top to Bottom.
-90: Downward.
@deprecated. Please use the 'rotationAngle' property instead. Represents text rotation angle.
+@deprecated. Please use the 'rotationAngle' property instead. Represents the text rotation angle.
```javascript
setRotationAngle(value: number) : void;