ShowDataLabelsRange class
Defines the ShowDataLabelsRange Class.This class is only available in Office2013. When the object is serialized out as xml, its qualified name is c15:showDataLabelsRange.
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlLeafElement
DocumentFormat.OpenXml.Office2013.Drawing.Chart.BooleanType
DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShowDataLabelsRange
Namespace: DocumentFormat.OpenXml.Office2013.Drawing.Chart
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
2.3.58 showDataLabelsRange
Target namespace: http://schemas.microsoft.com/office/drawing/2012/chart
The showDataLabelsRange element is a CT_Boolean element<118> (section 2.5.80) that specifies whether the value from the datalabelsrange (section 2.3.55) is shown in this Datalabel (section 2.2.1.3). If set to true, the value from the datalabelsrange corresponding to the index of this Datalabel in the chart series ([ISO/IEC-29500-1] section 21.2) is shown in this Datalabel. The value will be shown as the first field in the Datalabel’s text.
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.
<xsd:element name="showDataLabelsRange" type="c:CT_Boolean"/>
See section 5.13 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).