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

ValueDescription
NONERepresents no display unit scaling
HUNDREDSRepresents values displayed in hundreds
THOUSANDS
TEN_THOUSANDSRepresents values displayed in ten‑thousands
HUNDRED_THOUSANDSRepresents values displayed in hundred‑thousands
MILLIONS
TEN_MILLIONSRepresents values displayed in ten‑millions
HUNDRED_MILLIONSRepresents values displayed in hundred‑millions
BILLIONS
TRILLIONS
CUSTOM_VALUERepresents values displayed using a custom unit

See Also