XPlot


Error_x

Namespace: XPlot.Plotly
Parent Module: Graph

Constructors

ConstructorDescription
new()
Signature: unit -> Error_x

CompiledName: .ctor

Instance members

Instance memberDescription
x.array()
Signature: unit -> obj

Sets the data corresponding the length of each error bar. Values are plotted relative to the underlying data.

CompiledName: set_array

x.array()
Signature: unit -> unit

Sets the data corresponding the length of each error bar. Values are plotted relative to the underlying data.

CompiledName: get_array

x.arrayminus()
Signature: unit -> obj

Sets the data corresponding the length of each error bar in the bottom (left) direction for vertical (horizontal) bars Values are plotted relative to the underlying data.

CompiledName: set_arrayminus

x.arrayminus()
Signature: unit -> unit

Sets the data corresponding the length of each error bar in the bottom (left) direction for vertical (horizontal) bars Values are plotted relative to the underlying data.

CompiledName: get_arrayminus

x.arrayminussrc()
Signature: unit -> string

Sets the source reference on plot.ly for arrayminus .

CompiledName: set_arrayminussrc

x.arrayminussrc()
Signature: unit -> unit

Sets the source reference on plot.ly for arrayminus .

CompiledName: get_arrayminussrc

x.arraysrc()
Signature: unit -> string

Sets the source reference on plot.ly for array .

CompiledName: set_arraysrc

x.arraysrc()
Signature: unit -> unit

Sets the source reference on plot.ly for array .

CompiledName: get_arraysrc

x.color()
Signature: unit -> string

Sets the stoke color of the error bars.

CompiledName: set_color

x.color()
Signature: unit -> unit

Sets the stoke color of the error bars.

CompiledName: get_color

x.copy_ystyle()
Signature: unit -> bool

CompiledName: set_copy_ystyle

x.copy_ystyle()
Signature: unit -> unit

CompiledName: get_copy_ystyle

x.copy_zstyle()
Signature: unit -> bool

CompiledName: set_copy_zstyle

x.copy_zstyle()
Signature: unit -> unit

CompiledName: get_copy_zstyle

x.ShouldSerializearray()
Signature: unit -> bool
x.ShouldSerializearrayminus()
Signature: unit -> bool
x.ShouldSerializearrayminussrc()
Signature: unit -> bool
x.ShouldSerializearraysrc()
Signature: unit -> bool
x.ShouldSerializecolor()
Signature: unit -> bool
x.ShouldSerializecopy_ystyle()
Signature: unit -> bool
x.ShouldSerializecopy_zstyle()
Signature: unit -> bool
x.ShouldSerializesymmetric()
Signature: unit -> bool
x.ShouldSerializethickness()
Signature: unit -> bool
x.ShouldSerializetraceref()
Signature: unit -> bool
x.ShouldSerializetracerefminus()
Signature: unit -> bool
x.ShouldSerializetype()
Signature: unit -> bool
x.ShouldSerializevalue()
Signature: unit -> bool
x.ShouldSerializevalueminus()
Signature: unit -> bool
x.ShouldSerializevisible()
Signature: unit -> bool
x.ShouldSerializewidth()
Signature: unit -> bool
x.symmetric()
Signature: unit -> bool

Determines whether or not the error bars have the same length in both direction (top/bottom for vertical bars, left/right for horizontal bars.

CompiledName: set_symmetric

x.symmetric()
Signature: unit -> unit

Determines whether or not the error bars have the same length in both direction (top/bottom for vertical bars, left/right for horizontal bars.

CompiledName: get_symmetric

x.thickness()
Signature: unit -> float

Sets the thickness (in px) of the error bars.

CompiledName: set_thickness

x.thickness()
Signature: unit -> unit

Sets the thickness (in px) of the error bars.

CompiledName: get_thickness

x.traceref()
Signature: unit -> int

CompiledName: set_traceref

x.traceref()
Signature: unit -> unit

CompiledName: get_traceref

x.tracerefminus()
Signature: unit -> int

CompiledName: set_tracerefminus

x.tracerefminus()
Signature: unit -> unit

CompiledName: get_tracerefminus

x.type()
Signature: unit -> obj

Determines the rule used to generate the error bars. If constant, the bar lengths are of a constant value. Set this constant invalue`. If percent, the bar lengths correspond to a percentage of underlying data. Set this percentage in value. If sqrt, the bar lengths correspond to the sqaure of the underlying data. If array*, the bar lengths are set with data set array.

CompiledName: set_type

x.type()
Signature: unit -> unit

Determines the rule used to generate the error bars. If constant, the bar lengths are of a constant value. Set this constant invalue`. If percent, the bar lengths correspond to a percentage of underlying data. Set this percentage in value. If sqrt, the bar lengths correspond to the sqaure of the underlying data. If array*, the bar lengths are set with data set array.

CompiledName: get_type

x.value()
Signature: unit -> float

Sets the value of either the percentage (if type is set to percent) or the constant (if type is set to constant) corresponding to the lengths of the error bars.

CompiledName: set_value

x.value()
Signature: unit -> unit

Sets the value of either the percentage (if type is set to percent) or the constant (if type is set to constant) corresponding to the lengths of the error bars.

CompiledName: get_value

x.valueminus()
Signature: unit -> float

Sets the value of either the percentage (if type is set to percent) or the constant (if type is set to constant) corresponding to the lengths of the error bars in the bottom (left) direction for vertical (horizontal) bars

CompiledName: set_valueminus

x.valueminus()
Signature: unit -> unit

Sets the value of either the percentage (if type is set to percent) or the constant (if type is set to constant) corresponding to the lengths of the error bars in the bottom (left) direction for vertical (horizontal) bars

CompiledName: get_valueminus

x.visible()
Signature: unit -> bool

Determines whether or not this set of error bars is visible.

CompiledName: set_visible

x.visible()
Signature: unit -> unit

Determines whether or not this set of error bars is visible.

CompiledName: get_visible

x.width()
Signature: unit -> float

Sets the width (in px) of the cross-bar at both ends of the error bars.

CompiledName: set_width

x.width()
Signature: unit -> unit

Sets the width (in px) of the cross-bar at both ends of the error bars.

CompiledName: get_width

Fork me on GitHub