XPlot


Candlestick Type

Namespace: XPlot.Plotly

Assembly: XPlot.Plotly.dll

Base Type: Trace

Constructors

Constructor Description

Candlestick()

Full Usage: Candlestick()

Returns: Candlestick

Returns: Candlestick

Instance members

Instance member Description

this.ShouldSerializeclose()

Full Usage: this.ShouldSerializeclose()

Returns: bool

Returns: bool

this.ShouldSerializedecreasing()

Full Usage: this.ShouldSerializedecreasing()

Returns: bool

Returns: bool

this.ShouldSerializehigh()

Full Usage: this.ShouldSerializehigh()

Returns: bool

Returns: bool

this.ShouldSerializehoverinfo()

Full Usage: this.ShouldSerializehoverinfo()

Returns: bool

Returns: bool

this.ShouldSerializeincreasing()

Full Usage: this.ShouldSerializeincreasing()

Returns: bool

Returns: bool

this.ShouldSerializelegendgroup()

Full Usage: this.ShouldSerializelegendgroup()

Returns: bool

Returns: bool

this.ShouldSerializelow()

Full Usage: this.ShouldSerializelow()

Returns: bool

Returns: bool

this.ShouldSerializeopacity()

Full Usage: this.ShouldSerializeopacity()

Returns: bool

Returns: bool

this.ShouldSerializeopen()

Full Usage: this.ShouldSerializeopen()

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

Full Usage: this.ShouldSerializexaxis()

Returns: bool

Returns: bool

this.ShouldSerializeyaxis()

Full Usage: this.ShouldSerializeyaxis()

Returns: bool

Returns: bool

this.close

Full Usage: this.close

Sets the close values.

this.decreasing

Full Usage: this.decreasing

Sets the decreasing candles properties.

this.high

Full Usage: this.high

Sets the high values.

this.hoverinfo

Full Usage: this.hoverinfo

Determines which trace information appear on hover.

this.increasing

Full Usage: this.increasing

Sets the increasing candles properties.

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

Full Usage: this.low

Sets the low values.

this.opacity

Full Usage: this.opacity

Sets the opacity of the trace.

this.open

Full Usage: this.open

Sets the open values.

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.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 values - usually time.

this.xaxis

Full Usage: this.xaxis

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.

this.yaxis

Full Usage: this.yaxis

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.