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/nodejs-cpp/_index.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,12 +60,12 @@ is_root: true
60
60
|[CharacterBulletValue](./characterbulletvalue)| Represents the character bullet. |
61
61
|[Chart](./chart)| Encapsulates the object that represents a single Excel chart. |
62
62
|[ChartArea](./chartarea)| Encapsulates the object that represents the chart area in the worksheet. |
63
-
|[ChartCalculateOptions](./chartcalculateoptions)| Represents the options for calculating chart. |
63
+
|[ChartCalculateOptions](./chartcalculateoptions)| Represents the options for calculating the chart. |
64
64
|[ChartCollection](./chartcollection)| Encapsulates a collection of [Chart](../nodejs-cpp/chart/) objects. |
65
65
|[ChartDataTable](./chartdatatable)| Represents a chart data table. |
66
66
|[ChartDataValue](./chartdatavalue)| Encapsulates chart data value |
67
67
|[ChartFrame](./chartframe)| Encapsulates the object that represents the frame object in a chart. |
68
-
|[ChartGlobalizationSettings](./chartglobalizationsettings)| Represents the globalization settings for chart. |
68
+
|[ChartGlobalizationSettings](./chartglobalizationsettings)| Represents the globalization settings for a chart. |
69
69
|[ChartPoint](./chartpoint)| Represents a single point in a series in a chart. |
70
70
|[ChartPointCollection](./chartpointcollection)| Represents a collection that contains all the points in one series. |
71
71
|[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
413
413
|[SolidFill](./solidfill)| Encapsulates the object that represents solid fill format |
414
414
|[Sparkline](./sparkline)| A sparkline represents a tiny chart or graphic in a worksheet cell that provides a visual representation of data. |
415
415
|[SparklineCollection](./sparklinecollection)| Encapsulates a collection of [Sparkline](../nodejs-cpp/sparkline/) objects. |
416
-
|[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. |
416
+
|[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. |
417
417
|[SparklineGroupCollection](./sparklinegroupcollection)| Encapsulates a collection of [SparklineGroup](../nodejs-cpp/sparklinegroup/) objects. |
418
418
|[SpinButtonActiveXControl](./spinbuttonactivexcontrol)| Represents the SpinButton control. |
419
419
|[Spinner](./spinner)| Represents the Forms control: Spinner. |
@@ -552,7 +552,7 @@ is_root: true
552
552
|[CellsUnitType](./cellsunittype)| Specifies the unit of measurement. |
553
553
|[CellValueFormatStrategy](./cellvalueformatstrategy)| Specifies how to apply style for the value of the cell. |
554
554
|[CellValueType](./cellvaluetype)| Specifies a cell value type. |
555
-
|[ChartColorPaletteType](./chartcolorpalettetype)| Enumerates all Monochromatic Palettes used in Excel chart. |
555
+
|[ChartColorPaletteType](./chartcolorpalettetype)| Enumerates all Monochromatic Palettes used in an Excel chart. |
556
556
|[ChartLineFormattingType](./chartlineformattingtype)| Represents line format type of chart line. |
557
557
|[ChartMarkerType](./chartmarkertype)| Represents the marker style in a line chart, scatter chart, or radar chart. |
558
558
|[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
669
669
|[LookAtType](./lookattype)| Represents look at type. |
670
670
|[LookInType](./lookintype)| Represents look in type. |
671
671
|[MapChartLabelLayout](./mapchartlabellayout)| Represents the layout of map chart's labels. |
672
-
|[MapChartProjectionType](./mapchartprojectiontype)| Represents projection type of the map chart. |
672
+
|[MapChartProjectionType](./mapchartprojectiontype)| Represents the projection type of the map chart. |
673
673
|[MapChartRegionType](./mapchartregiontype)| Represents the region type of the map chart. |
674
674
|[MarkdownTableHeaderType](./markdowntableheadertype)| Represents the header type of the table in the markdown file. |
675
675
|[MemorySetting](./memorysetting)| Memory usage modes for cells data model. |
Copy file name to clipboardExpand all lines: english/nodejs-cpp/axisbins/_index.md
+30-30Lines changed: 30 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,37 +19,37 @@ class AxisBins;
19
19
20
20
| Property | Type | Description |
21
21
| --- | --- | --- |
22
-
|[isByCategory](#isByCategory--)| boolean | Indicates whether grouping data by category |
22
+
|[isByCategory](#isByCategory--)| boolean | Indicates whether grouping data by category is enabled. |
23
23
|[isAutomatic](#isAutomatic--)| boolean | Indicates whether the axis bins are automatic. |
24
-
|[width](#width--)| number | Gets or sets the width of axis bin |
25
-
|[count](#count--)| number | Gets or set the count of axis bins |
26
-
|[overflow](#overflow--)| number | Gets or set the overflow of axis bins |
27
-
|[underflow](#underflow--)| number | Gets or set the underflow of axis bins |
24
+
|[width](#width--)| number | Gets or sets the width of the axis bin.|
25
+
|[count](#count--)| number | Gets or sets the count of axis bins |
26
+
|[overflow](#overflow--)| number | Gets or sets the overflow of axis bins |
27
+
|[underflow](#underflow--)| number | Gets or sets the underflow of axis bins |
28
28
29
29
## Methods
30
30
31
31
| Method | Description |
32
32
| --- | --- |
33
-
|[isByCategory()](#isByCategory--)| <b>@deprecated.</b> Please use the 'isByCategory' property instead. Indicates whether grouping data by category |
34
-
|[setIsByCategory(boolean)](#setIsByCategory-boolean-)| <b>@deprecated.</b> Please use the 'isByCategory' property instead. Indicates whether grouping data by category |
33
+
|[isByCategory()](#isByCategory--)| <b>@deprecated.</b> Please use the 'isByCategory' property instead. Indicates whether grouping data by category is enabled. |
34
+
|[setIsByCategory(boolean)](#setIsByCategory-boolean-)| <b>@deprecated.</b> Please use the 'isByCategory' property instead. Indicates whether grouping data by category is enabled. |
35
35
|[isAutomatic()](#isAutomatic--)| <b>@deprecated.</b> Please use the 'isAutomatic' property instead. Indicates whether the axis bins are automatic. |
36
36
|[setIsAutomatic(boolean)](#setIsAutomatic-boolean-)| <b>@deprecated.</b> Please use the 'isAutomatic' property instead. Indicates whether the axis bins are automatic. |
37
-
|[getWidth()](#getWidth--)| <b>@deprecated.</b> Please use the 'width' property instead. Gets or sets the width of axis bin |
38
-
|[setWidth(number)](#setWidth-number-)| <b>@deprecated.</b> Please use the 'width' property instead. Gets or sets the width of axis bin |
39
-
|[getCount()](#getCount--)| <b>@deprecated.</b> Please use the 'count' property instead. Gets or set the count of axis bins |
40
-
|[setCount(number)](#setCount-number-)| <b>@deprecated.</b> Please use the 'count' property instead. Gets or set the count of axis bins |
41
-
|[getOverflow()](#getOverflow--)| <b>@deprecated.</b> Please use the 'overflow' property instead. Gets or set the overflow of axis bins |
42
-
|[setOverflow(number)](#setOverflow-number-)| <b>@deprecated.</b> Please use the 'overflow' property instead. Gets or set the overflow of axis bins |
43
-
|[getUnderflow()](#getUnderflow--)| <b>@deprecated.</b> Please use the 'underflow' property instead. Gets or set the underflow of axis bins |
44
-
|[setUnderflow(number)](#setUnderflow-number-)| <b>@deprecated.</b> Please use the 'underflow' property instead. Gets or set the underflow of axis bins |
37
+
|[getWidth()](#getWidth--)| <b>@deprecated.</b> Please use the 'width' property instead. Gets or sets the width of the axis bin.|
38
+
|[setWidth(number)](#setWidth-number-)| <b>@deprecated.</b> Please use the 'width' property instead. Gets or sets the width of the axis bin.|
39
+
|[getCount()](#getCount--)| <b>@deprecated.</b> Please use the 'count' property instead. Gets or sets the count of axis bins |
40
+
|[setCount(number)](#setCount-number-)| <b>@deprecated.</b> Please use the 'count' property instead. Gets or sets the count of axis bins |
41
+
|[getOverflow()](#getOverflow--)| <b>@deprecated.</b> Please use the 'overflow' property instead. Gets or sets the overflow of axis bins |
42
+
|[setOverflow(number)](#setOverflow-number-)| <b>@deprecated.</b> Please use the 'overflow' property instead. Gets or sets the overflow of axis bins |
43
+
|[getUnderflow()](#getUnderflow--)| <b>@deprecated.</b> Please use the 'underflow' property instead. Gets or sets the underflow of axis bins |
44
+
|[setUnderflow(number)](#setUnderflow-number-)| <b>@deprecated.</b> Please use the 'underflow' property instead. Gets or sets the underflow of axis bins |
45
45
|[resetOverflow()](#resetOverflow--)| Reset the overflow |
46
46
|[resetUnderflow()](#resetUnderflow--)| Reset the underflow |
47
47
|[isNull()](#isNull--)| Checks whether the implementation object is null. |
48
48
49
49
50
50
### isByCategory {#isByCategory--}
51
51
52
-
Indicates whether grouping data by category
52
+
Indicates whether grouping data by category is enabled.
53
53
54
54
```javascript
55
55
isByCategory : boolean;
@@ -71,7 +71,7 @@ If [Width](../width/) or [Count](../count/) is called, the value will be false.
71
71
72
72
### width {#width--}
73
73
74
-
Gets or sets the width of axis bin
74
+
Gets or sets the width of the axis bin.
75
75
76
76
```javascript
77
77
width : number;
@@ -80,7 +80,7 @@ width : number;
80
80
81
81
### count {#count--}
82
82
83
-
Gets or set the count of axis bins
83
+
Gets or sets the count of axis bins
84
84
85
85
```javascript
86
86
count : number;
@@ -89,7 +89,7 @@ count : number;
89
89
90
90
### overflow {#overflow--}
91
91
92
-
Gets or set the overflow of axis bins
92
+
Gets or sets the overflow of axis bins
93
93
94
94
```javascript
95
95
overflow : number;
@@ -98,7 +98,7 @@ overflow : number;
98
98
99
99
### underflow {#underflow--}
100
100
101
-
Gets or set the underflow of axis bins
101
+
Gets or sets the underflow of axis bins
102
102
103
103
```javascript
104
104
underflow : number;
@@ -107,7 +107,7 @@ underflow : number;
107
107
108
108
### isByCategory() {#isByCategory--}
109
109
110
-
<b>@deprecated.</b> Please use the 'isByCategory' property instead. Indicates whether grouping data by category
110
+
<b>@deprecated.</b> Please use the 'isByCategory' property instead. Indicates whether grouping data by category is enabled.
0 commit comments