XPlot


Scatter Type

Namespace: XPlot.Plotly

Assembly: XPlot.Plotly.dll

Base Type: Trace

Constructors

Constructor Description

Scatter()

Full Usage: Scatter()

Returns: Scatter

Returns: Scatter

Instance members

Instance member Description

this.ShouldSerializeconnectgaps()

Full Usage: this.ShouldSerializeconnectgaps()

Returns: bool

Returns: bool

this.ShouldSerializedx()

Full Usage: this.ShouldSerializedx()

Returns: bool

Returns: bool

this.ShouldSerializedy()

Full Usage: this.ShouldSerializedy()

Returns: bool

Returns: bool

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

Full Usage: this.ShouldSerializefill()

Returns: bool

Returns: bool

this.ShouldSerializefillcolor()

Full Usage: this.ShouldSerializefillcolor()

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

Full Usage: this.ShouldSerializer()

Returns: bool

Returns: bool

this.ShouldSerializersrc()

Full Usage: this.ShouldSerializersrc()

Returns: bool

Returns: bool

this.ShouldSerializeshowlegend()

Full Usage: this.ShouldSerializeshowlegend()

Returns: bool

Returns: bool

this.ShouldSerializestackgroup()

Full Usage: this.ShouldSerializestackgroup()

Returns: bool

Returns: bool

this.ShouldSerializestream()

Full Usage: this.ShouldSerializestream()

Returns: bool

Returns: bool

this.ShouldSerializet()

Full Usage: this.ShouldSerializet()

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

Full Usage: this.ShouldSerializetsrc()

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

Full Usage: this.ShouldSerializex0()

Returns: bool

Returns: bool

this.ShouldSerializexaxis()

Full Usage: this.ShouldSerializexaxis()

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

Full Usage: this.ShouldSerializey0()

Returns: bool

Returns: bool

this.ShouldSerializeyaxis()

Full Usage: this.ShouldSerializeyaxis()

Returns: bool

Returns: bool

this.ShouldSerializeysrc()

Full Usage: this.ShouldSerializeysrc()

Returns: bool

Returns: bool

this.connectgaps

Full Usage: this.connectgaps

Determines whether or not gaps (i.e. {nan} or missing values) in the provided data arrays are connected.

this.dx

Full Usage: this.dx

Sets the x coordinate step. See `x0` for more info.

this.dy

Full Usage: this.dy

Sets the y coordinate step. See `y0` for more info.

this.error_x

Full Usage: this.error_x

this.error_y

Full Usage: this.error_y

this.fill

Full Usage: this.fill

Sets the area to fill with a solid color. Use with `fillcolor`.

this.fillcolor

Full Usage: this.fillcolor

Sets the fill color.

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

Full Usage: this.r

For polar chart only.Sets the radial coordinates.

this.rsrc

Full Usage: this.rsrc

Sets the source reference on plot.ly for r .

this.showlegend

Full Usage: this.showlegend

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

this.stackgroup

Full Usage: this.stackgroup

this.stream

Full Usage: this.stream

this.t

Full Usage: this.t

For polar chart only.Sets the angular coordinates.

this.text

Full Usage: this.text

Sets text elements associated with each (x,y) pair. 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) 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.tsrc

Full Usage: this.tsrc

Sets the source reference on plot.ly for t .

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

Full Usage: this.x0

Alternate to `x`. Builds a linear space of x coordinates. Use with `dx` where `x0` is the starting coordinate and `dx` the step.

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

Full Usage: this.y0

Alternate to `y`. Builds a linear space of y coordinates. Use with `dy` where `y0` is the starting coordinate and `dy` the step.

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.

this.ysrc

Full Usage: this.ysrc

Sets the source reference on plot.ly for y .