x.close()
Signature: unit -> obj
|
Sets the close values.
CompiledName: set_close
|
x.close()
Signature: unit -> unit
|
Sets the close values.
CompiledName: get_close
|
x.decreasing()
Signature: unit -> obj
|
Sets the decreasing candles properties.
CompiledName: set_decreasing
|
x.decreasing()
Signature: unit -> unit
|
Sets the decreasing candles properties.
CompiledName: get_decreasing
|
x.high()
Signature: unit -> obj
|
Sets the high values.
CompiledName: set_high
|
x.high()
Signature: unit -> unit
|
Sets the high values.
CompiledName: get_high
|
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.increasing()
Signature: unit -> obj
|
Sets the increasing candles properties.
CompiledName: set_increasing
|
x.increasing()
Signature: unit -> unit
|
Sets the increasing candles properties.
CompiledName: get_increasing
|
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.low()
Signature: unit -> obj
|
Sets the low values.
CompiledName: set_low
|
x.low()
Signature: unit -> unit
|
Sets the low values.
CompiledName: get_low
|
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.open()
Signature: unit -> obj
|
Sets the open values.
CompiledName: set_open
|
x.open()
Signature: unit -> unit
|
Sets the open values.
CompiledName: get_open
|
x.ShouldSerializeclose()
Signature: unit -> bool
|
|
x.ShouldSerializedecreasing()
Signature: unit -> bool
|
|
x.ShouldSerializehigh()
Signature: unit -> bool
|
|
x.ShouldSerializehoverinfo()
Signature: unit -> bool
|
|
x.ShouldSerializeincreasing()
Signature: unit -> bool
|
|
x.ShouldSerializelegendgroup()
Signature: unit -> bool
|
|
x.ShouldSerializelow()
Signature: unit -> bool
|
|
x.ShouldSerializeopacity()
Signature: unit -> bool
|
|
x.ShouldSerializeopen()
Signature: unit -> bool
|
|
x.ShouldSerializeshowlegend()
Signature: unit -> bool
|
|
x.ShouldSerializestream()
Signature: unit -> bool
|
|
x.ShouldSerializetype()
Signature: unit -> bool
|
|
x.ShouldSerializeuid()
Signature: unit -> bool
|
|
x.ShouldSerializevisible()
Signature: unit -> bool
|
|
x.ShouldSerializex()
Signature: unit -> bool
|
|
x.ShouldSerializexaxis()
Signature: unit -> bool
|
|
x.ShouldSerializeyaxis()
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.type()
Signature: unit -> string
|
CompiledName: set_type
|
x.type()
Signature: unit -> unit
|
CompiledName: get_type
|
x.uid()
Signature: unit -> string
|
CompiledName: set_uid
|
x.uid()
Signature: unit -> unit
|
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 values - usually time.
CompiledName: set_x
|
x.x()
Signature: unit -> unit
|
Sets the x values - usually time.
CompiledName: get_x
|
x.xaxis()
Signature: unit -> string
|
Sets a reference between this trace's x coordinates and a 2D cartesian x axis. If x (the default value), the x coordinates refer to layout.xaxis . If x2, the x coordinates refer to layout.xaxis2 , and so on.
CompiledName: set_xaxis
|
x.xaxis()
Signature: unit -> unit
|
Sets a reference between this trace's x coordinates and a 2D cartesian x axis. If x (the default value), the x coordinates refer to layout.xaxis . If x2, the x coordinates refer to layout.xaxis2 , and so on.
CompiledName: get_xaxis
|
x.yaxis()
Signature: unit -> string
|
Sets a reference between this trace's y coordinates and a 2D cartesian y axis. If y (the default value), the y coordinates refer to layout.yaxis . If y2, the y coordinates refer to layout.xaxis2 , and so on.
CompiledName: set_yaxis
|
x.yaxis()
Signature: unit -> unit
|
Sets a reference between this trace's y coordinates and a 2D cartesian y axis. If y (the default value), the y coordinates refer to layout.yaxis . If y2, the y coordinates refer to layout.xaxis2 , and so on.
CompiledName: get_yaxis
|