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


ChangeProjection Method
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)

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