DisplayUnitType
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class DisplayUnitType extends System.Enum
Determines multiplicity of the displayed data.
Fields
Field | Description |
---|---|
None | Values will dislayed as is. |
Hundreds | Specifies the values on the chart shall be divided by 100. |
Thousands | Specifies the values on the chart shall be divided by 1,000. |
TenThousands | Specifies the values on the chart shall be divided by 10,000. |
HundredThousands | 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. |
TenMillions | Specifies the values on the chart shall be divided by 10,000,000. |
HundredMillions | Specifies the values on the chart shall be divided by 100,000,000. |
Billions | Specifies the values on the chart shall be divided by 1,000,000,000. |
Trillions | Specifies the values on the chart shall be divided by 1,000,000,000. |
CustomValue | Specifies the values on the chart shall be divided by a custom value. |
None
public static final int None
Values will dislayed as is.
Hundreds
public static final int Hundreds
Specifies the values on the chart shall be divided by 100.
Thousands
public static final int Thousands
Specifies the values on the chart shall be divided by 1,000.
TenThousands
public static final int TenThousands
Specifies the values on the chart shall be divided by 10,000.
HundredThousands
public static final int HundredThousands
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.
TenMillions
public static final int TenMillions
Specifies the values on the chart shall be divided by 10,000,000.
HundredMillions
public static final int HundredMillions
Specifies the values on the chart shall be divided by 100,000,000.
Billions
public static final int Billions
Specifies the values on the chart shall be divided by 1,000,000,000.
Trillions
public static final int Trillions
Specifies the values on the chart shall be divided by 1,000,000,000.
CustomValue
public static final int CustomValue
Specifies the values on the chart shall be divided by a custom value.