Nevron.Chart Namespace / NPolarAxisCollection Class / AddCustomAxis Method


In This Topic
    AddCustomAxis Method (NPolarAxisCollection)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function AddCustomAxis( _
       ByVal orientation As PolarAxisOrientation _
    ) As NPolarAxis
    'Usage
     
    
    Dim instance As NPolarAxisCollection
    Dim orientation As PolarAxisOrientation
    Dim value As NPolarAxis
     
    value = instance.AddCustomAxis(orientation)
    public NPolarAxis AddCustomAxis( 
       PolarAxisOrientation orientation
    )

    Parameters

    orientation
    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