[Table of Contents] [docx version]

Error! No text of specified style in document.

protection (Protection)

This element specifies protection for the chart. If the chart is on a protected worksheet or chart sheet, then these settings shall control how a user is able to interact with the chart.

Parent Elements

chartSpace5.7.2.29)

 

Child Elements

Subclause

chartObject (Chart Object)

§5.7.2.28

data (Data Cannot Be Changed)

§5.7.2.37

formatting (Formatting)

§5.7.2.72

selection (Selection)

§5.7.2.166

userInterface (User Interface)

§5.7.2.220

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

<complexType name="CT_Protection">

   <sequence>

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

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

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

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

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

   </sequence>

</complexType>