XPlot


Scatter3d Type

Namespace: XPlot.Plotly

Assembly: XPlot.Plotly.dll

Base Type: Trace

Constructors

Constructor Description

Scatter3d()

Full Usage: Scatter3d()

Returns: Scatter3d

Returns: Scatter3d

Instance members

Instance member Description

this.ShouldSerializeerror_x()

Full Usage: this.ShouldSerializeerror_x()

Returns: bool

Returns: bool

this.ShouldSerializeerror_y()

Full Usage: this.ShouldSerializeerror_y()

Returns: bool

Returns: bool

this.ShouldSerializeerror_z()

Full Usage: this.ShouldSerializeerror_z()

Returns: bool

Returns: bool

this.ShouldSerializehoverinfo()

Full Usage: this.ShouldSerializehoverinfo()

Returns: bool

Returns: bool

this.ShouldSerializelegendgroup()

Full Usage: this.ShouldSerializelegendgroup()

Returns: bool

Returns: bool

this.ShouldSerializeline()

Full Usage: this.ShouldSerializeline()

Returns: bool

Returns: bool

this.ShouldSerializemarker()

Full Usage: this.ShouldSerializemarker()

Returns: bool

Returns: bool

this.ShouldSerializemode()

Full Usage: this.ShouldSerializemode()

Returns: bool

Returns: bool

this.ShouldSerializeopacity()

Full Usage: this.ShouldSerializeopacity()

Returns: bool

Returns: bool

this.ShouldSerializeprojection()

Full Usage: this.ShouldSerializeprojection()

Returns: bool

Returns: bool

this.ShouldSerializescene()

Full Usage: this.ShouldSerializescene()

Returns: bool

Returns: bool

this.ShouldSerializeshowlegend()

Full Usage: this.ShouldSerializeshowlegend()

Returns: bool

Returns: bool

this.ShouldSerializestream()

Full Usage: this.ShouldSerializestream()

Returns: bool

Returns: bool

this.ShouldSerializesurfaceaxis()

Full Usage: this.ShouldSerializesurfaceaxis()

Returns: bool

Returns: bool

this.ShouldSerializesurfacecolor()

Full Usage: this.ShouldSerializesurfacecolor()

Returns: bool

Returns: bool

this.ShouldSerializetext()

Full Usage: this.ShouldSerializetext()

Returns: bool

Returns: bool

this.ShouldSerializetextfont()

Full Usage: this.ShouldSerializetextfont()

Returns: bool

Returns: bool

this.ShouldSerializetextposition()

Full Usage: this.ShouldSerializetextposition()

Returns: bool

Returns: bool

this.ShouldSerializetextpositionsrc()

Full Usage: this.ShouldSerializetextpositionsrc()

Returns: bool

Returns: bool

this.ShouldSerializetextsrc()

Full Usage: this.ShouldSerializetextsrc()

Returns: bool

Returns: bool

this.ShouldSerializetype()

Full Usage: this.ShouldSerializetype()

Returns: bool

Returns: bool

this.ShouldSerializeuid()

Full Usage: this.ShouldSerializeuid()

Returns: bool

Returns: bool

this.ShouldSerializevisible()

Full Usage: this.ShouldSerializevisible()

Returns: bool

Returns: bool

this.ShouldSerializex()

Full Usage: this.ShouldSerializex()

Returns: bool

Returns: bool

this.ShouldSerializexsrc()

Full Usage: this.ShouldSerializexsrc()

Returns: bool

Returns: bool

this.ShouldSerializey()

Full Usage: this.ShouldSerializey()

Returns: bool

Returns: bool

this.ShouldSerializeysrc()

Full Usage: this.ShouldSerializeysrc()

Returns: bool

Returns: bool

this.ShouldSerializez()

Full Usage: this.ShouldSerializez()

Returns: bool

Returns: bool

this.ShouldSerializezsrc()

Full Usage: this.ShouldSerializezsrc()

Returns: bool

Returns: bool

this.error_x

Full Usage: this.error_x

this.error_y

Full Usage: this.error_y

this.error_z

Full Usage: this.error_z

this.hoverinfo

Full Usage: this.hoverinfo

Determines which trace information appear on hover.

this.legendgroup

Full Usage: this.legendgroup

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

this.line

Full Usage: this.line

this.marker

Full Usage: this.marker

this.mode

Full Usage: this.mode

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*.

this.opacity

Full Usage: this.opacity

Sets the opacity of the trace.

this.projection

Full Usage: this.projection

this.scene

Full Usage: this.scene

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.

this.showlegend

Full Usage: this.showlegend

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

this.stream

Full Usage: this.stream

this.surfaceaxis

Full Usage: this.surfaceaxis

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.

this.surfacecolor

Full Usage: this.surfacecolor

Sets the surface fill color.

this.text

Full Usage: this.text

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.

this.textfont

Full Usage: this.textfont

this.textposition

Full Usage: this.textposition

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

this.textpositionsrc

Full Usage: this.textpositionsrc

Sets the source reference on plot.ly for textposition .

this.textsrc

Full Usage: this.textsrc

Sets the source reference on plot.ly for text .

this.type

Full Usage: this.type

this.uid

Full Usage: this.uid

this.visible

Full Usage: this.visible

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).

this.x

Full Usage: this.x

Sets the x coordinates.

this.xsrc

Full Usage: this.xsrc

Sets the source reference on plot.ly for x .

this.y

Full Usage: this.y

Sets the y coordinates.

this.ysrc

Full Usage: this.ysrc

Sets the source reference on plot.ly for y .

this.z

Full Usage: this.z

Sets the z coordinates.

this.zsrc

Full Usage: this.zsrc

Sets the source reference on plot.ly for z .