Description
An ErrorBar object represents the error bars on a series. Error bars graphically express potential error amounts relative to each data marker in a data series. You can add error bars to data series in two-dimensional area, bar, column, line, scatter, and bubble charts. In scatter and bubble charts, you can display error bars for x values, y values, or both.
C#
vb.net
Remarks
You can use the Series.ErrorBarY or Series.ErrorBarX properties to get anErrorBar
object representing the vertical or horizontal error bars, respectively.
Properties
Name |
Description |
---|---|
Sets or returns the formula specifying where to find the negative error value. | |
Sets or returns the formula specifying the positive error value. | |
Sets or returns the BarDirection in which the error bars will be displayed. | |
Returns the ChartLine object used to format the appearance of the error bar's line. | |
Sets or returns whether the error bars will be T shaped. | |
Sets or returns the error amount. The meaning of this value is dependent on the value of ErrorBar.ValueType. | |
Sets or returns the type of value to use as the error amount. Depending on the error type, the amount may be a fixed value, percentage, standard deviation, standard error, or a custom value. |
Nested Classes
Name |
Description |
---|---|
The BarDirection class is used to determine which direction or directions error bars will be displayed in. | |
The ErrorValueType is used in the ErrorBar.ValueType property to specify how the error value is determined. |