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

In This Topic
    Probability Property
    In This Topic
    Gets or sets the desired percent confidence level used to calculate the confidence interval for the associated data.
    Syntax
    'Declaration
     
    Public Property Probability As StatisticalData.Level
    public StatisticalData.Level Probability {get; set;}
    Remarks
    The Probability property is intentionally not persisted.
    See Also