Nevron.Chart Namespace / NAxisStripeCollection Class / Add Method / Add(Double,Double) Method


In This Topic
    Add(Double,Double) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Function Add( _
       ByVal dFrom As System.Double, _
       ByVal dTo As System.Double _
    ) As NAxisStripe
    'Usage
     
    
    Dim instance As NAxisStripeCollection
    Dim dFrom As System.Double
    Dim dTo As System.Double
    Dim value As NAxisStripe
     
    value = instance.Add(dFrom, dTo)
    public NAxisStripe Add( 
       System.double dFrom,
       System.double dTo
    )

    Parameters

    dFrom
    dTo
    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