error_x()
Signature: unit -> ErrorX
|
Links a dictionary describing the x-axis error bars that can be drawn from the (x,y,z) coordinates of this 3D scatter trace.
|
error_x()
Signature: unit -> unit
|
Links a dictionary describing the x-axis error bars that can be drawn from the (x,y,z) coordinates of this 3D scatter trace.
|
error_y()
Signature: unit -> ErrorY
|
Links a dictionary describing the y-axis error bars that can be drawn from the (x,y,z) coordinates of this 3D scatter trace.
|
error_y()
Signature: unit -> unit
|
Links a dictionary describing the y-axis error bars that can be drawn from the (x,y,z) coordinates of this 3D scatter trace.
|
error_z()
Signature: unit -> Error_z
|
Links a dictionary describing the z-axis error bars that can be drawn from the (x,y,z) coordinates of this 3D scatter trace.
|
error_z()
Signature: unit -> unit
|
Links a dictionary describing the z-axis error bars that can be drawn from the (x,y,z) coordinates of this 3D scatter trace.
|
line()
Signature: unit -> Line
|
Links a dictionary containing line parameters for this 3D scatter trace. Has an effect only if 'mode' contains 'lines'.
|
line()
Signature: unit -> unit
|
Links a dictionary containing line parameters for this 3D scatter trace. Has an effect only if 'mode' contains 'lines'.
|
marker()
Signature: unit -> Marker
|
Links a dictionary containing marker style parameters for this 3D scatter trace. Has an effect only if 'mode' contains 'markers'.
|
marker()
Signature: unit -> unit
|
Links a dictionary containing marker style parameters for this 3D scatter trace. Has an effect only if 'mode' contains 'markers'.
|
mode()
Signature: unit -> string
|
Plotting mode for this 3D scatter trace. If the mode includes 'text' then the 'text' will appear at the (x,y) points, otherwise it will appear on hover.
|
mode()
Signature: unit -> unit
|
Plotting mode for this 3D scatter trace. If the mode includes 'text' then the 'text' will appear at the (x,y) points, otherwise it will appear on hover.
|
name()
Signature: unit -> string
|
The label associated with this trace. This name will appear in the column header in the online spreadsheet.
|
name()
Signature: unit -> unit
|
The label associated with this trace. This name will appear in the column header in the online spreadsheet.
|
scene()
Signature: unit -> string
|
This key determines the scene on which this trace will be plotted in.
|
scene()
Signature: unit -> unit
|
This key determines the scene on which this trace will be plotted in.
|
ShouldSerializeerror_x()
Signature: unit -> bool
|
|
ShouldSerializeerror_y()
Signature: unit -> bool
|
|
ShouldSerializeerror_z()
Signature: unit -> bool
|
|
ShouldSerializeline()
Signature: unit -> bool
|
|
ShouldSerializemarker()
Signature: unit -> bool
|
|
ShouldSerializemode()
Signature: unit -> bool
|
|
ShouldSerializename()
Signature: unit -> bool
|
|
ShouldSerializescene()
Signature: unit -> bool
|
|
ShouldSerializestream()
Signature: unit -> bool
|
|
ShouldSerializetext()
Signature: unit -> bool
|
|
ShouldSerializetextfont()
Signature: unit -> bool
|
|
ShouldSerializetextposition()
Signature: unit -> bool
|
|
ShouldSerializetype()
Signature: unit -> bool
|
|
ShouldSerializevisible()
Signature: unit -> bool
|
|
ShouldSerializex()
Signature: unit -> bool
|
|
ShouldSerializey()
Signature: unit -> bool
|
|
ShouldSerializez()
Signature: unit -> bool
|
|
stream()
Signature: unit -> Stream
|
Links a dictionary that initializes this trace as a writable-stream, for use with the streaming API.
|
stream()
Signature: unit -> unit
|
Links a dictionary that initializes this trace as a writable-stream, for use with the streaming API.
|
text()
Signature: unit -> seq<string>
|
The text elements associated with each (x,y,z) pair in this 3D scatter trace. If the scatter 'mode' does not include 'text' then elements linked to 'text' will appear on hover only. In contrast, if 'text' is included in 'mode', the elements in 'text' will be rendered on the plot at the locations specified in part by their corresponding (x,y,z) coordinate pair and the 'textposition' key.
|
text()
Signature: unit -> unit
|
The text elements associated with each (x,y,z) pair in this 3D scatter trace. If the scatter 'mode' does not include 'text' then elements linked to 'text' will appear on hover only. In contrast, if 'text' is included in 'mode', the elements in 'text' will be rendered on the plot at the locations specified in part by their corresponding (x,y,z) coordinate pair and the 'textposition' key.
|
textfont()
Signature: unit -> Font
|
Links a dictionary describing the font style of this scatter3d trace's text elements. Has only an effect if 'mode' is set and includes 'text'."
|
textfont()
Signature: unit -> unit
|
Links a dictionary describing the font style of this scatter3d trace's text elements. Has only an effect if 'mode' is set and includes 'text'."
|
textposition()
Signature: unit -> string
|
Sets the position of the text elements in the 'text' key with respect to the data points. By default, the text elements are plotted directly at the (x,y,z) coordinates.
|
textposition()
Signature: unit -> unit
|
Sets the position of the text elements in the 'text' key with respect to the data points. By default, the text elements are plotted directly at the (x,y,z) coordinates.
|
type()
Signature: unit -> string
|
Plotly identifier for this data's trace type.
|
type()
Signature: unit -> unit
|
Plotly identifier for this data's trace type.
|
visible()
Signature: unit -> string
|
Toggles whether or not this object will be visible on the rendered figure.
|
visible()
Signature: unit -> unit
|
Toggles whether or not this object will be visible on the rendered figure.
|
x()
Signature: unit -> obj
|
Sets the x coordinates of the points of this 3D scatter trace. If 'x' is linked to an array of strings, then the x coordinates are integers, 0, 1, 2, 3, ..., labeled on the x-axis by the array of strings linked to 'x'.
|
x()
Signature: unit -> unit
|
Sets the x coordinates of the points of this 3D scatter trace. If 'x' is linked to an array of strings, then the x coordinates are integers, 0, 1, 2, 3, ..., labeled on the x-axis by the array of strings linked to 'x'.
|
y()
Signature: unit -> obj
|
Sets the y coordinates of the points of this 3D scatter trace. If 'y' is linked to an array of strings, then the y coordinates are integers, 0, 1, 2, 3, ..., labeled on the y-axis by the array of strings linked to 'y'.
|
y()
Signature: unit -> unit
|
Sets the y coordinates of the points of this 3D scatter trace. If 'y' is linked to an array of strings, then the y coordinates are integers, 0, 1, 2, 3, ..., labeled on the y-axis by the array of strings linked to 'y'.
|
z()
Signature: unit -> obj
|
Sets the z coordinates of the points of this scatter trace. If 'z' is linked to an array of strings, then the z coordinates are integers, 0, 1, 2, 3, ..., labeled on the z-axis by the array of strings linked to 'z'.
|
z()
Signature: unit -> unit
|
Sets the z coordinates of the points of this scatter trace. If 'z' is linked to an array of strings, then the z coordinates are integers, 0, 1, 2, 3, ..., labeled on the z-axis by the array of strings linked to 'z'.
|