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
'Declaration
<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
'Usage
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 1st Edition]
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.
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.