ErrorBar Members
Specifies error bar settings for a chart series.Constructors
| Name | Description |
|---|---|
| ErrorBar() | Initializes a new instance of the ErrorBar class. |
Properties
| Name | Description |
|---|---|
| Axis | Gets or sets the axis to which error bars are applied (Horizontal or Vertical). |
| Direction | Gets or sets which side of the point displays error values. |
| Effects | Gets or sets shape effects for error bars. |
| Minus | Gets or sets custom negative error values. |
| OutlineStyle | Gets or sets outline settings for error bars. |
| Plus | Gets or sets custom positive error values. |
| ShowCap | Gets or sets whether to display end caps for error bars. |
| Type | Gets or sets the calculation mode for error bars. |
| Value | Gets or sets the error value. |
Methods
| Name | Description |
|---|---|
| Clone() | Creates a copy of the current error bar object. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also