2.24.3.76 CT_SeriesElementVisibilities
Target namespace: http://schemas.microsoft.com/office/drawing/2014/chartex
Referenced by: CT_SeriesLayoutProperties
A complex type<518> that specifies the visibilities of series sub-elements.
Attributes:
connectorLines: A boolean ([XMLSCHEMA2/2] section 3.2.2) attribute<519> that specifies the visibility of connector lines between data points.
meanLine: A boolean ([XMLSCHEMA2/2] section 3.2.2) attribute<520> that specifies the visibility of the line connecting all mean points.
meanMarker: A boolean ([XMLSCHEMA2/2] section 3.2.2) attribute<521> that specifies the visibility of markers denoting the mean.
nonoutliers: A boolean ([XMLSCHEMA2/2] section 3.2.2) attribute<522> that specifies the visibility of non-outlier data points.
outliers: A boolean ([XMLSCHEMA2/2] section 3.2.2) attribute<523> that specifies the visibility of outlier data points.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="CT_SeriesElementVisibilities"> <xsd:attribute name="connectorLines" type="xsd:boolean" use="optional"/> <xsd:attribute name="meanLine" type="xsd:boolean" use="optional"/> <xsd:attribute name="meanMarker" type="xsd:boolean" use="optional"/> <xsd:attribute name="nonoutliers" type="xsd:boolean" use="optional"/> <xsd:attribute name="outliers" type="xsd:boolean" use="optional"/> </xsd:complexType>
See section 5.22 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).