次の方法で共有


PlotArea Class

Plot Area.When the object is serialized out as xml, its qualified name is c:plotArea.

Inheritance Hierarchy

System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Drawing.Charts.PlotArea

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

Syntax

'宣言
<ChildElementInfoAttribute(GetType(StockChart))> _
<ChildElementInfoAttribute(GetType(CategoryAxis))> _
<ChildElementInfoAttribute(GetType(DateAxis))> _
<ChildElementInfoAttribute(GetType(SeriesAxis))> _
<ChildElementInfoAttribute(GetType(DataTable))> _
<ChildElementInfoAttribute(GetType(ShapeProperties))> _
<ChildElementInfoAttribute(GetType(ExtensionList))> _
<ChildElementInfoAttribute(GetType(RadarChart))> _
<ChildElementInfoAttribute(GetType(ScatterChart))> _
<ChildElementInfoAttribute(GetType(PieChart))> _
<ChildElementInfoAttribute(GetType(Pie3DChart))> _
<ChildElementInfoAttribute(GetType(DoughnutChart))> _
<ChildElementInfoAttribute(GetType(BarChart))> _
<ChildElementInfoAttribute(GetType(Bar3DChart))> _
<ChildElementInfoAttribute(GetType(OfPieChart))> _
<ChildElementInfoAttribute(GetType(SurfaceChart))> _
<ChildElementInfoAttribute(GetType(Surface3DChart))> _
<ChildElementInfoAttribute(GetType(BubbleChart))> _
<ChildElementInfoAttribute(GetType(ValueAxis))> _
<ChildElementInfoAttribute(GetType(Layout))> _
<ChildElementInfoAttribute(GetType(AreaChart))> _
<ChildElementInfoAttribute(GetType(Area3DChart))> _
<ChildElementInfoAttribute(GetType(LineChart))> _
<ChildElementInfoAttribute(GetType(Line3DChart))> _
Public Class PlotArea _
    Inherits OpenXmlCompositeElement
'使用
Dim instance As PlotArea
[ChildElementInfoAttribute(typeof(StockChart))]
[ChildElementInfoAttribute(typeof(CategoryAxis))]
[ChildElementInfoAttribute(typeof(DateAxis))]
[ChildElementInfoAttribute(typeof(SeriesAxis))]
[ChildElementInfoAttribute(typeof(DataTable))]
[ChildElementInfoAttribute(typeof(ShapeProperties))]
[ChildElementInfoAttribute(typeof(ExtensionList))]
[ChildElementInfoAttribute(typeof(RadarChart))]
[ChildElementInfoAttribute(typeof(ScatterChart))]
[ChildElementInfoAttribute(typeof(PieChart))]
[ChildElementInfoAttribute(typeof(Pie3DChart))]
[ChildElementInfoAttribute(typeof(DoughnutChart))]
[ChildElementInfoAttribute(typeof(BarChart))]
[ChildElementInfoAttribute(typeof(Bar3DChart))]
[ChildElementInfoAttribute(typeof(OfPieChart))]
[ChildElementInfoAttribute(typeof(SurfaceChart))]
[ChildElementInfoAttribute(typeof(Surface3DChart))]
[ChildElementInfoAttribute(typeof(BubbleChart))]
[ChildElementInfoAttribute(typeof(ValueAxis))]
[ChildElementInfoAttribute(typeof(Layout))]
[ChildElementInfoAttribute(typeof(AreaChart))]
[ChildElementInfoAttribute(typeof(Area3DChart))]
[ChildElementInfoAttribute(typeof(LineChart))]
[ChildElementInfoAttribute(typeof(Line3DChart))]
public class PlotArea : OpenXmlCompositeElement

Remarks

The following table lists the possible child types:

  • Layout <c:layout>

  • AreaChart <c:areaChart>

  • Area3DChart <c:area3DChart>

  • LineChart <c:lineChart>

  • Line3DChart <c:line3DChart>

  • StockChart <c:stockChart>

  • RadarChart <c:radarChart>

  • ScatterChart <c:scatterChart>

  • PieChart <c:pieChart>

  • Pie3DChart <c:pie3DChart>

  • DoughnutChart <c:doughnutChart>

  • BarChart <c:barChart>

  • Bar3DChart <c:bar3DChart>

  • OfPieChart <c:ofPieChart>

  • SurfaceChart <c:surfaceChart>

  • Surface3DChart <c:surface3DChart>

  • BubbleChart <c:bubbleChart>

  • ValueAxis <c:valAx>

  • CategoryAxis <c:catAx>

  • DateAxis <c:dateAx>

  • SeriesAxis <c:serAx>

  • DataTable <c:dTable>

  • ShapeProperties <c:spPr>

  • ExtensionList <c:extLst>

[ISO/IEC 29500-1 初版]

21.2.2.145 plotArea (Plot Area)

This element specifies the plot area of the chart.

Parent Elements

chart (§21.2.2.27)

Child Elements

Subclause

area3DChart (3D Area Charts)

§21.2.2.4

areaChart (Area Charts)

§21.2.2.5

bar3DChart (3D Bar Charts)

§21.2.2.15

barChart (Bar Charts)

§21.2.2.16

bubbleChart (Bubble Charts)

§21.2.2.20

catAx (Category Axis Data)

§21.2.2.25

dateAx (Date Axis)

§21.2.2.39

doughnutChart (Doughnut Charts)

§21.2.2.50

dTable (Data Table)

§21.2.2.54

extLst (Chart Extensibility)

§21.2.2.64

layout (Layout)

§21.2.2.88

line3DChart (3D Line Charts)

§21.2.2.96

lineChart (Line Charts)

§21.2.2.97

ofPieChart (Pie of Pie or Bar of Pie Charts)

§21.2.2.126

pie3DChart (3D Pie Charts)

§21.2.2.140

pieChart (Pie Charts)

§21.2.2.141

radarChart (Radar Charts)

§21.2.2.153

scatterChart (Scatter Charts)

§21.2.2.161

serAx (Series Axis)

§21.2.2.175

spPr (Shape Properties)

§21.2.2.197

stockChart (Stock Charts)

§21.2.2.198

surface3DChart (3D Surface Charts)

§21.2.2.203

surfaceChart (Surface Charts)

§21.2.2.204

valAx (Value Axis)

§21.2.2.226

[Note: The W3C XML Schema definition of this element's content model (CT_PlotArea) is located in §A.5.1. end note]

© ISO/IEC29500: 2008. 上記の引用はマイクロソフト (またはその代理) によって英語から日本語に翻訳されたものであり、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.

See Also

Reference

PlotArea Members

DocumentFormat.OpenXml.Drawing.Charts Namespace