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


In This Topic
    InitFromView Method
    In This Topic
    Initializes a View object from the properties of another View object.
    Syntax
    'Declaration
     
    Public Sub InitFromView( _
       ByVal view As View _
    ) 
    'Usage
     
    Dim instance As View
    Dim view As View
     
    instance.InitFromView(view)
    public void InitFromView( 
       View view
    )

    Parameters

    view
    Remarks
    You may want to use this function in order to synchronize the view settings of several charts.
    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