Skip to content

Commit acaadf2

Browse files
committed
Aspose.Cells for JavaScript via C++ v26.6 Api Reference
1 parent 26c8b89 commit acaadf2

42 files changed

Lines changed: 554 additions & 375 deletions

File tree

Some content is hidden

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

english/javascript-cpp/_index.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ is_root: true
3030
| [AutoFitterOptions](./autofitteroptions) | Represents all auto fitter options. |
3131
| [AutomaticFill](./automaticfill) | represents automatic fill. |
3232
| [AutoNumberedBulletValue](./autonumberedbulletvalue) | Represents automatic numbered bullet. |
33-
| [Axis](./axis) | Encapsulates the object that represents an axis of chart. |
33+
| [Axis](./axis) | Encapsulates the object that represents an axis of a chart. |
3434
| [AxisBins](./axisbins) | Represents axis bins |
3535
| [BarEquationNode](./barequationnode) | This class specifies the bar equation, consisting of a base argument and an overbar or underbar. |
3636
| [BaseShapeGuide](./baseshapeguide) | Represents the shape guide. |
@@ -141,7 +141,7 @@ is_root: true
141141
| [DocxSaveOptions](./docxsaveoptions) | Represents options of saving .docx file. |
142142
| [DrawObject](./drawobject) | DrawObject will be initialized and returned when rendering. |
143143
| [DrawObjectEventHandler](./drawobjecteventhandler) | Interface to get DrawObject and Bound when rendering. |
144-
| [DropBars](./dropbars) | Represents the up/down bars in a chart. |
144+
| [DropBars](./dropbars) | Represents the up and down bars in a chart. |
145145
| [DxfCollection](./dxfcollection) | Represents the master differential formatting records. |
146146
| [DynamicFilter](./dynamicfilter) | Represents the dynamic filter. |
147147
| [EbookLoadOptions](./ebookloadoptions) | Represents options when importing an ebook file. |
@@ -732,7 +732,8 @@ is_root: true
732732
| [PivotTableStyleType](./pivottablestyletype) | Represents the pivot table style type. |
733733
| [PlacementType](./placementtype) | Represents the way the drawing object is attached to the cells below it. |
734734
| [PlotDataByType](./plotdatabytype) | Represents the type of data plot by row or column. |
735-
| [PlotEmptyCellsType](./plotemptycellstype) | Represents all plot empty cells type of a chart. |
735+
| [PlotEmptyCellsType](./plotemptycellstype) | Represents all plot empty cell types of a chart. |
736+
| [PowerQueryFormulaItemType](./powerqueryformulaitemtype) | Represents the type of a Power Query formula item. |
736737
| [PowerQueryFormulaType](./powerqueryformulatype) | Represents the type of power query formula. |
737738
| [PresetCameraType](./presetcameratype) | Represent different algorithmic methods for setting all camera properties, including position. |
738739
| [PresetMaterialType](./presetmaterialtype) | Describes surface appearance of a shape. |
@@ -761,6 +762,7 @@ is_root: true
761762
| [SensitivityLabelAssignmentType](./sensitivitylabelassignmenttype) | Represents the assignment method for the sensitivity label. |
762763
| [SensitivityLabelMarkType](./sensitivitylabelmarktype) | Represents the types of content marking that ought to be applied to a file. |
763764
| [ShapeAnchorType](./shapeanchortype) | Represents the anchor type. |
765+
| [ShapeDisplayType](./shapedisplaytype) | Represents how the application displays shapes in this workbook. Shapes might include charts, images, and other object data that the application supports. |
764766
| [ShapeLockType](./shapelocktype) | Represents type of the property to be locked. |
765767
| [ShapePathPointValueType](./shapepathpointvaluetype) | Specifies the value type of [ShapePathPoint](../javascript-cpp/shapepathpoint/) object |
766768
| [ShapePathType](./shapepathtype) | Represents path segment type. |

english/javascript-cpp/axis/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
title: Axis
33
second_title: Aspose.Cells for JavaScript via C++ API Reference
4-
description: Encapsulates the object that represents an axis of chart.
4+
description: Encapsulates the object that represents an axis of a chart.
55
type: docs
66
url: /javascript-cpp/axis/
77
---
88

99
## Axis class
1010

11-
Encapsulates the object that represents an axis of chart.
11+
Encapsulates the object that represents an axis of a chart.
1212

1313
```javascript
1414
class Axis;

english/javascript-cpp/bubblesizerepresents/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ Represents what the bubble size represents on a bubble chart.
1111
### Values
1212
| Name | Value | Description |
1313
| --- | --- | --- |
14-
| SizeIsArea | `0` | Represents the value of [Series.BubbleSizes](../series.bubblesizes/) is area of the bubble. |
14+
| SizeIsArea | `0` | Represents the value of [Series.BubbleSizes](../series.bubblesizes/), which is the area of the bubble. |
1515
| SizeIsWidth | `1` | Represents the value of [Series.BubbleSizes](../series.bubblesizes/) is width of the bubble. |
1616

english/javascript-cpp/chart/_index.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ chart.title.text = "Income Analysis";
5050
| [plotBy](#plotBy--)| PlotDataByType | Readonly. Gets and sets whether plot by row or column. |
5151
| [plotEmptyCellsType](#plotEmptyCellsType--)| PlotEmptyCellsType | Gets and sets how to plot the empty cells. |
5252
| [plotVisibleCellsOnly](#plotVisibleCellsOnly--)| boolean | Indicates whether plot visible cells only. |
53-
| [displayNaAsBlank](#displayNaAsBlank--)| boolean | Indicates whether displaying #N/A as blank value. |
53+
| [displayNaAsBlank](#displayNaAsBlank--)| boolean | Indicates whether to display #N/A as a blank value. |
5454
| [name](#name--)| string | Gets and sets the name of the chart. |
5555
| [sizeWithWindow](#sizeWithWindow--)| boolean | True if Microsoft Excel resizes the chart to match the size of the chart sheet window. |
5656
| [worksheet](#worksheet--)| Worksheet | Readonly. Gets the worksheet which contains this chart. |
@@ -60,7 +60,7 @@ chart.title.text = "Income Analysis";
6060
| [nSeries](#nSeries--)| SeriesCollection | Readonly. Gets a [SeriesCollection](../seriescollection/) collection representing the data series in the chart. |
6161
| [filteredNSeries](#filteredNSeries--)| SeriesCollection | Readonly. Gets a [SeriesCollection](../seriescollection/) collection representing the data series that are filtered in the chart. |
6262
| [title](#title--)| Title | Readonly. Gets the chart's title. |
63-
| [subTitle](#subTitle--)| Title | Readonly. Gets the chart's sub-title. Only for ODS format file. |
63+
| [subTitle](#subTitle--)| Title | Readonly. Gets the chart's sub-title. Only applies to ODS files. |
6464
| [plotArea](#plotArea--)| PlotArea | Readonly. Gets the chart's plot area which includes axis tick labels. |
6565
| [chartArea](#chartArea--)| ChartArea | Readonly. Gets the chart area in the worksheet. |
6666
| [categoryAxis](#categoryAxis--)| Axis | Readonly. Gets the chart's X axis. |
@@ -86,7 +86,7 @@ chart.title.text = "Income Analysis";
8686
| [rightAngleAxes](#rightAngleAxes--)| boolean | True if the chart axes are at right angles. Applies only for 3-D charts(except Column3D and 3-D Pie Charts). |
8787
| [autoScaling](#autoScaling--)| boolean | True if Microsoft Excel scales a 3-D chart so that it's closer in size to the equivalent 2-D chart. The RightAngleAxes property must be True. |
8888
| [heightPercent](#heightPercent--)| number | Returns or sets the height of a 3-D chart as a percentage of the chart width (between 5 and 500 percent). |
89-
| [perspective](#perspective--)| number | 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. |
89+
| [perspective](#perspective--)| number | 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. |
9090
| [is3D](#is3D--)| boolean | Readonly. Indicates whether the chart is a 3d chart. |
9191
| [depthPercent](#depthPercent--)| number | Represents the depth of a 3-D chart as a percentage of the chart width (between 20 and 2000 percent). |
9292
| [placement](#placement--)| PlacementType | Represents the way the chart is attached to the cells below it. |
@@ -100,9 +100,9 @@ chart.title.text = "Income Analysis";
100100
| [isCellReferedByChart(number, number, number)](#isCellReferedByChart-number-number-number-)| Returns whether the cell refered by the chart. |
101101
| [isChartDataChanged()](#isChartDataChanged--)| Detects if a chart's data source has changed. |
102102
| [refreshPivotData()](#refreshPivotData--)| Refreshes chart's data from pivot table. |
103-
| [changeTemplate(Uint8Array)](#changeTemplate-uint8array-)| Change chart type with preset template. |
103+
| [changeTemplate(Uint8Array)](#changeTemplate-uint8array-)| Change chart type with a preset template. |
104104
| [move(number, number, number, number)](#move-number-number-number-number-)| Moves the chart to a specified location. |
105-
| [calculate()](#calculate--)| Calculates the custom position of plot area, axes if the position of them are auto assigned. |
105+
| [calculate()](#calculate--)| Calculates the custom positions of the plot area and axes if their positions are auto-assigned. |
106106
| [calculate(ChartCalculateOptions)](#calculate-chartcalculateoptions-)| Calculates the custom position of plot area, axes if the position of them are auto assigned, with Chart Calculate Options. |
107107
| [toImageAsync(string)](#toImageAsync-string-)| Creates the chart image and saves it to a file. The extension of the file name determines the format of the image. |
108108
| [toImageAsync(string, ImageType)](#toImageAsync-string-imagetype-)| Creates the chart image and saves it to a file in the specified image type. |
@@ -120,11 +120,11 @@ chart.title.text = "Income Analysis";
120120
| [toImage(ImageOrPrintOptions)](#toImage-imageorprintoptions-)| Creates the chart image and saves it to a stream in the specified format. |
121121
| [toPdfAsync(string)](#toPdfAsync-string-)| Saves the chart to a pdf file. |
122122
| [toPdfAsync(string, number, number, PageLayoutAlignmentType, PageLayoutAlignmentType)](#toPdfAsync-string-number-number-pagelayoutalignmenttype-pagelayoutalignmenttype-)| Saves the chart to a pdf file. |
123-
| [toPdfAsync()](#toPdfAsync--)| Creates the chart pdf and saves it to a stream. |
123+
| [toPdfAsync()](#toPdfAsync--)| Creates the chart PDF and saves it to a stream. |
124124
| [toPdfAsync(number, number, PageLayoutAlignmentType, PageLayoutAlignmentType)](#toPdfAsync-number-number-pagelayoutalignmenttype-pagelayoutalignmenttype-)| Creates the chart pdf and saves it to a stream. |
125125
| [toPdf(string)](#toPdf-string-)| Saves the chart to a pdf file. |
126126
| [toPdf(string, number, number, PageLayoutAlignmentType, PageLayoutAlignmentType)](#toPdf-string-number-number-pagelayoutalignmenttype-pagelayoutalignmenttype-)| Saves the chart to a pdf file. |
127-
| [toPdf()](#toPdf--)| Creates the chart pdf and saves it to a stream. |
127+
| [toPdf()](#toPdf--)| Creates the chart PDF and saves it to a stream. |
128128
| [toPdf(number, number, PageLayoutAlignmentType, PageLayoutAlignmentType)](#toPdf-number-number-pagelayoutalignmenttype-pagelayoutalignmenttype-)| Creates the chart pdf and saves it to a stream. |
129129
| [getActualSize()](#getActualSize--)| Gets actual size of chart in unit of pixels. |
130130
| [hasAxis(AxisType, boolean)](#hasAxis-axistype-boolean-)| Returns which axes exist on the chart. |
@@ -215,7 +215,7 @@ plotVisibleCellsOnly : boolean;
215215

216216
### displayNaAsBlank {#displayNaAsBlank--}
217217

218-
Indicates whether displaying #N/A as blank value.
218+
Indicates whether to display #N/A as a blank value.
219219

220220
```javascript
221221
displayNaAsBlank : boolean;
@@ -305,7 +305,7 @@ title : Title;
305305

306306
### subTitle {#subTitle--}
307307

308-
Readonly. Gets the chart's sub-title. Only for ODS format file.
308+
Readonly. Gets the chart's sub-title. Only applies to ODS files.
309309

310310
```javascript
311311
subTitle : Title;
@@ -559,7 +559,7 @@ heightPercent : number;
559559

560560
### perspective {#perspective--}
561561

562-
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.
562+
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.
563563

564564
```javascript
565565
perspective : number;
@@ -658,7 +658,7 @@ We will gather data from pivot data source to the pivot table report. This metho
658658

659659
### changeTemplate(Uint8Array) {#changeTemplate-uint8array-}
660660

661-
Change chart type with preset template.
661+
Change chart type with a preset template.
662662

663663
```javascript
664664
changeTemplate(data: Uint8Array) : void;
@@ -687,7 +687,7 @@ move(topRow: number, leftColumn: number, bottomRow: number, rightColumn: number)
687687

688688
### calculate() {#calculate--}
689689

690-
Calculates the custom position of plot area, axes if the position of them are auto assigned.
690+
Calculates the custom positions of the plot area and axes if their positions are auto-assigned.
691691

692692
```javascript
693693
calculate() : void;
@@ -1064,7 +1064,7 @@ toPdfAsync(fileName: string, desiredPageWidth: number, desiredPageHeight: number
10641064

10651065
### toPdfAsync() {#toPdfAsync--}
10661066

1067-
Creates the chart pdf and saves it to a stream.
1067+
Creates the chart PDF and saves it to a stream.
10681068

10691069
```javascript
10701070
toPdfAsync() : Promise<Uint8Array>;
@@ -1127,7 +1127,7 @@ toPdf(fileName: string, desiredPageWidth: number, desiredPageHeight: number, hAl
11271127

11281128
### toPdf() {#toPdf--}
11291129

1130-
Creates the chart pdf and saves it to a stream.
1130+
Creates the chart PDF and saves it to a stream.
11311131

11321132
```javascript
11331133
toPdf() : Uint8Array;

0 commit comments

Comments
 (0)