ComponentOne FinancialChart for WPF
C1.Chart Namespace / INormalCurve Interface / Visible Property



In This Topic
    Visible Property (INormalCurve)
    In This Topic
    Gets or sets the visible of normal curve
    Syntax
    'Declaration
     
    
    Property Visible As Boolean
    'Usage
     
    
    Dim instance As INormalCurve
    Dim value As Boolean
     
    instance.Visible = value
     
    value = instance.Visible
    bool Visible {get; set;}
    property bool Visible {
       bool get();
       void set (    bool value);
    }
    See Also