Share via


LeaderLines class

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

Inheritance hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Office15.Drawing.Chart.LeaderLines

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

Syntax

'Declaration
<OfficeAvailabilityAttribute(FileFormatVersions.Office15)> _
<ChildElementInfoAttribute(GetType(ChartShapeProperties))> _
Public Class LeaderLines _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As LeaderLines
[OfficeAvailabilityAttribute(FileFormatVersions.Office15)]
[ChildElementInfoAttribute(typeof(ChartShapeProperties))]
public class LeaderLines : OpenXmlCompositeElement

Remarks

2.3.61 leaderLines

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

leaderLines is a CT_ChartLines ([ISO/IEC-29500-1] section A.5.1) element that specifies the formatting of leader lines, which are chart lines that connect data labels to their corresponding chart series points.

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

<xsd:element name="leaderLines" type="c:CT_ChartLines"/>

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

LeaderLines members

DocumentFormat.OpenXml.Office15.Drawing.Chart namespace