Skip to content

Commit

Permalink
Update file(s) "/." from "aspose-cells/Aspose.Cells-API-References"
Browse files Browse the repository at this point in the history
  • Loading branch information
nickliuaspose committed Feb 14, 2025
1 parent afd5871 commit bf6c046
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions content/sites/aspose/cells/english/nodejs-cpp/axis/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ workbook.save("output/ChartsAxis.xlsx");
| [setDisplayUnit(DisplayUnitType)](#setDisplayUnit-displayunittype-)| Represents the unit label for the specified axis. |
| [getCustomUnit()](#getCustomUnit--)| Specifies a custom value for the display unit. |
| [setCustomUnit(number)](#setCustomUnit-number-)| Specifies a custom value for the display unit. |
| [getCoustomDisplayUnit()](#getCoustomDisplayUnit--)| Specifies a custom value for the display unit. |
| [setCoustomDisplayUnit(number)](#setCoustomDisplayUnit-number-)| Specifies a custom value for the display unit. |
| [getCustomDisplayUnit()](#getCustomDisplayUnit--)| Specifies a custom value for the display unit. |
| [setCustomDisplayUnit(number)](#setCustomDisplayUnit-number-)| Specifies a custom value for the display unit. |
| [getDisplayUnitLabel()](#getDisplayUnitLabel--)| 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. |
| [isDisplayUnitLabelShown()](#isDisplayUnitLabelShown--)| Represents if the display unit label is shown on the specified axis. |
| [setIsDisplayUnitLabelShown(boolean)](#setIsDisplayUnitLabelShown-boolean-)| Represents if the display unit label is shown on the specified axis. |
Expand Down Expand Up @@ -747,21 +747,21 @@ setCustomUnit(value: number) : void;

NOTE: This property is now obsolete. Instead, please use Axis.CoustomDisplayUnit property. This property will be removed 12 months later since February 2025. Aspose apologizes for any inconvenience you may have experienced.

### getCoustomDisplayUnit() {#getCoustomDisplayUnit--}
### getCustomDisplayUnit() {#getCustomDisplayUnit--}

Specifies a custom value for the display unit.

```javascript
getCoustomDisplayUnit() : number;
getCustomDisplayUnit() : number;
```


### setCoustomDisplayUnit(number) {#setCoustomDisplayUnit-number-}
### setCustomDisplayUnit(number) {#setCustomDisplayUnit-number-}

Specifies a custom value for the display unit.

```javascript
setCoustomDisplayUnit(value: number) : void;
setCustomDisplayUnit(value: number) : void;
```

**Parameters:**
Expand Down

0 comments on commit bf6c046

Please sign in to comment.