PolarChartCommonSeriesSettingsValueErrorBarBuilder Methods
Provides methods that allow you to configure nested options of the client-side valueErrorBar object.| Name | Description |
|---|---|
| Color(JS) | Specifies the color of error bars. Mirrors the client-side color option. |
| Color(String) | Specifies the color of error bars. Mirrors the client-side color option. |
| DisplayMode(ValueErrorBarDisplayMode) | Specifies whether error bars must be displayed in full or partially. Mirrors the client-side displayMode option. |
| EdgeLength(JS) | Specifies the length of the lines that indicate error bar edges. Mirrors the client-side edgeLength option. |
| EdgeLength(Double) | Specifies the length of the lines that indicate error bar edges. Mirrors the client-side edgeLength option. |
| 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. |
| HighValueField(JS) | Specifies the data field that provides data for high error values. Mirrors the client-side highValueField option. |
| HighValueField(String) | Specifies the data field that provides data for high error values. Mirrors the client-side highValueField option. |
| LineWidth(JS) | Specifies the width of the error bar line. Mirrors the client-side lineWidth option. |
| LineWidth(Double) | Specifies the width of the error bar line. Mirrors the client-side lineWidth option. |
| LowValueField(JS) | Specifies the data field that provides data for low error values. Mirrors the client-side lowValueField option. |
| LowValueField(String) | Specifies the data field that provides data for low error values. Mirrors the client-side lowValueField option. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| Opacity(JS) | Specifies the opacity of error bars. Mirrors the client-side opacity option. |
| Opacity(Double) | Specifies the opacity of error bars. Mirrors the client-side opacity option. |
| Option(String, Object) | Specifies an option by its name. |
| 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. |
| Type(ValueErrorBarType) | Specifies how error bar values must be calculated. Mirrors the client-side type option. |
| Value(JS) | Specifies the value to be used for generating error bars. Mirrors the client-side value option. |
| Value(Double) | Specifies the value to be used for generating error bars. Mirrors the client-side value option. |
See Also