<ST_BuiltInUnit>
(Built-In Unit)
This simple type specifies the built in display units for an axis.
This simple type's contents are a restriction of the XML Schema string datatype.
The following are possible enumeration values for this type:
Enumeration Value |
Description |
---|---|
|
Specifies the values on the chart shall be divided by 1,000,000,000. |
|
Specifies the values on the chart shall be divided by 100,000,000. |
|
Specifies the values on the chart shall be divided by 100. |
|
Specifies the values on the chart shall be divided by 100,000. |
|
Specifies the values on the chart shall be divided by 1,000,000. |
|
Specifies the values on the chart shall be divided by 10,000,000. |
|
Specifies the values on the chart shall be divided by 10,000. |
|
Specifies the values on the chart shall be divided by 1,000. |
|
Specifies the values on the chart shall be divided by 1,000,000,000. |
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_BuiltInUnit">
<restriction base="xsd:string">
<enumeration value="hundreds"/>
<enumeration value="thousands"/>
<enumeration value="tenThousands"/>
<enumeration value="hundredThousands"/>
<enumeration value="millions"/>
<enumeration value="tenMillions"/>
<enumeration value="hundredMillions"/>
<enumeration value="billions"/>
<enumeration value="trillions"/>
</restriction>
</simpleType>