AxisBuiltInUnit
内容
[
隐藏
]遗产: java.lang.Object
public class AxisBuiltInUnit
指定轴的显示单位。
字段
场地 | 描述 |
---|---|
BILLIONS | 指定图表上的值应除以 1,000,000,000。 |
CUSTOM | 指定图表上的值应除以用户定义的除数。 |
HUNDREDS | 指定图表上的值应除以 100。 |
HUNDRED_MILLIONS | 指定图表上的值应除以 100,000,000。 |
HUNDRED_THOUSANDS | 指定图表上的值应除以 100,000。 |
MILLIONS | 指定图表上的值应除以 1,000,000。 |
NONE | 指定图表上的值应按原样显示。 |
PERCENTAGE | 指定图表上的值应除以 0.01。 |
TEN_MILLIONS | 指定图表上的值应除以 10,000,000。 |
TEN_THOUSANDS | 指定图表上的值应除以 10,000。 |
THOUSANDS | 指定图表上的值应除以 1,000。 |
TRILLIONS | 指定图表上的值应除以 1,000,000,000,0000。 |
length |
方法
BILLIONS
public static int BILLIONS
指定图表上的值应除以 1,000,000,000。
CUSTOM
public static int CUSTOM
指定图表上的值应除以用户定义的除数。 MS Office 2016 的新图表类型不支持此值。
HUNDREDS
public static int HUNDREDS
指定图表上的值应除以 100。
HUNDRED_MILLIONS
public static int HUNDRED_MILLIONS
指定图表上的值应除以 100,000,000。
HUNDRED_THOUSANDS
public static int HUNDRED_THOUSANDS
指定图表上的值应除以 100,000。
MILLIONS
public static int MILLIONS
指定图表上的值应除以 1,000,000。
NONE
public static int NONE
指定图表上的值应按原样显示。
PERCENTAGE
public static int PERCENTAGE
指定图表上的值应除以 0.01。此值仅受 MS Office 2016 的新图表类型支持。
TEN_MILLIONS
public static int TEN_MILLIONS
指定图表上的值应除以 10,000,000。
TEN_THOUSANDS
public static int TEN_THOUSANDS
指定图表上的值应除以 10,000。
THOUSANDS
public static int THOUSANDS
指定图表上的值应除以 1,000。
TRILLIONS
public static int TRILLIONS
指定图表上的值应除以 1,000,000,000,0000。
length
public static int length
equals(Object arg0)
public boolean equals(Object arg0)
参数:
范围 | 类型 | 描述 |
---|---|---|
arg0 | java.lang.Object |
退货: 布尔值
fromName(String axisBuiltInUnitName)
public static int fromName(String axisBuiltInUnitName)
参数:
范围 | 类型 | 描述 |
---|---|---|
axisBuiltInUnitName | java.lang.String |
退货: 整数
getClass()
public final native Class<?> getClass()
退货: java.lang.Class
getName(int axisBuiltInUnit)
public static String getName(int axisBuiltInUnit)
参数:
范围 | 类型 | 描述 |
---|---|---|
axisBuiltInUnit | int |
退货: java.lang.字符串
getValues()
public static int[] getValues()
退货: 整数[]
hashCode()
public native int hashCode()
退货: 整数
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
退货: java.lang.字符串
toString(int axisBuiltInUnit)
public static String toString(int axisBuiltInUnit)
参数:
范围 | 类型 | 描述 |
---|---|---|
axisBuiltInUnit | int |
退货: java.lang.字符串
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
参数:
范围 | 类型 | 描述 |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
参数:
范围 | 类型 | 描述 |
---|---|---|
arg0 | long | |
arg1 | int |