aspose.cells

Class DisplayUnitType

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

Field Summary
const  NumberNONE
Display unit is None.
const  NumberHUNDREDS
Specifies the values on the chart shall be divided by 100.
const  NumberTHOUSANDS
Specifies the values on the chart shall be divided by 1,000.
const  NumberTEN_THOUSANDS
Specifies the values on the chart shall be divided by 10,000.
const  NumberHUNDRED_THOUSANDS
Specifies the values on the chart shall be divided by 100,000.
const  NumberMILLIONS
Specifies the values on the chart shall be divided by 1,000,000.
const  NumberTEN_MILLIONS
Specifies the values on the chart shall be divided by 10,000,000.
const  NumberHUNDRED_MILLIONS
Specifies the values on the chart shall be divided by 100,000,000.
const  NumberBILLIONS
Specifies the values on the chart shall be divided by 1,000,000,000.
const  NumberTRILLIONS
Specifies the values on the chart shall be divided by 1,000,000,000,000.
const  NumberPERCENTAGE
The values on the chart shall be divided by 0.01.
const  NumberCUST
specifies a custom value for the display unit.
const  NumberCUSTOM
specifies a custom value for the display unit.
 

    • Field Detail

      • NONE

        const Number NONE
        Display unit is None.
      • HUNDREDS

        const Number HUNDREDS
        Specifies the values on the chart shall be divided by 100.
      • THOUSANDS

        const Number THOUSANDS
        Specifies the values on the chart shall be divided by 1,000.
      • TEN_THOUSANDS

        const Number TEN_THOUSANDS
        Specifies the values on the chart shall be divided by 10,000.
      • HUNDRED_THOUSANDS

        const Number HUNDRED_THOUSANDS
        Specifies the values on the chart shall be divided by 100,000.
      • MILLIONS

        const Number MILLIONS
        Specifies the values on the chart shall be divided by 1,000,000.
      • TEN_MILLIONS

        const Number TEN_MILLIONS
        Specifies the values on the chart shall be divided by 10,000,000.
      • HUNDRED_MILLIONS

        const Number HUNDRED_MILLIONS
        Specifies the values on the chart shall be divided by 100,000,000.
      • BILLIONS

        const Number BILLIONS
        Specifies the values on the chart shall be divided by 1,000,000,000.
      • TRILLIONS

        const Number TRILLIONS
        Specifies the values on the chart shall be divided by 1,000,000,000,000.
      • PERCENTAGE

        const Number PERCENTAGE
        The values on the chart shall be divided by 0.01.
      • CUST

        const Number 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

        const Number CUSTOM
        specifies a custom value for the display unit.