[Table of Contents] [docx version]

Error! No text of specified style in document.

pictureOptions (Picture Options)

This element specifies the picture to be used on the data point, series, wall, or floor.

Parent Elements

backWall5.7.2.11); dPt5.7.2.52); floor5.7.2.69); ser5.7.2.175); ser5.7.2.174); sideWall5.7.2.192)

 

Child Elements

Subclause

applyToEnd (Apply to End)

§5.7.2.1

applyToFront (Apply To Front)

§5.7.2.2

applyToSides (Apply To Sides)

§5.7.2.3

pictureFormat (Picture Format)

§5.7.2.138

pictureStackUnit (Picture Stack Unit)

§5.7.2.140

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_PictureOptions">

   <sequence>

   <element name="applyToFront" type="CT_Boolean" minOccurs="0" maxOccurs="1"/>

   <element name="applyToSides" type="CT_Boolean" minOccurs="0" maxOccurs="1"/>

   <element name="applyToEnd" type="CT_Boolean" minOccurs="0" maxOccurs="1"/>

   <element name="pictureFormat" type="CT_PictureFormat" minOccurs="0" maxOccurs="1"/>

   <element name="pictureStackUnit" type="CT_PictureStackUnit" minOccurs="0" maxOccurs="1"/>

   </sequence>

</complexType>