Nevron .NET Vision
Nevron.Chart Namespace / NAxisStripeCollection Class / Add Method / Add(Double,Double) Method
stripe begin value
stripe end value


In This Topic
    Add(Double,Double) Method
    In This Topic
    Adds a new axis stripe and returns a reference to it.
    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
    stripe begin value
    dTo
    stripe end value

    Return Value

    a reference to the newly created stripe
    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