Nevron.Chart Namespace / NCartesianAxisCollection Class / AddCustomAxis Method


In This Topic
    AddCustomAxis Method (NCartesianAxisCollection)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function AddCustomAxis( _
       ByVal orientation As AxisOrientation, _
       ByVal pos As AxisDockZone _
    ) As NCartesianAxis
    'Usage
     
    
    Dim instance As NCartesianAxisCollection
    Dim orientation As AxisOrientation
    Dim pos As AxisDockZone
    Dim value As NCartesianAxis
     
    value = instance.AddCustomAxis(orientation, pos)

    Parameters

    orientation
    pos
    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