Nevron .NET Vision
Nevron.Chart Namespace / NCartesianAxisCollection Class / AddCustomAxis Method
the axis orientation
the initial axis predefined position


In This Topic
    AddCustomAxis Method (NCartesianAxisCollection)
    In This Topic
    Adds a custom cartesian axis to the collection.
    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
    the axis orientation
    pos
    the initial axis predefined position
    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