Specifies visibility behavior of the Upper and Lower Error values of an Error Bar chart.
Namespace:
C1.C1Rdl.Rdl2008Assembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
| C# |
|---|
public enum ChartErrorBarStyle |
| Visual Basic |
|---|
Public Enumeration ChartErrorBarStyle |
Members
| Member name | Description | |
|---|---|---|
| Both | Both error values are visible. | |
| UpperError | Upper error value is visible. | |
| LowerError | Lower error value is visible. |