2.24.3.18 CT_DataLabelHidden

Target namespace: http://schemas.microsoft.com/office/drawing/2014/chartex

Referenced by: CT_DataLabels

A complex type<307> that specifies a hidden data label.

Attributes:

idx: An unsignedInt ([XMLSCHEMA2/2] section 3.3.22) attribute<308> that specifies the index of the data point this label is for.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xsd:complexType name="CT_DataLabelHidden">
   <xsd:attribute name="idx" type="xsd:unsignedInt" use="required"/>
 </xsd:complexType>

See section 5.22 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).