Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / AxisStripeCollection 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 Double, _
       ByVal dTo As Double _
    ) As AxisStripe
    'Usage
     
    Dim instance As AxisStripeCollection
    Dim dFrom As Double
    Dim dTo As Double
    Dim value As AxisStripe
     
    value = instance.Add(dFrom, dTo)
    public AxisStripe Add( 
       double dFrom,
       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