ComponentOne FinancialChart for WinForms
C1.Chart Namespace / IHistogramSeries Interface / NormalCurve Property

In This Topic
    NormalCurve Property (IHistogramSeries)
    In This Topic
    Gets or sets the normal curve
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("IHistogramSeries.NormalCurve", "Gets or sets the normal curve")>
    ReadOnly Property NormalCurve As INormalCurve
    [C1Description("IHistogramSeries.NormalCurve", "Gets or sets the normal curve")]
    INormalCurve NormalCurve {get;}
    See Also