Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / ShowChartIndicator Method
The chart.


In This Topic
    ShowChartIndicator Method
    In This Topic
    Shows the chart indicator.
    Syntax
    'Declaration
     
    
    Public Sub ShowChartIndicator( _
       ByVal chart As SpreadChart _
    ) 
    'Usage
     
    
    Dim instance As SpreadView
    Dim chart As SpreadChart
     
    instance.ShowChartIndicator(chart)
    public void ShowChartIndicator( 
       SpreadChart chart
    )

    Parameters

    chart
    The chart.
    See Also