ComponentOne FinancialChart for WinForms
C1.Win.Chart Namespace / ChartOptions Class / HistogramNormalCurve Property

In This Topic
    HistogramNormalCurve Property (ChartOptions)
    In This Topic
    Gets or sets the value indicating whather to show histogram norma curve.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(False)>
    Public Property HistogramNormalCurve As Boolean
    [DefaultValue(false)]
    public bool HistogramNormalCurve {get; set;}
    See Also