<delete>
(Delete)
This element specifies that the chart element specified by its containing element shall be deleted from the chart.
This should be set to true if the application adds these elements by default even after the user has specified that they should be removed from the chart.
Parent Elements |
---|
|
Attributes |
Description |
---|---|
|
Specifies a boolean value for the property defined by the parent XML element. A value of A value of The possible values for this attribute are defined by the XML Schema boolean datatype. |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_Boolean">
<attribute name="val" type="xsd:boolean" use="optional" default="true"/>
</complexType>