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.
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
GetHashCode()
|
Serves as the default hash function.
|
GetType()
|
Gets the Type of the current instance.
|
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.
|
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.
|
ToString()
|
Returns a string that represents the current 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.
|