Share via


RadarChartSeries class

Defines the RadarChartSeries 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.RadarChartSeries

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

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(PictureOptions))> _
<OfficeAvailabilityAttribute(FileFormatVersions.Office15)> _
<ChildElementInfoAttribute(GetType(Index))> _
<ChildElementInfoAttribute(GetType(Order))> _
<ChildElementInfoAttribute(GetType(SeriesText))> _
<ChildElementInfoAttribute(GetType(ChartShapeProperties))> _
<ChildElementInfoAttribute(GetType(DataLabels))> _
<ChildElementInfoAttribute(GetType(Marker))> _
<ChildElementInfoAttribute(GetType(DataPoint))> _
<ChildElementInfoAttribute(GetType(Values))> _
<ChildElementInfoAttribute(GetType(CategoryAxisData))> _
<ChildElementInfoAttribute(GetType(RadarSerExtensionList))> _
Public Class RadarChartSeries _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As RadarChartSeries
[ChildElementInfoAttribute(typeof(PictureOptions))]
[OfficeAvailabilityAttribute(FileFormatVersions.Office15)]
[ChildElementInfoAttribute(typeof(Index))]
[ChildElementInfoAttribute(typeof(Order))]
[ChildElementInfoAttribute(typeof(SeriesText))]
[ChildElementInfoAttribute(typeof(ChartShapeProperties))]
[ChildElementInfoAttribute(typeof(DataLabels))]
[ChildElementInfoAttribute(typeof(Marker))]
[ChildElementInfoAttribute(typeof(DataPoint))]
[ChildElementInfoAttribute(typeof(Values))]
[ChildElementInfoAttribute(typeof(CategoryAxisData))]
[ChildElementInfoAttribute(typeof(RadarSerExtensionList))]
public class RadarChartSeries : 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

RadarChartSeries members

DocumentFormat.OpenXml.Office15.Drawing.Chart namespace