
'Declaration <ClassInterfaceAttribute(ClassInterfaceType.AutoDual)> <EditorAttribute(Xceed.Chart.Utilities.ObjectEditor, System.Drawing.Design.UITypeEditor)> <SerializableAttribute()> Public Class View Inherits Xceed.Chart.GraphicsCore.ViewBase
'Usage Dim instance As View
[ClassInterface(ClassInterfaceType.AutoDual)] [Editor(Xceed.Chart.Utilities.ObjectEditor, System.Drawing.Design.UITypeEditor)] [Serializable()] public class View : Xceed.Chart.GraphicsCore.ViewBase
System.Object
Xceed.Chart.GraphicsCore.ViewBase
Xceed.Chart.Standard.View
Name | Description | |
---|---|---|
![]() | View Constructor | This member is reserved for internal use and is not intended to be used directly from your code. |
Name | Description | |
---|---|---|
![]() | Elevation | The elevation of the viewpoint in degrees. |
![]() | PerspectiveAngle | The field of view angle, in degrees when the Projection property is set to ProjectionType.Perspective |
![]() | Projection | Controls the projection type of the camera. Can be ProjectionType.Orthogonal or ProjectionType.Perspective. |
![]() | Rotation | The rotation of the viewpoint in degrees. |
![]() | ViewerRotation | The rotation (or tilting) of the camera. |
![]() | XDepth | The offset of the 3D objects along the X axis depending on their Z depth when the projection is ProjectionType.Orthogonal |
![]() | YDepth | The offset of the 3D objects along the Y axis depending on their Z depth when the projection is ProjectionType.Orthogonal. |
![]() | Zoom | The zooming factor applied to the chart camera in percents. |
Name | Description | |
---|---|---|
![]() | Clone | Creates an identical copy of the view object (Inherited from Xceed.Chart.GraphicsCore.ViewBase) |
![]() | InitFromView | Initializes a View object from the properties of another View object. |
![]() | SetPredefinedProjection | Sets a predefined projection to the camera. (Inherited from Xceed.Chart.GraphicsCore.ViewBase) |
![]() | ShowEditor | Overloaded. Shows a properties dialog allowing you to visually edit the View properties. |
Name | Description | |
---|---|---|
![]() | CreateStoredMatrices | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.GraphicsCore.ViewBase) |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2