[Table of Contents] [docx version]
Error! No text of specified style in document.
ST_PictureFormat (Picture Format)
This simple type specifies the possible ways to place a picture on a data point, series, wall, or floor.
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 |
stack (Stack) |
Specifies that the picture shall be stacked. |
stackScale (Stack and Scale) |
Specifies that the picture shall be stacked after being scaled so that it's height is one Picture Stack Unit. Does not apply to walls or floor. |
stretch (Stretch) |
Specifies that the picture shall be anisotropic stretched to fill the data point, series, wall or floor.
|
Referenced By |
pictureFormat@val (§5.7.2.138) |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_PictureFormat">
<restriction base="xsd:string">
<enumeration value="stretch"/>
<enumeration value="stack"/>
<enumeration value="stackScale"/>
</restriction>
</simpleType>