2.88.59 Chart.ZIndex

The Chart.ZIndex element specifies the drawing order of a Chart within a containing object. Items that have lower indices are drawn first and appear behind items that have higher indices. Items that have equal indices can have an unspecified rendering order.

The Chart.ZIndex element is optional. If this element is present, its value MUST be an Integer ([XMLSCHEMA2/2] section 3.3.17). If this element is not present, its value is interpreted as 0. The value of this element MUST be greater than or equal to 0 and less than or equal to 2147483647.

Following is the parent element of the Chart.ZIndex element.

Parent elements

Chart

The following is the XML Schema definition of the Chart.ZIndex element.

 <xsd:element name="ZIndex" type="xsd:unsignedInt" minOccurs="0" />