Specifies modes of calculation of the upper and lower errors for the center values of an error bar series.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public enum ChartErrorBarType
Visual Basic
Public Enumeration ChartErrorBarType

Members

Member nameDescription
FixedValue Fixed value.
Percentage Percentage.
StandardDeviation Standard deviation.
StandardError Standard error.

See Also