Share via


ShowLeaderLines class

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

Inheritance hierarchy

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

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

Syntax

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

Remarks

2.3.60 showLeaderLines

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

showLeaderLines is a CT_Boolean (section 2.5.83) element that specifies whether leader lines, which are chart lines that connect data labels to their corresponding chart series points, are allowed to be displayed for this set of datalabels. If leader lines are displayed, the formatting from the leaderLines (section 2.3.61) is used for the leader lines of these datalabels.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.

<xsd:element name="showLeaderLines" 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

ShowLeaderLines members

DocumentFormat.OpenXml.Office15.Drawing.Chart namespace