XPlot


Scatter3d

Namespace: XPlot.Plotly
Parent Module: Graph

Constructors

ConstructorDescription
new()
Signature: unit -> Scatter3d

CompiledName: .ctor

Instance members

Instance memberDescription
x.error_x()
Signature: unit -> Error_x

CompiledName: set_error_x

x.error_x()
Signature: unit -> unit

CompiledName: get_error_x

x.error_y()
Signature: unit -> Error_y

CompiledName: set_error_y

x.error_y()
Signature: unit -> unit

CompiledName: get_error_y

x.error_z()
Signature: unit -> Error_z

CompiledName: set_error_z

x.error_z()
Signature: unit -> unit

CompiledName: get_error_z

x.hoverinfo()
Signature: unit -> string

Determines which trace information appear on hover.

CompiledName: set_hoverinfo

x.hoverinfo()
Signature: unit -> unit

Determines which trace information appear on hover.

CompiledName: get_hoverinfo

x.legendgroup()
Signature: unit -> string

Sets the legend group for this trace. Traces part of the same legend group hide/show at the same time when toggling legend items.

CompiledName: set_legendgroup

x.legendgroup()
Signature: unit -> unit

Sets the legend group for this trace. Traces part of the same legend group hide/show at the same time when toggling legend items.

CompiledName: get_legendgroup

x.line()
Signature: unit -> Line

CompiledName: set_line

x.line()
Signature: unit -> unit

CompiledName: get_line

x.marker()
Signature: unit -> Marker

CompiledName: set_marker

x.marker()
Signature: unit -> unit

CompiledName: get_marker

x.mode()
Signature: unit -> string

Determines the drawing mode for this scatter trace. If the provided mode includes text then the text elements appear at the coordinates. Otherwise, the text elements appear on hover. If there are less than 20 points, then the default is lines+markers. Otherwise, lines.

CompiledName: set_mode

x.mode()
Signature: unit -> unit

Determines the drawing mode for this scatter trace. If the provided mode includes text then the text elements appear at the coordinates. Otherwise, the text elements appear on hover. If there are less than 20 points, then the default is lines+markers. Otherwise, lines.

CompiledName: get_mode

x.opacity()
Signature: unit -> float

Sets the opacity of the trace.

CompiledName: set_opacity

x.opacity()
Signature: unit -> unit

Sets the opacity of the trace.

CompiledName: get_opacity

x.projection()
Signature: unit -> Projection

CompiledName: set_projection

x.projection()
Signature: unit -> unit

CompiledName: get_projection

x.scene()
Signature: unit -> string

Sets a reference between this trace's 3D coordinate system and a 3D scene. If scene (the default value), the (x,y,z) coordinates refer to layout.scene. If scene2, the (x,y,z) coordinates refer to layout.scene2, and so on.

CompiledName: set_scene

x.scene()
Signature: unit -> unit

Sets a reference between this trace's 3D coordinate system and a 3D scene. If scene (the default value), the (x,y,z) coordinates refer to layout.scene. If scene2, the (x,y,z) coordinates refer to layout.scene2, and so on.

CompiledName: get_scene

x.ShouldSerializeerror_x()
Signature: unit -> bool
x.ShouldSerializeerror_y()
Signature: unit -> bool
x.ShouldSerializeerror_z()
Signature: unit -> bool
x.ShouldSerializehoverinfo()
Signature: unit -> bool
x.ShouldSerializelegendgroup()
Signature: unit -> bool
x.ShouldSerializeline()
Signature: unit -> bool
x.ShouldSerializemarker()
Signature: unit -> bool
x.ShouldSerializemode()
Signature: unit -> bool
x.ShouldSerializeopacity()
Signature: unit -> bool
x.ShouldSerializeprojection()
Signature: unit -> bool
x.ShouldSerializescene()
Signature: unit -> bool
x.ShouldSerializeshowlegend()
Signature: unit -> bool
x.ShouldSerializestream()
Signature: unit -> bool
x.ShouldSerializesurfaceaxis()
Signature: unit -> bool
x.ShouldSerializesurfacecolor()
Signature: unit -> bool
x.ShouldSerializetext()
Signature: unit -> bool
x.ShouldSerializetextfont()
Signature: unit -> bool
x.ShouldSerializetextposition()
Signature: unit -> bool
x.ShouldSerializetextpositionsrc()
Signature: unit -> bool
x.ShouldSerializetextsrc()
Signature: unit -> bool
x.ShouldSerializetype()
Signature: unit -> bool
x.ShouldSerializeuid()
Signature: unit -> bool
x.ShouldSerializevisible()
Signature: unit -> bool
x.ShouldSerializex()
Signature: unit -> bool
x.ShouldSerializexsrc()
Signature: unit -> bool
x.ShouldSerializey()
Signature: unit -> bool
x.ShouldSerializeysrc()
Signature: unit -> bool
x.ShouldSerializez()
Signature: unit -> bool
x.ShouldSerializezsrc()
Signature: unit -> bool
x.showlegend()
Signature: unit -> bool

Determines whether or not an item corresponding to this trace is shown in the legend.

CompiledName: set_showlegend

x.showlegend()
Signature: unit -> unit

Determines whether or not an item corresponding to this trace is shown in the legend.

CompiledName: get_showlegend

x.stream()
Signature: unit -> Stream

CompiledName: set_stream

x.stream()
Signature: unit -> unit

CompiledName: get_stream

x.surfaceaxis()
Signature: unit -> obj

If -1, the scatter points are not fill with a surface If 0, 1, 2, the scatter points are filled with a Delaunay surface about the x, y, z respectively.

CompiledName: set_surfaceaxis

x.surfaceaxis()
Signature: unit -> unit

If -1, the scatter points are not fill with a surface If 0, 1, 2, the scatter points are filled with a Delaunay surface about the x, y, z respectively.

CompiledName: get_surfaceaxis

x.surfacecolor()
Signature: unit -> string

Sets the surface fill color.

CompiledName: set_surfacecolor

x.surfacecolor()
Signature: unit -> unit

Sets the surface fill color.

CompiledName: get_surfacecolor

x.text()
Signature: unit -> obj

Sets text elements associated with each (x,y,z) triplet. If a single string, the same string appears over all the data points. If an array of string, the items are mapped in order to the this trace's (x,y,z) coordinates.

CompiledName: set_text

x.text()
Signature: unit -> unit

Sets text elements associated with each (x,y,z) triplet. If a single string, the same string appears over all the data points. If an array of string, the items are mapped in order to the this trace's (x,y,z) coordinates.

CompiledName: get_text

x.textfont()
Signature: unit -> Textfont

CompiledName: set_textfont

x.textfont()
Signature: unit -> unit

CompiledName: get_textfont

x.textposition()
Signature: unit -> obj

Sets the positions of the text elements with respects to the (x,y) coordinates.

CompiledName: set_textposition

x.textposition()
Signature: unit -> unit

Sets the positions of the text elements with respects to the (x,y) coordinates.

CompiledName: get_textposition

x.textpositionsrc()
Signature: unit -> string

Sets the source reference on plot.ly for textposition .

CompiledName: set_textpositionsrc

x.textpositionsrc()
Signature: unit -> unit

Sets the source reference on plot.ly for textposition .

CompiledName: get_textpositionsrc

x.textsrc()
Signature: unit -> string

Sets the source reference on plot.ly for text .

CompiledName: set_textsrc

x.textsrc()
Signature: unit -> unit

Sets the source reference on plot.ly for text .

CompiledName: get_textsrc

x.type()
Signature: unit -> string

CompiledName: set_type

x.type()
Signature: unit -> unit

CompiledName: get_type

x.uid()
Signature: unit -> string

Sets the trace name. The trace name appear as the legend item and on hover.

CompiledName: set_uid

x.uid()
Signature: unit -> unit

Sets the trace name. The trace name appear as the legend item and on hover.

CompiledName: get_uid

x.visible()
Signature: unit -> obj

Determines whether or not this trace is visible. If legendonly, the trace is not drawn, but can appear as a legend item (provided that the legend itself is visible).

CompiledName: set_visible

x.visible()
Signature: unit -> unit

Determines whether or not this trace is visible. If legendonly, the trace is not drawn, but can appear as a legend item (provided that the legend itself is visible).

CompiledName: get_visible

x.x()
Signature: unit -> obj

Sets the x coordinates.

CompiledName: set_x

x.x()
Signature: unit -> unit

Sets the x coordinates.

CompiledName: get_x

x.xsrc()
Signature: unit -> string

Sets the source reference on plot.ly for x .

CompiledName: set_xsrc

x.xsrc()
Signature: unit -> unit

Sets the source reference on plot.ly for x .

CompiledName: get_xsrc

x.y()
Signature: unit -> obj

Sets the y coordinates.

CompiledName: set_y

x.y()
Signature: unit -> unit

Sets the y coordinates.

CompiledName: get_y

x.ysrc()
Signature: unit -> string

Sets the source reference on plot.ly for y .

CompiledName: set_ysrc

x.ysrc()
Signature: unit -> unit

Sets the source reference on plot.ly for y .

CompiledName: get_ysrc

x.z()
Signature: unit -> obj

Sets the z coordinates.

CompiledName: set_z

x.z()
Signature: unit -> unit

Sets the z coordinates.

CompiledName: get_z

x.zsrc()
Signature: unit -> string

Sets the source reference on plot.ly for z .

CompiledName: set_zsrc

x.zsrc()
Signature: unit -> unit

Sets the source reference on plot.ly for z .

CompiledName: get_zsrc

Fork me on GitHub