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

In This Topic
    Visible Property (NormalCurve)
    In This Topic
    Gets or sets the visible of Normal Curve
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("NormalCurve.Visible", "Gets or sets the visible of Normal Curve")>
    Public Property Visible As Boolean
    [C1Description("NormalCurve.Visible", "Gets or sets the visible of Normal Curve")]
    public bool Visible {get; set;}
    See Also