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


In This Topic
    SetPredefinedProjection Method (NChartProjectionButtonCommand)
    In This Topic
    Applies a predefined projection on the currently selected chart.
    Syntax
    'Declaration
     
    
    Protected Sub SetPredefinedProjection( _
       ByVal predefinedProjection As PredefinedProjection _
    ) 
    'Usage
     
    
    Dim instance As NChartProjectionButtonCommand
    Dim predefinedProjection As PredefinedProjection
     
    instance.SetPredefinedProjection(predefinedProjection)
    protected void SetPredefinedProjection( 
       PredefinedProjection predefinedProjection
    )

    Parameters

    predefinedProjection
    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