DisplayUnitType

DisplayUnitType enumeration

Utility class containing constants. Represents the type of display unit of chart’s axis.

Values

NameDescription
NONEDisplay unit is None.
HUNDREDSSpecifies the values on the chart shall be divided by 100.
THOUSANDSSpecifies the values on the chart shall be divided by 1,000.
TEN_THOUSANDSSpecifies the values on the chart shall be divided by 10,000.
HUNDRED_THOUSANDSSpecifies the values on the chart shall be divided by 100,000.
MILLIONSSpecifies the values on the chart shall be divided by 1,000,000.
TEN_MILLIONSSpecifies the values on the chart shall be divided by 10,000,000.
HUNDRED_MILLIONSSpecifies the values on the chart shall be divided by 100,000,000.
BILLIONSSpecifies the values on the chart shall be divided by 1,000,000,000.
TRILLIONSSpecifies the values on the chart shall be divided by 1,000,000,000,000.
PERCENTAGEThe values on the chart shall be divided by 0.01.
CUSTspecifies 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.
CUSTOMspecifies a custom value for the display unit.