DisplayUnitType
Overview
DisplayUnitType is a enum in Aspose.Slides FOSS for Python.
Determines multiplicity of the displayed data.
This enumeration defines 11 values: NONE, HUNDREDS, THOUSANDS, TEN_THOUSANDS, HUNDRED_THOUSANDS, MILLIONS, TEN_MILLIONS, HUNDRED_MILLIONS, BILLIONS, TRILLIONS, CUSTOM_VALUE.
Values
| Value | Description |
|---|---|
NONE | Represents no display unit scaling |
HUNDREDS | Represents values displayed in hundreds |
THOUSANDS | |
TEN_THOUSANDS | Represents values displayed in ten‑thousands |
HUNDRED_THOUSANDS | Represents values displayed in hundred‑thousands |
MILLIONS | |
TEN_MILLIONS | Represents values displayed in ten‑millions |
HUNDRED_MILLIONS | Represents values displayed in hundred‑millions |
BILLIONS | |
TRILLIONS | |
CUSTOM_VALUE | Represents values displayed using a custom unit |