2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / StatisticalData Class / Confidence Property

In This Topic
    Confidence Property
    In This Topic
    Gets an object reporting the confidence interval for the associated data.
    Syntax
    'Declaration
     
    Public ReadOnly Property Confidence As StatisticalData.ConfidenceInterval
    public StatisticalData.ConfidenceInterval Confidence {get;}
    Remarks
    The returned ConfidenceInterval object allows specification of the desired probability level of the confidence interval as well as reporting the interval.
    See Also