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/javascript-cpp/axis/_index.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ var uint8Array = workbook.save(SaveFormat.Xlsx);
75
75
|[tickLabelPosition](#tickLabelPosition--)| TickLabelPositionType | Represents the position of tick-mark labels on the specified axis. |
76
76
|[crossAt](#crossAt--)| number | Represents the point on the value axis where the category axis crosses it. |
77
77
|[crossType](#crossType--)| CrossType | Represents the [CrossType](../crosstype/) on the specified axis where the other axis crosses. |
78
-
|[logBase](#logBase--)| number | Represents the logarithmic base. Default value is 10.Only applies for Excel2007.|
78
+
|[logBase](#logBase--)| number | Represents the logarithmic base. Default value is 10. |
79
79
|[isLogarithmic](#isLogarithmic--)| boolean | Represents if the value axis scale type is logarithmic or not. |
80
80
|[isPlotOrderReversed](#isPlotOrderReversed--)| boolean | Represents if Microsoft Excel plots data points from last to first. |
81
81
|[axisBetweenCategories](#axisBetweenCategories--)| boolean | Represents if the value axis crosses the category axis between categories. |
@@ -88,8 +88,8 @@ var uint8Array = workbook.save(SaveFormat.Xlsx);
88
88
|[customDisplayUnit](#customDisplayUnit--)| number | Specifies a custom value for the display unit. |
89
89
|[displayUnitLabel](#displayUnitLabel--)| DisplayUnitLabel | Readonly. Represents a unit label on an axis in the specified chart. Unit labels are useful for charting large values— for example, in the millions or billions. |
90
90
|[isDisplayUnitLabelShown](#isDisplayUnitLabelShown--)| boolean | Represents if the display unit label is shown on the specified axis. |
91
-
|[title](#title--)| Title | Readonly. Gets the axis' title. |
92
-
|[categoryType](#categoryType--)| CategoryType | Represents the category axis type. |
91
+
|[title](#title--)| Title | Readonly. Gets the title of this axis in the chart. |
92
+
|[categoryType](#categoryType--)| CategoryType | Represents the type of the category axis. |
93
93
|[baseUnitScale](#baseUnitScale--)| TimeUnit | Represents the base unit scale for the category axis. |
94
94
|[majorUnitScale](#majorUnitScale--)| TimeUnit | Represents the major unit scale for the category axis. |
95
95
|[minorUnitScale](#minorUnitScale--)| TimeUnit | Represents the major unit scale for the category axis. |
@@ -263,7 +263,7 @@ crossType : CrossType;
263
263
264
264
### logBase {#logBase--}
265
265
266
-
Represents the logarithmic base. Default value is 10.Only applies for Excel2007.
266
+
Represents the logarithmic base. Default value is 10.
267
267
268
268
```javascript
269
269
logBase : number;
@@ -400,7 +400,7 @@ The default value is True.
400
400
401
401
### title {#title--}
402
402
403
-
Readonly. Gets the axis' title.
403
+
Readonly. Gets the title of this axis in the chart.
0 commit comments