Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ChartErrorBarType Enumeration

In This Topic
    ChartErrorBarType Enumeration
    In This Topic
    Specifies modes of calculation of the upper and lower errors for the center values of an error bar series.
    Syntax
    'Declaration
     
    Public Enum ChartErrorBarType 
       Inherits System.Enum
    public enum ChartErrorBarType : System.Enum 
    Members
    MemberDescription
    FixedValueFixed value.
    PercentagePercentage.
    StandardDeviationStandard deviation.
    StandardErrorStandard error.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Rdl.Rdl2008.ChartErrorBarType

    See Also