DisplayUnitType

Inheritance: java.lang.Object

public final class DisplayUnitType

Represents the type of display unit of chart’s axis.

Fields

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

Methods

MethodDescription
equals(Object arg0)
getClass()
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

BILLIONS

public static final int BILLIONS

Specifies the values on the chart shall be divided by 1,000,000,000.

CUST

public static final int CUST

specifies a custom value for the display unit.

Remarks

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

public static final int CUSTOM

specifies a custom value for the display unit.

HUNDREDS

public static final int HUNDREDS

Specifies the values on the chart shall be divided by 100.

HUNDRED_MILLIONS

public static final int HUNDRED_MILLIONS

Specifies the values on the chart shall be divided by 100,000,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.

NONE

public static final int NONE

Display unit is None.

PERCENTAGE

public static final int PERCENTAGE

The values on the chart shall be divided by 0.01.

TEN_MILLIONS

public static final int TEN_MILLIONS

Specifies the values on the chart shall be divided by 10,000,000.

TEN_THOUSANDS

public static final int TEN_THOUSANDS

Specifies the values on the chart shall be divided by 10,000.

THOUSANDS

public static final int THOUSANDS

Specifies the values on the chart shall be divided by 1,000.

TRILLIONS

public static final int TRILLIONS

Specifies the values on the chart shall be divided by 1,000,000,000,000.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int