ShowLeaderLines class

Office 2013 and later

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

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

No code example is currently available or this language may not be supported.

2.3.60 showLeaderLines

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

The showLeaderLines element is a CT_Boolean (section 2.5.80) element<120> 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 (section 2.2.1.3). 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.13 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).

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