ChartLinesType Class

Defines the ChartLinesType class.

Inheritance Hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Drawing.Charts.ChartLinesType
        DocumentFormat.OpenXml.Drawing.Charts.DropLines
        DocumentFormat.OpenXml.Drawing.Charts.HighLowLines
        DocumentFormat.OpenXml.Drawing.Charts.LeaderLines
        DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines
        DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines
        DocumentFormat.OpenXml.Drawing.Charts.SeriesLines

Namespace:  DocumentFormat.OpenXml.Drawing.Charts
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(ChartShapeProperties))> _
Public MustInherit Class ChartLinesType _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As ChartLinesType
[ChildElementInfoAttribute(typeof(ChartShapeProperties))]
public abstract class ChartLinesType : OpenXmlCompositeElement

Remarks

The following table lists the possible child types:ShapeProperties <c:spPr>

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

ChartLinesType Members

DocumentFormat.OpenXml.Drawing.Charts Namespace