Description |
---|
Excerpt |
---|
Returns an ErrorBar object representing the horizontal error bars for the series. |
Signature | C# | C# |
---|---|---|
Wiki Markup | ||
{description}
{excerpt}Returns an [ErrorBar|ErrorBar] object representing the horizontal error bars for the series.{excerpt}
{signature:C#}
public ErrorBar ErrorBarX{ get; }
| ||
Signature | ||
{signature}{signature:vb.net | vb.net | }
Public ReadOnly Property ErrorBarX() As ErrorBar
|
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. |
Exceptions |
---|
Exception | ||
---|---|---|
InvalidOperationException | InvalidOperationException | The current series does not support error bars in the X direction. Only scatter and bubble charts support horizontal error bars.{signature}
{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.
{remarks}
{exceptions}
{exception:InvalidOperationException}The current series does not support error bars in the X direction. Only scatter and bubble charts support horizontal error bars.
{exception}
|