<ST_LayoutMode>
(Layout Mode)
This simple type specifies the possible ways to store a chart element's position.
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 that the Width or Height shall be interpreted as the Right or Bottom of the chart element. |
|
Specifies that the Width or Height shall be interpreted as the Width or Height of the chart element. |
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_LayoutMode">
<restriction base="xsd:string">
<enumeration value="edge"/>
<enumeration value="factor"/>
</restriction>
</simpleType>