java.lang.Objectcom.aspose.words.AxisBuiltInUnit
public class AxisBuiltInUnit
Field Summary | ||
---|---|---|
static final int | NONE | |
Specifies the values on the chart shall displayed as is. | ||
static final int | CUSTOM | |
Specifies the values on the chart shall be divided by a user-defined divisor. This value is not supported by the new chart types of MS Office 2016. | ||
static final int | BILLIONS | |
Specifies the values on the chart shall be divided by 1,000,000,000. | ||
static final int | HUNDRED_MILLIONS | |
Specifies the values on the chart shall be divided by 100,000,000. | ||
static final int | HUNDREDS | |
Specifies the values on the chart shall be divided by 100. | ||
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 | TEN_THOUSANDS | |
Specifies the values on the chart shall be divided by 10,000. | ||
static final int | THOUSANDS | |
Specifies the values on the chart shall be divided by 1,000. | ||
static final int | TRILLIONS | |
Specifies the values on the chart shall be divided by 1,000,000,000,0000. | ||
static final int | PERCENTAGE | |
Specifies the values on the chart shall be divided by 0.01. This value is supported only by the new chart types of MS Office 2016. |
Field Detail |
---|
NONE = 0 | |
public static final int NONE |
CUSTOM = 1 | |
public static final int CUSTOM |
BILLIONS = 2 | |
public static final int BILLIONS |
HUNDRED_MILLIONS = 3 | |
public static final int HUNDRED_MILLIONS |
HUNDREDS = 4 | |
public static final int HUNDREDS |
HUNDRED_THOUSANDS = 5 | |
public static final int HUNDRED_THOUSANDS |
MILLIONS = 6 | |
public static final int MILLIONS |
TEN_MILLIONS = 7 | |
public static final int TEN_MILLIONS |
TEN_THOUSANDS = 8 | |
public static final int TEN_THOUSANDS |
THOUSANDS = 9 | |
public static final int THOUSANDS |
TRILLIONS = 10 | |
public static final int TRILLIONS |
PERCENTAGE = 11 | |
public static final int PERCENTAGE |