[Table of Contents] [docx version]

Error! No text of specified style in document.

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

edge (Edge)

Specifies that the Width or Height shall be interpreted as the Right or Bottom of the chart element.

factor (Factor)

Specifies that the Width or Height shall be interpreted as the Width or Height of the chart element.

 

Referenced By

hMode@val5.7.2.81); wMode@val5.7.2.232); xMode@val5.7.2.234); yMode@val5.7.2.237)

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>