ComponentOne FinancialChart for WPF
C1.WPF.Chart Namespace / NormalCurve Class / Visible Property



In This Topic
    Visible Property
    In This Topic
    Gets or sets the visible of Normal Curve
    Syntax
    'Declaration
     
    
    Public Property Visible As Boolean
    'Usage
     
    
    Dim instance As NormalCurve
    Dim value As Boolean
     
    instance.Visible = value
     
    value = instance.Visible
    public bool Visible {get; set;}
    public:
    property bool Visible {
       bool get();
       void set (    bool value);
    }
    See Also