DisplayUnitType
Inheritance: java.lang.Object
public final class DisplayUnitType
Represents the type of display unit of chart’s axis.
Fields
Field | Description |
---|---|
BILLIONS | Specifies the values on the chart shall be divided by 1,000,000,000. |
CUST | specifies a custom value for the display unit. |
CUSTOM | specifies a custom value for the display unit. |
HUNDREDS | Specifies the values on the chart shall be divided by 100. |
HUNDRED_MILLIONS | Specifies the values on the chart shall be divided by 100,000,000. |
HUNDRED_THOUSANDS | Specifies the values on the chart shall be divided by 100,000. |
MILLIONS | Specifies the values on the chart shall be divided by 1,000,000. |
NONE | Display unit is None. |
PERCENTAGE | The values on the chart shall be divided by 0.01. |
TEN_MILLIONS | Specifies the values on the chart shall be divided by 10,000,000. |
TEN_THOUSANDS | Specifies the values on the chart shall be divided by 10,000. |
THOUSANDS | Specifies the values on the chart shall be divided by 1,000. |
TRILLIONS | Specifies the values on the chart shall be divided by 1,000,000,000,000. |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
arg0 | java.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:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |