You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: english/cpp/aspose.cells.charts/chart/_index.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,9 +20,9 @@ class Chart
20
20
21
21
| Method | Description |
22
22
| --- | --- |
23
-
| [Calculate()](./calculate/) | Calculates the custom position of plot area, axes if the position of them are autoassigned. |
23
+
| [Calculate()](./calculate/) | Calculates the custom positions of the plot area and axes if their positions are auto-assigned. |
24
24
| [Calculate(const ChartCalculateOptions\& calculateOptions)](./calculate/) | Calculates the custom position of plot area, axes if the position of them are auto assigned, with [Chart](./) Calculate Options. |
25
-
| [ChangeTemplate(const Vector \<uint8_t\>\& data)](./changetemplate/) | Change chart type with preset template. |
25
+
| [ChangeTemplate(const Vector \<uint8_t\>\& data)](./changetemplate/) | Change chart type with a preset template. |
26
26
| [Chart(Chart_Impl* impl)](./chart/) | Constructs from an implementation object. |
| [GetDisplayNaAsBlank()](./getdisplaynaasblank/) | Indicates whether to display #N/A as a blank value. |
38
38
| [GetElevation()](./getelevation/) | Represents the elevation of the 3-D chart view, in degrees. |
39
39
| [GetFilteredNSeries()](./getfilterednseries/) | Gets a [SeriesCollection](../seriescollection/) collection representing the data series that are filtered in the chart. |
40
40
| [GetFirstSliceAngle()](./getfirstsliceangle/) | Gets or sets the angle of the first pie-chart or doughnut-chart slice, in degrees (clockwise from vertical). Applies only to pie, 3-D pie, and doughnut charts, 0 to 360. |
@@ -49,7 +49,7 @@ class Chart
49
49
| [GetName()](./getname/) | Gets and sets the name of the chart. |
50
50
| [GetNSeries()](./getnseries/) | Gets a [SeriesCollection](../seriescollection/) collection representing the data series in the chart. |
51
51
| [GetPageSetup()](./getpagesetup/) | Represents the page setup description in this chart. |
52
-
| [GetPerspective()](./getperspective/) | Returns or sets the perspective for the 3-D chart view. Must be between 0 and 100. This property is ignored if the RightAngleAxes property is True. |
52
+
| [GetPerspective()](./getperspective/) | Returns or sets the perspective for the three‑dimensional chart view. Must be between 0 and 100. This property is ignored if the RightAngleAxes property is True. |
53
53
| [GetPivotOptions()](./getpivotoptions/) | Specifies the pivot controls that appear on the chart. |
54
54
| [GetPivotSource()](./getpivotsource/) | The source is the data of the pivotTable. If PivotSource is not empty ,the chart is PivotChart. |
55
55
| [GetPlacement()](./getplacement/) | Represents the way the chart is attached to the cells below it. |
@@ -69,7 +69,7 @@ class Chart
69
69
| [GetSideWall()](./getsidewall/) | Returns a [Walls](../walls/) object that represents the side wall of a 3-D chart. |
70
70
| [GetSizeWithWindow()](./getsizewithwindow/) | True if Microsoft Excel resizes the chart to match the size of the chart sheet window. |
71
71
| [GetStyle()](./getstyle/) | Gets and sets the builtin style. |
72
-
| [GetSubTitle()](./getsubtitle/) | Gets the chart's sub-title. Only for ODS format file. |
72
+
| [GetSubTitle()](./getsubtitle/) | Gets the chart's sub-title. Only applies to ODS files. |
73
73
| [GetTitle()](./gettitle/) | Gets the chart's title. |
74
74
| [GetType()](./gettype/) | Gets or sets a chart's type. |
75
75
| [GetValueAxis()](./getvalueaxis/) | Gets the chart's Y axis. |
@@ -89,7 +89,7 @@ class Chart
89
89
| [SetChartDataRange(const U16String\& area, bool isVertical)](./setchartdatarange/) | Specifies data range for a chart. |
90
90
| [SetChartDataRange(const char16_t* area, bool isVertical)](./setchartdatarange/) | Specifies data range for a chart. |
91
91
| [SetDepthPercent(int32_t value)](./setdepthpercent/) | Represents the depth of a 3-D chart as a percentage of the chart width (between 20 and 2000 percent). |
| [SetDisplayNaAsBlank(bool value)](./setdisplaynaasblank/) | Indicates whether to display #N/A as a blank value. |
93
93
| [SetElevation(int32_t value)](./setelevation/) | Represents the elevation of the 3-D chart view, in degrees. |
94
94
| [SetFirstSliceAngle(int32_t value)](./setfirstsliceangle/) | Gets or sets the angle of the first pie-chart or doughnut-chart slice, in degrees (clockwise from vertical). Applies only to pie, 3-D pie, and doughnut charts, 0 to 360. |
95
95
| [SetGapDepth(int32_t value)](./setgapdepth/) | Gets or sets the distance between the data series in a 3-D chart, as a percentage of the marker width. The value of this property must be between 0 and 500. |
@@ -99,7 +99,7 @@ class Chart
99
99
| [SetIsRectangularCornered(bool value)](./setisrectangularcornered/) | Gets or sets a value indicating whether the chart area is rectangular cornered. Default is true. |
100
100
| [SetName(const U16String\& value)](./setname/) | Gets and sets the name of the chart. |
101
101
| [SetName(const char16_t* value)](./setname/) | Gets and sets the name of the chart. |
102
-
| [SetPerspective(int16_t value)](./setperspective/) | Returns or sets the perspective for the 3-D chart view. Must be between 0 and 100. This property is ignored if the RightAngleAxes property is True. |
102
+
| [SetPerspective(int16_t value)](./setperspective/) | Returns or sets the perspective for the three‑dimensional chart view. Must be between 0 and 100. This property is ignored if the RightAngleAxes property is True. |
103
103
| [SetPivotSource(const U16String\& value)](./setpivotsource/) | The source is the data of the pivotTable. If PivotSource is not empty ,the chart is PivotChart. |
104
104
| [SetPivotSource(const char16_t* value)](./setpivotsource/) | The source is the data of the pivotTable. If PivotSource is not empty ,the chart is PivotChart. |
105
105
| [SetPlacement(PlacementType value)](./setplacement/) | Represents the way the chart is attached to the cells below it. |
@@ -130,7 +130,7 @@ class Chart
130
130
| [ToPdf(const char16_t* fileName)](./topdf/) | Saves the chart to a pdf file. |
131
131
| [ToPdf(const U16String\& fileName, float desiredPageWidth, float desiredPageHeight, PageLayoutAlignmentType hAlignmentType, PageLayoutAlignmentType vAlignmentType)](./topdf/) | Saves the chart to a pdf file. |
132
132
| [ToPdf(const char16_t* fileName, float desiredPageWidth, float desiredPageHeight, PageLayoutAlignmentType hAlignmentType, PageLayoutAlignmentType vAlignmentType)](./topdf/) | Saves the chart to a pdf file. |
133
-
| [ToPdf()](./topdf/) | Creates the chart pdf and saves it to a stream. |
133
+
| [ToPdf()](./topdf/) | Creates the chart PDF and saves it to a stream. |
134
134
| [ToPdf(float desiredPageWidth, float desiredPageHeight, PageLayoutAlignmentType hAlignmentType, PageLayoutAlignmentType vAlignmentType)](./topdf/) | Creates the chart pdf and saves it to a stream. |
description: 'Aspose::Cells::Charts::Chart::Calculate method. Calculates the custom position of plot area, axes if the position of them are autoassigned in C++.'
5
+
description: 'Aspose::Cells::Charts::Chart::Calculate method. Calculates the custom positions of the plot area and axes if their positions are auto-assigned in C++.'
6
6
type: docs
7
7
weight: 6100
8
8
url: /cpp/aspose.cells.charts/chart/calculate/
9
9
---
10
10
## Chart::Calculate() method
11
11
12
12
13
-
Calculates the custom position of plot area, axes if the position of them are autoassigned.
13
+
Calculates the custom positions of the plot area and axes if their positions are auto-assigned.
description: 'Aspose::Cells::Charts::Chart::GetPerspective method. Returns or sets the perspective for the 3-D chart view. Must be between 0 and 100. This property is ignored if the RightAngleAxes property is True in C++.'
5
+
description: 'Aspose::Cells::Charts::Chart::GetPerspective method. Returns or sets the perspective for the three‑dimensional chart view. Must be between 0 and 100. This property is ignored if the RightAngleAxes property is True in C++.'
Returns or sets the perspective for the 3-D chart view. Must be between 0 and 100. This property is ignored if the RightAngleAxes property is True.
13
+
Returns or sets the perspective for the three‑dimensional chart view. Must be between 0 and 100. This property is ignored if the RightAngleAxes property is True.
0 commit comments