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

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