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
|[Axis](./axis)| Encapsulates the object that represents an axis of chart. |
33
+
|[Axis](./axis)| Encapsulates the object that represents an axis of a chart. |
34
34
|[AxisBins](./axisbins)| Represents axis bins |
35
35
|[BarEquationNode](./barequationnode)| This class specifies the bar equation, consisting of a base argument and an overbar or underbar. |
36
36
|[BaseShapeGuide](./baseshapeguide)| Represents the shape guide. |
@@ -141,7 +141,7 @@ is_root: true
141
141
|[DocxSaveOptions](./docxsaveoptions)| Represents options of saving .docx file. |
142
142
|[DrawObject](./drawobject)| DrawObject will be initialized and returned when rendering. |
143
143
|[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. |
145
145
|[DxfCollection](./dxfcollection)| Represents the master differential formatting records. |
146
146
|[DynamicFilter](./dynamicfilter)| Represents the dynamic filter. |
147
147
|[EbookLoadOptions](./ebookloadoptions)| Represents options when importing an ebook file. |
@@ -732,7 +732,8 @@ is_root: true
732
732
|[PivotTableStyleType](./pivottablestyletype)| Represents the pivot table style type. |
733
733
|[PlacementType](./placementtype)| Represents the way the drawing object is attached to the cells below it. |
734
734
|[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. |
736
737
|[PowerQueryFormulaType](./powerqueryformulatype)| Represents the type of power query formula. |
737
738
|[PresetCameraType](./presetcameratype)| Represent different algorithmic methods for setting all camera properties, including position. |
738
739
|[PresetMaterialType](./presetmaterialtype)| Describes surface appearance of a shape. |
@@ -761,6 +762,7 @@ is_root: true
761
762
|[SensitivityLabelAssignmentType](./sensitivitylabelassignmenttype)| Represents the assignment method for the sensitivity label. |
762
763
|[SensitivityLabelMarkType](./sensitivitylabelmarktype)| Represents the types of content marking that ought to be applied to a file. |
763
764
|[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. |
764
766
|[ShapeLockType](./shapelocktype)| Represents type of the property to be locked. |
765
767
|[ShapePathPointValueType](./shapepathpointvaluetype)| Specifies the value type of [ShapePathPoint](../javascript-cpp/shapepathpoint/) object |
|[nSeries](#nSeries--)| SeriesCollection | Readonly. Gets a [SeriesCollection](../seriescollection/) collection representing the data series in the chart. |
61
61
|[filteredNSeries](#filteredNSeries--)| SeriesCollection | Readonly. Gets a [SeriesCollection](../seriescollection/) collection representing the data series that are filtered in the chart. |
62
62
|[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. |
64
64
|[plotArea](#plotArea--)| PlotArea | Readonly. Gets the chart's plot area which includes axis tick labels. |
65
65
|[chartArea](#chartArea--)| ChartArea | Readonly. Gets the chart area in the worksheet. |
66
66
|[categoryAxis](#categoryAxis--)| Axis | Readonly. Gets the chart's X axis. |
|[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). |
87
87
|[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. |
88
88
|[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. |
90
90
|[is3D](#is3D--)| boolean | Readonly. Indicates whether the chart is a 3d chart. |
91
91
|[depthPercent](#depthPercent--)| number | Represents the depth of a 3-D chart as a percentage of the chart width (between 20 and 2000 percent). |
92
92
|[placement](#placement--)| PlacementType | Represents the way the chart is attached to the cells below it. |
|[isCellReferedByChart(number, number, number)](#isCellReferedByChart-number-number-number-)| Returns whether the cell refered by the chart. |
101
101
|[isChartDataChanged()](#isChartDataChanged--)| Detects if a chart's data source has changed. |
102
102
|[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. |
104
104
|[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 autoassigned. |
105
+
|[calculate()](#calculate--)| Calculates the custom positions of the plot area and axes if their positions are auto-assigned. |
106
106
|[calculate(ChartCalculateOptions)](#calculate-chartcalculateoptions-)| Calculates the custom position of plot area, axes if the position of them are auto assigned, with Chart Calculate Options. |
107
107
|[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. |
108
108
|[toImageAsync(string, ImageType)](#toImageAsync-string-imagetype-)| Creates the chart image and saves it to a file in the specified image type. |
|[toImage(ImageOrPrintOptions)](#toImage-imageorprintoptions-)| Creates the chart image and saves it to a stream in the specified format. |
121
121
|[toPdfAsync(string)](#toPdfAsync-string-)| Saves the chart to a pdf file. |
122
122
|[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. |
124
124
|[toPdfAsync(number, number, PageLayoutAlignmentType, PageLayoutAlignmentType)](#toPdfAsync-number-number-pagelayoutalignmenttype-pagelayoutalignmenttype-)| Creates the chart pdf and saves it to a stream. |
125
125
|[toPdf(string)](#toPdf-string-)| Saves the chart to a pdf file. |
126
126
|[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. |
128
128
|[toPdf(number, number, PageLayoutAlignmentType, PageLayoutAlignmentType)](#toPdf-number-number-pagelayoutalignmenttype-pagelayoutalignmenttype-)| Creates the chart pdf and saves it to a stream. |
129
129
|[getActualSize()](#getActualSize--)| Gets actual size of chart in unit of pixels. |
130
130
|[hasAxis(AxisType, boolean)](#hasAxis-axistype-boolean-)| Returns which axes exist on the chart. |
Indicates whether to display #N/A as a blank value.
219
219
220
220
```javascript
221
221
displayNaAsBlank : boolean;
@@ -305,7 +305,7 @@ title : Title;
305
305
306
306
### subTitle {#subTitle--}
307
307
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.
309
309
310
310
```javascript
311
311
subTitle : Title;
@@ -559,7 +559,7 @@ heightPercent : number;
559
559
560
560
### perspective {#perspective--}
561
561
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.
563
563
564
564
```javascript
565
565
perspective : number;
@@ -658,7 +658,7 @@ We will gather data from pivot data source to the pivot table report. This metho
0 commit comments