Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChart Class / AllowShowIndicator Property


In This Topic
    AllowShowIndicator Property
    In This Topic
    Gets or sets a value indicating whether Spread can show the chart indicator.
    Syntax
    'Declaration
     
    
    Public Property AllowShowIndicator As Boolean
    'Usage
     
    
    Dim instance As SpreadChart
    Dim value As Boolean
     
    instance.AllowShowIndicator = value
     
    value = instance.AllowShowIndicator
    public bool AllowShowIndicator {get; set;}

    Property Value

    true if Spread can show indicator of this chart; otherwise, false.
    See Also