Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartIndicator Class / ChartIndicator Constructor
The chart.


In This Topic
    ChartIndicator Constructor
    In This Topic
    Initializes a new instance of the ChartIndicator class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal chart As SpreadChart _
    )
    'Usage
     
    
    Dim chart As SpreadChart
     
    Dim instance As New ChartIndicator(chart)
    public ChartIndicator( 
       SpreadChart chart
    )

    Parameters

    chart
    The chart.
    See Also