XPlot


Contours

Namespace: XPlot.Plotly
Parent Module: Graph

Constructors

ConstructorDescription
new()
Signature: unit -> Contours

CompiledName: .ctor

Instance members

Instance memberDescription
x.coloring()
Signature: unit -> obj

Determines the coloring method showing the contour values. If fill, coloring is done evenly between each contour level If heatmap, a heatmap gradient is coloring is applied between each contour level. If lines, coloring is done on the contour lines. If none, no coloring is applied on this trace.

CompiledName: set_coloring

x.coloring()
Signature: unit -> unit

Determines the coloring method showing the contour values. If fill, coloring is done evenly between each contour level If heatmap, a heatmap gradient is coloring is applied between each contour level. If lines, coloring is done on the contour lines. If none, no coloring is applied on this trace.

CompiledName: get_coloring

x.end()
Signature: unit -> float

Sets the end contour level value.

CompiledName: set_end

x.end()
Signature: unit -> unit

Sets the end contour level value.

CompiledName: get_end

x.ShouldSerializecoloring()
Signature: unit -> bool
x.ShouldSerializeend()
Signature: unit -> bool
x.ShouldSerializeshowlines()
Signature: unit -> bool
x.ShouldSerializesize()
Signature: unit -> bool
x.ShouldSerializestart()
Signature: unit -> bool
x.ShouldSerializex()
Signature: unit -> bool
x.ShouldSerializey()
Signature: unit -> bool
x.ShouldSerializez()
Signature: unit -> bool
x.showlines()
Signature: unit -> bool

Determines whether or not the contour lines are drawn. Has only an effect if contours.coloring is set to fill.

CompiledName: set_showlines

x.showlines()
Signature: unit -> unit

Determines whether or not the contour lines are drawn. Has only an effect if contours.coloring is set to fill.

CompiledName: get_showlines

x.size()
Signature: unit -> float

Sets the step between each contour level.

CompiledName: set_size

x.size()
Signature: unit -> unit

Sets the step between each contour level.

CompiledName: get_size

x.start()
Signature: unit -> float

Sets the starting contour level value.

CompiledName: set_start

x.start()
Signature: unit -> unit

Sets the starting contour level value.

CompiledName: get_start

x.x()
Signature: unit -> X

CompiledName: set_x

x.x()
Signature: unit -> unit

CompiledName: get_x

x.y()
Signature: unit -> Y

CompiledName: set_y

x.y()
Signature: unit -> unit

CompiledName: get_y

x.z()
Signature: unit -> Z

CompiledName: set_z

x.z()
Signature: unit -> unit

CompiledName: get_z

Fork me on GitHub