Nevron .NET Vision
Nevron.Chart.WinForm Namespace / NChartProjectionButtonCommand Class / ChangeProjection Method


In This Topic
    ChangeProjection Method
    In This Topic
    Modifies the projection of the currently selected chart.
    Syntax
    'Declaration
     
    
    Protected Sub ChangeProjection( _
       ByVal rotationStep As System.Single, _
       ByVal elevationStep As System.Single, _
       ByVal viewerRotationStep As System.Single, _
       ByVal zoomStep As System.Single _
    ) 
    'Usage
     
    
    Dim instance As NChartProjectionButtonCommand
    Dim rotationStep As System.Single
    Dim elevationStep As System.Single
    Dim viewerRotationStep As System.Single
    Dim zoomStep As System.Single
     
    instance.ChangeProjection(rotationStep, elevationStep, viewerRotationStep, zoomStep)
    protected void ChangeProjection( 
       System.float rotationStep,
       System.float elevationStep,
       System.float viewerRotationStep,
       System.float zoomStep
    )

    Parameters

    rotationStep
    elevationStep
    viewerRotationStep
    zoomStep
    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