Share via


PieChartSeries class

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

Inheritance hierarchy

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

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

Syntax

'Declaration
<OfficeAvailabilityAttribute(FileFormatVersions.Office15)> _
<ChildElementInfoAttribute(GetType(PictureOptions))> _
<ChildElementInfoAttribute(GetType(Index))> _
<ChildElementInfoAttribute(GetType(Order))> _
<ChildElementInfoAttribute(GetType(SeriesText))> _
<ChildElementInfoAttribute(GetType(ChartShapeProperties))> _
<ChildElementInfoAttribute(GetType(DataLabels))> _
<ChildElementInfoAttribute(GetType(PieSerExtensionList))> _
<ChildElementInfoAttribute(GetType(DataPoint))> _
<ChildElementInfoAttribute(GetType(Explosion))> _
<ChildElementInfoAttribute(GetType(CategoryAxisData))> _
<ChildElementInfoAttribute(GetType(Values))> _
Public Class PieChartSeries _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As PieChartSeries
[OfficeAvailabilityAttribute(FileFormatVersions.Office15)]
[ChildElementInfoAttribute(typeof(PictureOptions))]
[ChildElementInfoAttribute(typeof(Index))]
[ChildElementInfoAttribute(typeof(Order))]
[ChildElementInfoAttribute(typeof(SeriesText))]
[ChildElementInfoAttribute(typeof(ChartShapeProperties))]
[ChildElementInfoAttribute(typeof(DataLabels))]
[ChildElementInfoAttribute(typeof(PieSerExtensionList))]
[ChildElementInfoAttribute(typeof(DataPoint))]
[ChildElementInfoAttribute(typeof(Explosion))]
[ChildElementInfoAttribute(typeof(CategoryAxisData))]
[ChildElementInfoAttribute(typeof(Values))]
public class PieChartSeries : OpenXmlCompositeElement

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

PieChartSeries members

DocumentFormat.OpenXml.Office15.Drawing.Chart namespace