com.spire.xls
Enum ChartDisplayUnitType

java.lang.Object
  extended by java.lang.Enum<ChartDisplayUnitType>
      extended by com.spire.xls.ChartDisplayUnitType
All Implemented Interfaces:
java.lang.Comparable<ChartDisplayUnitType>

public enum ChartDisplayUnitType
extends java.lang.Enum<ChartDisplayUnitType>

Represents excel chart uint to display.


Enum Constant Summary
Custom
          Represents custom display unit
HundredMillions
          Represents hundred millions display unit
Hundreds
          Represents hundreds display unit
HundredThousands
          Represents hundred thousands display unit
MillionMillions
          Represents million millions display unit
Millions
          Represents millions display unit
None
          Represents none display unit
TenMillions
          Represents ten millions display unit
TenThousands
          Represents ten thousands display unit
ThousandMillions
          Represents thousand millions display unit
Thousands
          Represents thousands display unit
 

Enum Constant Detail

None

public static final ChartDisplayUnitType None
Represents none display unit


Hundreds

public static final ChartDisplayUnitType Hundreds
Represents hundreds display unit


Thousands

public static final ChartDisplayUnitType Thousands
Represents thousands display unit


TenThousands

public static final ChartDisplayUnitType TenThousands
Represents ten thousands display unit


HundredThousands

public static final ChartDisplayUnitType HundredThousands
Represents hundred thousands display unit


Millions

public static final ChartDisplayUnitType Millions
Represents millions display unit


TenMillions

public static final ChartDisplayUnitType TenMillions
Represents ten millions display unit


HundredMillions

public static final ChartDisplayUnitType HundredMillions
Represents hundred millions display unit


ThousandMillions

public static final ChartDisplayUnitType ThousandMillions
Represents thousand millions display unit


MillionMillions

public static final ChartDisplayUnitType MillionMillions
Represents million millions display unit


Custom

public static final ChartDisplayUnitType Custom
Represents custom display unit