Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Standard.v4.4 Assembly / Xceed.Chart.Standard Namespace / View Class
Members


In This Topic
    View Class
    In This Topic
    Controls scene view parameters like camera position, zoom, projection type, etc.
    Object Model
    View Class
    Syntax
    '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 
    Inheritance Hierarchy

    System.Object
       Xceed.Chart.GraphicsCore.ViewBase
          Xceed.Chart.Standard.View

    Public Constructors
     NameDescription
    Public ConstructorThis member is reserved for internal use and is not intended to be used directly from your code.  
    Top
    Public Properties
     NameDescription
    Public PropertyThe elevation of the viewpoint in degrees.  
    Public PropertyThe field of view angle, in degrees when the Projection property is set to ProjectionType.Perspective  
    Public PropertyControls the projection type of the camera. Can be ProjectionType.Orthogonal or ProjectionType.Perspective.  
    Public PropertyThe rotation of the viewpoint in degrees.  
    Public PropertyThe rotation (or tilting) of the camera.  
    Public PropertyThe offset of the 3D objects along the X axis depending on their Z depth when the projection is ProjectionType.Orthogonal  
    Public PropertyThe offset of the 3D objects along the Y axis depending on their Z depth when the projection is ProjectionType.Orthogonal.  
    Public PropertyThe zooming factor applied to the chart camera in percents.  
    Top
    Public Methods
     NameDescription
    Public MethodCreates an identical copy of the view object (Inherited from Xceed.Chart.GraphicsCore.ViewBase)
    Public MethodInitializes a View object from the properties of another View object.  
    Public MethodSets a predefined projection to the camera. (Inherited from Xceed.Chart.GraphicsCore.ViewBase)
    Public MethodOverloaded. Shows a properties dialog allowing you to visually edit the View properties.  
    Top
    Protected Methods
     NameDescription
    Protected MethodThis member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.GraphicsCore.ViewBase)
    Top
    Requirements

    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

    See Also