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



In This Topic
    NormalCurve Property (IHistogramSeries)
    In This Topic
    Gets or sets the normal curve
    Syntax
    'Declaration
     
    
    ReadOnly Property NormalCurve As INormalCurve
    'Usage
     
    
    Dim instance As IHistogramSeries
    Dim value As INormalCurve
     
    value = instance.NormalCurve
    INormalCurve NormalCurve {get;}
    property INormalCurve^ NormalCurve {
       INormalCurve^ get();
    }
    See Also