View3D Class

View In 3D.When the object is serialized out as xml, its qualified name is c:view3D.

Inheritance Hierarchy

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

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

Syntax

声明
<ChildElementInfoAttribute(GetType(RotateX))> _
<ChildElementInfoAttribute(GetType(RightAngleAxes))> _
<ChildElementInfoAttribute(GetType(Perspective))> _
<ChildElementInfoAttribute(GetType(ExtensionList))> _
<ChildElementInfoAttribute(GetType(HeightPercent))> _
<ChildElementInfoAttribute(GetType(RotateY))> _
<ChildElementInfoAttribute(GetType(DepthPercent))> _
Public Class View3D _
    Inherits OpenXmlCompositeElement
用法
Dim instance As View3D
[ChildElementInfoAttribute(typeof(RotateX))]
[ChildElementInfoAttribute(typeof(RightAngleAxes))]
[ChildElementInfoAttribute(typeof(Perspective))]
[ChildElementInfoAttribute(typeof(ExtensionList))]
[ChildElementInfoAttribute(typeof(HeightPercent))]
[ChildElementInfoAttribute(typeof(RotateY))]
[ChildElementInfoAttribute(typeof(DepthPercent))]
public class View3D : OpenXmlCompositeElement

Remarks

The following table lists the possible child types:

  • RotateX <c:rotX>

  • HeightPercent <c:hPercent>

  • RotateY <c:rotY>

  • DepthPercent <c:depthPercent>

  • RightAngleAxes <c:rAngAx>

  • Perspective <c:perspective>

  • ExtensionList <c:extLst>

[ISO/IEC 29500-1 第 1 个版本]

21.2.2.228 view3D (View In 3D)

This element specifies the 3-D view of the chart.

Parent Elements

chart (§21.2.2.27)

Child Elements

Subclause

depthPercent (Depth Percent)

§21.2.2.41

extLst (Chart Extensibility)

§21.2.2.64

hPercent (Height Percent)

§21.2.2.83

perspective (Perspective)

§21.2.2.136

rAngAx (Right Angle Axes)

§21.2.2.155

rotX (X Rotation)

§21.2.2.157

rotY (Y Rotation)

§21.2.2.158

[Note: The W3C XML Schema definition of this element's content model (CT_View3D) 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.

See Also

Reference

View3D Members

DocumentFormat.OpenXml.Drawing.Charts Namespace