Freigeben über


View3D-Klasse

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

Vererbungshierarchie

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

Hinweise

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. Ausgabe]

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. Die oben aufgeführten Textauszüge wurden von Microsoft (und/oder den Microsoft-Vendoren) von Englisch nach Deutsch übersetzt, und im Rahmen von ISO wird keinerlei Verantwortung für diese Übersetzungen übernommen.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Referenz

View3D-Member

DocumentFormat.OpenXml.Drawing.Charts-Namespace