Freigeben über


ChartLinesType-Klasse

Defines the ChartLinesType class.

Vererbungshierarchie

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

Hinweise

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

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Referenz

ChartLinesType-Member

DocumentFormat.OpenXml.Drawing.Charts-Namespace