2.24.3.20 CT_DataLabelVisibilities
Target namespace: http://schemas.microsoft.com/office/drawing/2014/chartex
Referenced by: CT_DataLabel, CT_DataLabels
A complex type<319> that specifies the visibilities of the parts of a data label.
Attributes:
seriesName: A Boolean ([XMLSCHEMA2/2] section 3.2.2) attribute<320> that specifies whether the series name in the data label is visible.
categoryName: A Boolean ([XMLSCHEMA2/2] section 3.2.2) attribute<321> that specifies whether the category name in the data label is visible.
value: A Boolean ([XMLSCHEMA2/2] section 3.2.2) attribute<322> that specifies whether the data point value in the data label is visible.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="CT_DataLabelVisibilities"> <xsd:attribute name="seriesName" type="xsd:boolean" use="optional"/> <xsd:attribute name="categoryName" type="xsd:boolean" use="optional"/> <xsd:attribute name="value" type="xsd:boolean" use="optional"/> </xsd:complexType>
See section 5.22 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).