Blazor | ComponentOne
C1.Blazor.Chart Assembly / C1.Blazor.Chart Namespace / Histogram Class / NormalCurveVisible Property

In This Topic
    NormalCurveVisible Property
    In This Topic
    Gets or sets a value incicatinng whether to show normal curve.
    Syntax
    'Declaration
     
    
    Public Property NormalCurveVisible As Boolean
    public bool NormalCurveVisible {get; set;}
    See Also