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

FieldDescription
NoneValues will dislayed as is.
HundredsSpecifies the values on the chart shall be divided by 100.
ThousandsSpecifies the values on the chart shall be divided by 1,000.
TenThousandsSpecifies the values on the chart shall be divided by 10,000.
HundredThousandsSpecifies the values on the chart shall be divided by 100,000.
MillionsSpecifies the values on the chart shall be divided by 1,000,000.
TenMillionsSpecifies the values on the chart shall be divided by 10,000,000.
HundredMillionsSpecifies the values on the chart shall be divided by 100,000,000.
BillionsSpecifies the values on the chart shall be divided by 1,000,000,000.
TrillionsSpecifies the values on the chart shall be divided by 1,000,000,000.
CustomValueSpecifies 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.