...
Excerpt |
---|
Returns an ErrorBar object representing the X horizontal error bars for the 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. |
Signature | ||||
---|---|---|---|---|
| ||||
public ErrorBar ErrorBarX{ get; } |
Signature | ||||
---|---|---|---|---|
| ||||
Public ReadOnly Property ErrorBarX() As ErrorBar |
Exceptions |
---|
...
Exception | ||||
---|---|---|---|---|
| ||||
Remarks |
---|
Error bars graphically express potential error amounts relative to each data marker in a data series. In scatter and bubble charts, you can display error bars for x values, y values, or both. No other types of series support horizontal error bars. |