BubbleChartSeries Class
Bubble Chart Series.When the object is serialized out as xml, its qualified name is c:ser.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries
Namespace: DocumentFormat.OpenXml.Drawing.Charts
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
<ChildElementInfoAttribute(GetType(XValues))> _
<ChildElementInfoAttribute(GetType(DataLabels))> _
<ChildElementInfoAttribute(GetType(Trendline))> _
<ChildElementInfoAttribute(GetType(Smooth))> _
<ChildElementInfoAttribute(GetType(Order))> _
<ChildElementInfoAttribute(GetType(SeriesText))> _
<ChildElementInfoAttribute(GetType(ChartShapeProperties))> _
<ChildElementInfoAttribute(GetType(PictureOptions))> _
<ChildElementInfoAttribute(GetType(InvertIfNegative))> _
<ChildElementInfoAttribute(GetType(DataPoint))> _
<ChildElementInfoAttribute(GetType(ErrorBars))> _
<ChildElementInfoAttribute(GetType(Index))> _
<ChildElementInfoAttribute(GetType(YValues))> _
<ChildElementInfoAttribute(GetType(BubbleSize))> _
<ChildElementInfoAttribute(GetType(Bubble3D))> _
<ChildElementInfoAttribute(GetType(BubbleSerExtensionList))> _
Public Class BubbleChartSeries _
Inherits OpenXmlCompositeElement
用法
Dim instance As BubbleChartSeries
[ChildElementInfoAttribute(typeof(XValues))]
[ChildElementInfoAttribute(typeof(DataLabels))]
[ChildElementInfoAttribute(typeof(Trendline))]
[ChildElementInfoAttribute(typeof(Smooth))]
[ChildElementInfoAttribute(typeof(Order))]
[ChildElementInfoAttribute(typeof(SeriesText))]
[ChildElementInfoAttribute(typeof(ChartShapeProperties))]
[ChildElementInfoAttribute(typeof(PictureOptions))]
[ChildElementInfoAttribute(typeof(InvertIfNegative))]
[ChildElementInfoAttribute(typeof(DataPoint))]
[ChildElementInfoAttribute(typeof(ErrorBars))]
[ChildElementInfoAttribute(typeof(Index))]
[ChildElementInfoAttribute(typeof(YValues))]
[ChildElementInfoAttribute(typeof(BubbleSize))]
[ChildElementInfoAttribute(typeof(Bubble3D))]
[ChildElementInfoAttribute(typeof(BubbleSerExtensionList))]
public class BubbleChartSeries : OpenXmlCompositeElement
Remarks
The following table lists the possible child types:
Index <c:idx>
Order <c:order>
SeriesText <c:tx>
ChartShapeProperties <c:spPr>
PictureOptions <c:pictureOptions>
InvertIfNegative <c:invertIfNegative>
DataPoint <c:dPt>
DataLabels <c:dLbls>
Trendline <c:trendline>
ErrorBars <c:errBars>
XValues <c:xVal>
YValues <c:yVal>
BubbleSize <c:bubbleSize>
Bubble3D <c:bubble3D>
BubbleSerExtensionList <c:extLst>
Smooth <c:smooth>
[ISO/IEC 29500-1 第 1 个版本]
21.2.2.174 ser (Bubble Chart Series)
This element specifies a series on a bubble chart.
Parent Elements |
---|
bubbleChart (§21.2.2.20) |
Child Elements |
Subclause |
---|---|
bubble3D (3D Bubble) |
§21.2.2.19 |
bubbleSize (Bubble Size) |
§21.2.2.22 |
dLbls (Data Labels) |
§21.2.2.49 |
dPt (Data Point) |
§21.2.2.52 |
errBars (Error Bars) |
§21.2.2.55 |
extLst (Chart Extensibility) |
§21.2.2.64 |
idx (Index) |
§21.2.2.84 |
invertIfNegative (Invert if Negative) |
§21.2.2.86 |
order (Order) |
§21.2.2.128 |
spPr (Shape Properties) |
§21.2.2.197 |
trendline (Trendlines) |
§21.2.2.211 |
tx (Series Text) |
§21.2.2.215 |
xVal (X Values) |
§21.2.2.234 |
yVal (Y Values) |
§21.2.2.237 |
[Note: The W3C XML Schema definition of this element's content model (CT_BubbleSer) is located in §A.5.1. end note]
© ISO/IEC29500: 2008. 以上摘要已经由 Microsoft(和/或其代理公司)从英语翻译为简体中文,ISO 对此翻译不承担任何责任。
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.