2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1Chart Namespace / StatisticalData.Level Enumeration

In This Topic
    StatisticalData.Level Enumeration
    In This Topic
    Provides the desired percent confidence level used to calculate the confidence interval for the associated data.
    Syntax
    'Declaration
     
    Public Enum StatisticalData.Level 
       Inherits System.Enum
    public enum StatisticalData.Level : System.Enum 
    Members
    MemberDescription
    P10The desired percentage confidence level is 10%.
    P20The desired percentage confidence level is 20%.
    P40The desired percentage confidence level is 40%.
    P50The desired percentage confidence level is 50%.
    P60The desired percentage confidence level is 60%.
    P80The desired percentage confidence level is 80%.
    P90The desired percentage confidence level is 90%.
    P95The desired percentage confidence level is 95%.
    P98The desired percentage confidence level is 98%.
    P99The desired percentage confidence level is 99%.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Chart.StatisticalData.Level

    See Also