Skip to main content

ChartCommonSeriesSettingsValueErrorBarBuilder Members

Provides methods that allow you to configure nested options of the client-side valueErrorBar object.

Constructors

Name Description
ChartCommonSeriesSettingsValueErrorBarBuilder(OptionsOwnerContext) For internal use only. Initializes a new ChartCommonSeriesSettingsValueErrorBarBuilder class instance.

Methods

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 which data field provides high error values. Mirrors the client-side highValueField option.
HighValueField(String) Specifies which data field provides 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 which data field provides low error values. Mirrors the client-side lowValueField option.
LowValueField(String) Specifies which data field provides 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 how trasparent error bars should be. Mirrors the client-side opacity option.
Opacity(Double) Specifies how trasparent error bars should be. 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