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
|[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. |
|[setCrossAt(number)](#setCrossAt-number-)| <b>@deprecated.</b> Please use the 'crossAt' property instead. Represents the point on the value axis where the category axis crosses it. |
132
132
|[getCrossType()](#getCrossType--)| <b>@deprecated.</b> Please use the 'crossType' property instead. Represents the [CrossType](../crosstype/) on the specified axis where the other axis crosses. |
133
133
|[setCrossType(CrossType)](#setCrossType-crosstype-)| <b>@deprecated.</b> Please use the 'crossType' property instead. Represents the [CrossType](../crosstype/) on the specified axis where the other axis crosses. |
134
-
|[getLogBase()](#getLogBase--)| <b>@deprecated.</b> Please use the 'logBase' property instead. Represents the logarithmic base. Default value is 10.Only applies for Excel2007.|
135
-
|[setLogBase(number)](#setLogBase-number-)| <b>@deprecated.</b> Please use the 'logBase' property instead. Represents the logarithmic base. Default value is 10.Only applies for Excel2007.|
134
+
|[getLogBase()](#getLogBase--)| <b>@deprecated.</b> Please use the 'logBase' property instead. Represents the logarithmic base. Default value is 10. |
135
+
|[setLogBase(number)](#setLogBase-number-)| <b>@deprecated.</b> Please use the 'logBase' property instead. Represents the logarithmic base. Default value is 10. |
136
136
|[isLogarithmic()](#isLogarithmic--)| <b>@deprecated.</b> Please use the 'isLogarithmic' property instead. Represents if the value axis scale type is logarithmic or not. |
137
137
|[setIsLogarithmic(boolean)](#setIsLogarithmic-boolean-)| <b>@deprecated.</b> Please use the 'isLogarithmic' property instead. Represents if the value axis scale type is logarithmic or not. |
138
138
|[isPlotOrderReversed()](#isPlotOrderReversed--)| <b>@deprecated.</b> Please use the 'isPlotOrderReversed' property instead. Represents if Microsoft Excel plots data points from last to first. |
|[getDisplayUnitLabel()](#getDisplayUnitLabel--)| <b>@deprecated.</b> Please use the 'displayUnitLabel' property instead. 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. |
156
156
|[isDisplayUnitLabelShown()](#isDisplayUnitLabelShown--)| <b>@deprecated.</b> Please use the 'isDisplayUnitLabelShown' property instead. Represents if the display unit label is shown on the specified axis. |
157
157
|[setIsDisplayUnitLabelShown(boolean)](#setIsDisplayUnitLabelShown-boolean-)| <b>@deprecated.</b> Please use the 'isDisplayUnitLabelShown' property instead. Represents if the display unit label is shown on the specified axis. |
158
-
|[getTitle()](#getTitle--)| <b>@deprecated.</b> Please use the 'title' property instead. Gets the axis' title. |
159
-
|[getCategoryType()](#getCategoryType--)| <b>@deprecated.</b> Please use the 'categoryType' property instead. Represents the category axis type. |
160
-
|[setCategoryType(CategoryType)](#setCategoryType-categorytype-)| <b>@deprecated.</b> Please use the 'categoryType' property instead. Represents the category axis type. |
158
+
|[getTitle()](#getTitle--)| <b>@deprecated.</b> Please use the 'title' property instead. Gets the title of this axis in the chart. |
159
+
|[getCategoryType()](#getCategoryType--)| <b>@deprecated.</b> Please use the 'categoryType' property instead. Represents the type of the category axis. |
160
+
|[setCategoryType(CategoryType)](#setCategoryType-categorytype-)| <b>@deprecated.</b> Please use the 'categoryType' property instead. Represents the type of the category axis. |
161
161
|[getBaseUnitScale()](#getBaseUnitScale--)| <b>@deprecated.</b> Please use the 'baseUnitScale' property instead. Represents the base unit scale for the category axis. |
162
162
|[setBaseUnitScale(TimeUnit)](#setBaseUnitScale-timeunit-)| <b>@deprecated.</b> Please use the 'baseUnitScale' property instead. Represents the base unit scale for the category axis. |
163
163
|[getMajorUnitScale()](#getMajorUnitScale--)| <b>@deprecated.</b> Please use the 'majorUnitScale' property instead. Represents the major unit scale for the category axis. |
@@ -332,7 +332,7 @@ crossType : CrossType;
332
332
333
333
### logBase {#logBase--}
334
334
335
-
Represents the logarithmic base. Default value is 10.Only applies for Excel2007.
335
+
Represents the logarithmic base. Default value is 10.
336
336
337
337
```javascript
338
338
logBase : number;
@@ -469,7 +469,7 @@ The default value is True.
469
469
470
470
### title {#title--}
471
471
472
-
Readonly. Gets the axis' title.
472
+
Readonly. Gets the title of this axis in the chart.
0 commit comments