public final class DisplayUnitType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
BILLIONS
Specifies the values on the chart shall be divided by 1,000,000,000.
|
static int |
CUST
Deprecated.
Use DisplayUnitType.Custom, instead.
|
static int |
CUSTOM
specifies a custom value for the display unit.
|
static int |
HUNDRED_MILLIONS
Specifies the values on the chart shall be divided by 100,000,000.
|
static int |
HUNDRED_THOUSANDS
Specifies the values on the chart shall be divided by 100,000.
|
static int |
HUNDREDS
Specifies the values on the chart shall be divided by 100.
|
static int |
MILLIONS
Specifies the values on the chart shall be divided by 1,000,000.
|
static int |
NONE
Display unit is None.
|
static int |
PERCENTAGE
The values on the chart shall be divided by 0.01.
|
static int |
TEN_MILLIONS
Specifies the values on the chart shall be divided by 10,000,000.
|
static int |
TEN_THOUSANDS
Specifies the values on the chart shall be divided by 10,000.
|
static int |
THOUSANDS
Specifies the values on the chart shall be divided by 1,000.
|
static int |
TRILLIONS
Specifies the values on the chart shall be divided by 1,000,000,000,000.
|
public static final int NONE
public static final int HUNDREDS
public static final int THOUSANDS
public static final int TEN_THOUSANDS
public static final int HUNDRED_THOUSANDS
public static final int MILLIONS
public static final int TEN_MILLIONS
public static final int HUNDRED_MILLIONS
public static final int BILLIONS
public static final int TRILLIONS
public static final int PERCENTAGE
public static final int CUST
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.public static final int CUSTOM
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.