com.aspose.cells

Class DisplayUnitType

  • java.lang.Object
    • com.aspose.cells.DisplayUnitType
public class DisplayUnitType 
extends java.lang.Object

Utility class containing constants. Represents the type of display unit.

Field Summary
static final intNONE
Display unit is None.
static final intHUNDREDS
Specifies the values on the chart shall be divided by 100.
static final intTHOUSANDS
Specifies the values on the chart shall be divided by 1,000.
static final intTEN_THOUSANDS
Specifies the values on the chart shall be divided by 10,000.
static final intHUNDRED_THOUSANDS
Specifies the values on the chart shall be divided by 100,000.
static final intMILLIONS
Specifies the values on the chart shall be divided by 1,000,000.
static final intTEN_MILLIONS
Specifies the values on the chart shall be divided by 10,000,000.
static final intHUNDRED_MILLIONS
Specifies the values on the chart shall be divided by 100,000,000.
static final intBILLIONS
Specifies the values on the chart shall be divided by 1,000,000,000.
static final intTRILLIONS
Specifies the values on the chart shall be divided by 1,000,000,000,000.
static final intPERCENTAGE
The values on the chart shall be divided by 0.01.
static final intCUST
specifies a custom value for the display unit.
 

    • Field Detail

      • NONE

        public static final int NONE
        Display unit is None.
      • HUNDREDS

        public static final int HUNDREDS
        Specifies the values on the chart shall be divided by 100.
      • THOUSANDS

        public static final int THOUSANDS
        Specifies the values on the chart shall be divided by 1,000.
      • TEN_THOUSANDS

        public static final int TEN_THOUSANDS
        Specifies the values on the chart shall be divided by 10,000.
      • HUNDRED_THOUSANDS

        public static final int HUNDRED_THOUSANDS
        Specifies the values on the chart shall be divided by 100,000.
      • MILLIONS

        public static final int MILLIONS
        Specifies the values on the chart shall be divided by 1,000,000.
      • TEN_MILLIONS

        public static final int TEN_MILLIONS
        Specifies the values on the chart shall be divided by 10,000,000.
      • HUNDRED_MILLIONS

        public static final int HUNDRED_MILLIONS
        Specifies the values on the chart shall be divided by 100,000,000.
      • BILLIONS

        public static final int BILLIONS
        Specifies the values on the chart shall be divided by 1,000,000,000.
      • TRILLIONS

        public static final int TRILLIONS
        Specifies the values on the chart shall be divided by 1,000,000,000,000.
      • PERCENTAGE

        public static final int PERCENTAGE
        The values on the chart shall be divided by 0.01.
      • CUST

        public static final int CUST
        specifies a custom value for the display unit.