<pictureOptions>
(Picture Options)
This element specifies the picture to be used on the data point, series, wall, or floor.
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
|
|
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>