Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.GraphicsCore.v4.4 Assembly / Xceed.Chart.GraphicsCore Namespace / ViewBase Class
Members


In This Topic
    ViewBase Class
    In This Topic
    Controls scene view parameters like camera position, zoom, projection type, etc.
    Object Model
    ViewBase Class
    Syntax
    'Declaration
     
    <ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
    <EditorAttribute(Xceed.Chart.Utilities.ObjectEditor, System.Drawing.Design.UITypeEditor)>
    <SerializableAttribute()>
    Public Class ViewBase 
    'Usage
     
    Dim instance As ViewBase
    [ClassInterface(ClassInterfaceType.AutoDual)]
    [Editor(Xceed.Chart.Utilities.ObjectEditor, System.Drawing.Design.UITypeEditor)]
    [Serializable()]
    public class 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 Fields
     NameDescription
    Public FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Public FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Public FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Top
    Public Methods
     NameDescription
    Public MethodCreates an identical copy of the view object  
    Public MethodSets a predefined projection to the camera.  
    Top
    Protected Methods
     NameDescription
    Protected MethodThis member is reserved for internal use and is not intended to be used directly from your code.  
    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