XPlot


Surface

Namespace: XPlot.Plotly
Parent Module: Graph

Constructors

ConstructorDescription
new()
Signature: unit -> Surface

CompiledName: .ctor

Instance members

Instance memberDescription
x.autocolorscale()
Signature: unit -> bool

Determines whether or not the colorscale is picked using the sign of the input z values.

CompiledName: set_autocolorscale

x.autocolorscale()
Signature: unit -> unit

Determines whether or not the colorscale is picked using the sign of the input z values.

CompiledName: get_autocolorscale

x.colorbar()
Signature: unit -> Colorbar

CompiledName: set_colorbar

x.colorbar()
Signature: unit -> unit

CompiledName: get_colorbar

x.colorscale()
Signature: unit -> obj

Sets the colorscale.

CompiledName: set_colorscale

x.colorscale()
Signature: unit -> unit

Sets the colorscale.

CompiledName: get_colorscale

x.contours()
Signature: unit -> Contours

CompiledName: set_contours

x.contours()
Signature: unit -> unit

CompiledName: get_contours

x.hidesurface()
Signature: unit -> bool

CompiledName: set_hidesurface

x.hidesurface()
Signature: unit -> unit

CompiledName: get_hidesurface

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.lighting()
Signature: unit -> Lighting

CompiledName: set_lighting

x.lighting()
Signature: unit -> unit

CompiledName: get_lighting

x.opacity()
Signature: unit -> float

CompiledName: set_opacity

x.opacity()
Signature: unit -> unit

CompiledName: get_opacity

x.reversescale()
Signature: unit -> bool

Reverses the colorscale.

CompiledName: set_reversescale

x.reversescale()
Signature: unit -> unit

Reverses the colorscale.

CompiledName: get_reversescale

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.ShouldSerializeautocolorscale()
Signature: unit -> bool
x.ShouldSerializecolorbar()
Signature: unit -> bool
x.ShouldSerializecolorscale()
Signature: unit -> bool
x.ShouldSerializecontours()
Signature: unit -> bool
x.ShouldSerializehidesurface()
Signature: unit -> bool
x.ShouldSerializehoverinfo()
Signature: unit -> bool
x.ShouldSerializelegendgroup()
Signature: unit -> bool
x.ShouldSerializelighting()
Signature: unit -> bool
x.ShouldSerializeopacity()
Signature: unit -> bool
x.ShouldSerializereversescale()
Signature: unit -> bool
x.ShouldSerializescene()
Signature: unit -> bool
x.ShouldSerializeshowlegend()
Signature: unit -> bool
x.ShouldSerializeshowscale()
Signature: unit -> bool
x.ShouldSerializestream()
Signature: unit -> bool
x.ShouldSerializetext()
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.ShouldSerializezauto()
Signature: unit -> bool
x.ShouldSerializezmax()
Signature: unit -> bool
x.ShouldSerializezmin()
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.showscale()
Signature: unit -> bool

Determines whether or not a colorbar is displayed for this trace.

CompiledName: set_showscale

x.showscale()
Signature: unit -> unit

Determines whether or not a colorbar is displayed for this trace.

CompiledName: get_showscale

x.stream()
Signature: unit -> Stream

CompiledName: set_stream

x.stream()
Signature: unit -> unit

CompiledName: get_stream

x.text()
Signature: unit -> obj

Sets the text elements associated with each z value.

CompiledName: set_text

x.text()
Signature: unit -> unit

Sets the text elements associated with each z value.

CompiledName: get_text

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.zauto()
Signature: unit -> bool

Determines the whether or not the color domain is computed with respect to the input data.

CompiledName: set_zauto

x.zauto()
Signature: unit -> unit

Determines the whether or not the color domain is computed with respect to the input data.

CompiledName: get_zauto

x.zmax()
Signature: unit -> float

Sets the upper bound of color domain.

CompiledName: set_zmax

x.zmax()
Signature: unit -> unit

Sets the upper bound of color domain.

CompiledName: get_zmax

x.zmin()
Signature: unit -> float

Sets the lower bound of color domain.

CompiledName: set_zmin

x.zmin()
Signature: unit -> unit

Sets the lower bound of color domain.

CompiledName: get_zmin

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