public final class DisplayUnitType
extends com.aspose.ms.System.Enum
Determines multiplicity of the displayed data.
Modifier and Type | Field and Description |
---|---|
static int |
Billions
Specifies the values on the chart shall be divided by 1,000,000,000.
|
static int |
CustomValue
Specifies the values on the chart shall be divided by a custom value.
|
static int |
HundredMillions
Specifies the values on the chart shall be divided by 100,000,000.
|
static int |
Hundreds
Specifies the values on the chart shall be divided by 100.
|
static int |
HundredThousands
Specifies the values on the chart shall be divided by 100,000.
|
static int |
Millions
Specifies the values on the chart shall be divided by 1,000,000.
|
static int |
None
Values will dislayed as is.
|
static int |
TenMillions
Specifies the values on the chart shall be divided by 10,000,000.
|
static int |
TenThousands
Specifies the values on the chart shall be divided by 10,000.
|
static int |
Thousands
Specifies the values on the chart shall be divided by 1,000.
|
static int |
Trillions
Specifies the values on the chart shall be divided by 1,000,000,000.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int None
Values will dislayed as is.
public static final int Hundreds
Specifies the values on the chart shall be divided by 100.
public static final int Thousands
Specifies the values on the chart shall be divided by 1,000.
public static final int TenThousands
Specifies the values on the chart shall be divided by 10,000.
public static final int HundredThousands
Specifies the values on the chart shall be divided by 100,000.
public static final int Millions
Specifies the values on the chart shall be divided by 1,000,000.
public static final int TenMillions
Specifies the values on the chart shall be divided by 10,000,000.
public static final int HundredMillions
Specifies the values on the chart shall be divided by 100,000,000.
public static final int Billions
Specifies the values on the chart shall be divided by 1,000,000,000.
public static final int Trillions
Specifies the values on the chart shall be divided by 1,000,000,000.
public static final int CustomValue
Specifies the values on the chart shall be divided by a custom value.