<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 |
---|---|
|
Specifies that the picture shall be stacked. |
|
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. |
|
Specifies that the picture shall be anisotropic stretched to fill the data point, series, wall or floor. |
Referenced By |
---|
|
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>