Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ChartTouchStrip Class / ChartTouchStrip Constructor
The spread.


In This Topic
    ChartTouchStrip Constructor
    In This Topic
    Creates a ChartTouchStrip instance.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal spread As FpSpread _
    )
    'Usage
     
    
    Dim spread As FpSpread
     
    Dim instance As New ChartTouchStrip(spread)
    public ChartTouchStrip( 
       FpSpread spread
    )

    Parameters

    spread
    The spread.
    See Also