Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ChartSeriesCustomProperties.RangeErrorBarProps Class / Type Property

In This Topic
    Type Property (ChartSeriesCustomProperties.RangeErrorBarProps)
    In This Topic
    Defines how the upper and lower errors are calculated for the center values of the error bar series. Default: StandardError.
    Syntax
    'Declaration
     
    Public Property Type As RdlEnum(Of ChartErrorBarType)
    public RdlEnum<ChartErrorBarType> Type {get; set;}
    See Also