XPlot


Error_z Type

Namespace: XPlot.Plotly

Assembly: XPlot.Plotly.dll

Base Type: obj

Constructors

Constructor Description

Error_z()

Full Usage: Error_z()

Returns: Error_z

Returns: Error_z

Instance members

Instance member Description

this.ShouldSerializearray()

Full Usage: this.ShouldSerializearray()

Returns: bool

Returns: bool

this.ShouldSerializearrayminus()

Full Usage: this.ShouldSerializearrayminus()

Returns: bool

Returns: bool

this.ShouldSerializearrayminussrc()

Full Usage: this.ShouldSerializearrayminussrc()

Returns: bool

Returns: bool

this.ShouldSerializearraysrc()

Full Usage: this.ShouldSerializearraysrc()

Returns: bool

Returns: bool

this.ShouldSerializecolor()

Full Usage: this.ShouldSerializecolor()

Returns: bool

Returns: bool

this.ShouldSerializecopy_ystyle()

Full Usage: this.ShouldSerializecopy_ystyle()

Returns: bool

Returns: bool

this.ShouldSerializecopy_zstyle()

Full Usage: this.ShouldSerializecopy_zstyle()

Returns: bool

Returns: bool

this.ShouldSerializesymmetric()

Full Usage: this.ShouldSerializesymmetric()

Returns: bool

Returns: bool

this.ShouldSerializethickness()

Full Usage: this.ShouldSerializethickness()

Returns: bool

Returns: bool

this.ShouldSerializetraceref()

Full Usage: this.ShouldSerializetraceref()

Returns: bool

Returns: bool

this.ShouldSerializetracerefminus()

Full Usage: this.ShouldSerializetracerefminus()

Returns: bool

Returns: bool

this.ShouldSerializetype()

Full Usage: this.ShouldSerializetype()

Returns: bool

Returns: bool

this.ShouldSerializevalue()

Full Usage: this.ShouldSerializevalue()

Returns: bool

Returns: bool

this.ShouldSerializevalueminus()

Full Usage: this.ShouldSerializevalueminus()

Returns: bool

Returns: bool

this.ShouldSerializevisible()

Full Usage: this.ShouldSerializevisible()

Returns: bool

Returns: bool

this.ShouldSerializewidth()

Full Usage: this.ShouldSerializewidth()

Returns: bool

Returns: bool

this.array

Full Usage: this.array

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

this.arrayminus

Full Usage: this.arrayminus

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.

this.arrayminussrc

Full Usage: this.arrayminussrc

Sets the source reference on plot.ly for arrayminus .

this.arraysrc

Full Usage: this.arraysrc

Sets the source reference on plot.ly for array .

this.color

Full Usage: this.color

Sets the stoke color of the error bars.

this.copy_ystyle

Full Usage: this.copy_ystyle

this.copy_zstyle

Full Usage: this.copy_zstyle

this.symmetric

Full Usage: this.symmetric

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

this.thickness

Full Usage: this.thickness

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

this.traceref

Full Usage: this.traceref

this.tracerefminus

Full Usage: this.tracerefminus

this.type

Full Usage: this.type

Determines the rule used to generate the error bars. If `constant`, the bar lengths are of a constant value. Set this constant in `value`. 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`.

this.value

Full Usage: this.value

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.

this.valueminus

Full Usage: this.valueminus

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

this.visible

Full Usage: this.visible

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

this.width

Full Usage: this.width

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