Share via


ShowDataLabelsRange class

Defines the ShowDataLabelsRange Class.This class is only available in O15. When the object is serialized out as xml, its qualified name is c15:showDataLabelsRange.

Inheritance hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlLeafElement
      DocumentFormat.OpenXml.Office15.Drawing.Chart.BooleanType
        DocumentFormat.OpenXml.Office15.Drawing.Chart.ShowDataLabelsRange

Namespace:  DocumentFormat.OpenXml.Office15.Drawing.Chart
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<OfficeAvailabilityAttribute(FileFormatVersions.Office15)> _
Public Class ShowDataLabelsRange _
    Inherits BooleanType
'Usage
Dim instance As ShowDataLabelsRange
[OfficeAvailabilityAttribute(FileFormatVersions.Office15)]
public class ShowDataLabelsRange : BooleanType

Remarks

2.3.58 showDataLabelsRange

Target namespace: https://schemas.microsoft.com/office/drawing/2012/chart

showDataLabelsRange is a CT_Boolean (section 2.5.83) element that specifies whether the value from the datalabelsrange (section 2.3.55) is shown in this datalabel. If set to true, the value from the datalabelsrange (section 2.3.55) corresponding to the index of this datalabel (section 2.2.1.3) 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.14 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

ShowDataLabelsRange members

DocumentFormat.OpenXml.Office15.Drawing.Chart namespace