Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / ActiveChartIndicator Property


In This Topic
    ActiveChartIndicator Property
    In This Topic
    Gets the active chart indicator.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ActiveChartIndicator As IIndicator
    'Usage
     
    
    Dim instance As FpSpread
    Dim value As IIndicator
     
    value = instance.ActiveChartIndicator
    public IIndicator ActiveChartIndicator {get;}

    Property Value

    The active chart indicator.
    See Also