Skip to main content

PolarChartSeriesValueErrorBarBuilder Members

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

Constructors

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

Methods

Name Description
Color(JS) Mirrors the client-side color option.
Color(String) Mirrors the client-side color option.
DisplayMode(ValueErrorBarDisplayMode) Mirrors the client-side displayMode option.
EdgeLength(JS) Mirrors the client-side edgeLength option.
EdgeLength(Double) 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) Mirrors the client-side highValueField option.
HighValueField(String) Mirrors the client-side highValueField option.
LineWidth(JS) Mirrors the client-side lineWidth option.
LineWidth(Double) Mirrors the client-side lineWidth option.
LowValueField(JS) Mirrors the client-side lowValueField option.
LowValueField(String) Mirrors the client-side lowValueField option.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
Opacity(JS) Mirrors the client-side opacity option.
Opacity(Double) 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) Mirrors the client-side type option.
Value(JS) Mirrors the client-side value option.
Value(Double) Mirrors the client-side value option.
See Also