java.lang.Objectcom.aspose.cells.DisplayUnitType
public class DisplayUnitType
Field Summary | ||
---|---|---|
static final int | NONE | |
Display unit is None. | ||
static final int | HUNDREDS | |
Specifies the values on the chart shall be divided by 100. | ||
static final int | THOUSANDS | |
Specifies the values on the chart shall be divided by 1,000. | ||
static final int | TEN_THOUSANDS | |
Specifies the values on the chart shall be divided by 10,000. | ||
static final int | HUNDRED_THOUSANDS | |
Specifies the values on the chart shall be divided by 100,000. | ||
static final int | MILLIONS | |
Specifies the values on the chart shall be divided by 1,000,000. | ||
static final int | TEN_MILLIONS | |
Specifies the values on the chart shall be divided by 10,000,000. | ||
static final int | HUNDRED_MILLIONS | |
Specifies the values on the chart shall be divided by 100,000,000. | ||
static final int | BILLIONS | |
Specifies the values on the chart shall be divided by 1,000,000,000. | ||
static final int | TRILLIONS | |
Specifies the values on the chart shall be divided by 1,000,000,000,000. |
Field Detail |
---|
NONE | |
public static final int NONE |
HUNDREDS | |
public static final int HUNDREDS |
THOUSANDS | |
public static final int THOUSANDS |
TEN_THOUSANDS | |
public static final int TEN_THOUSANDS |
HUNDRED_THOUSANDS | |
public static final int HUNDRED_THOUSANDS |
MILLIONS | |
public static final int MILLIONS |
TEN_MILLIONS | |
public static final int TEN_MILLIONS |
HUNDRED_MILLIONS | |
public static final int HUNDRED_MILLIONS |
BILLIONS | |
public static final int BILLIONS |
TRILLIONS | |
public static final int TRILLIONS |