DisplayUnitType
Contents
[
Hide
]DisplayUnitType enumeration
Utility class containing constants. Represents the type of display unit of chart’s axis.
Values
| Name | Description |
|---|---|
| NONE | Display unit is None. |
| HUNDREDS | Specifies the values on the chart shall be divided by 100. |
| THOUSANDS | Specifies the values on the chart shall be divided by 1,000. |
| TEN_THOUSANDS | Specifies the values on the chart shall be divided by 10,000. |
| HUNDRED_THOUSANDS | Specifies the values on the chart shall be divided by 100,000. |
| MILLIONS | Specifies the values on the chart shall be divided by 1,000,000. |
| TEN_MILLIONS | Specifies the values on the chart shall be divided by 10,000,000. |
| HUNDRED_MILLIONS | Specifies the values on the chart shall be divided by 100,000,000. |
| BILLIONS | Specifies the values on the chart shall be divided by 1,000,000,000. |
| TRILLIONS | Specifies the values on the chart shall be divided by 1,000,000,000,000. |
| PERCENTAGE | The values on the chart shall be divided by 0.01. |
| CUST | specifies a custom value for the display unit. NOTE: This member is now obsolete. Instead, please use DisplayUnitType.Custom. This property will be removed 12 months later since January 2023. Aspose apologizes for any inconvenience you may have experienced. |
| CUSTOM | specifies a custom value for the display unit. |