XPlot


Box Type

Namespace: XPlot.Plotly

Assembly: XPlot.Plotly.dll

Base Type: Trace

Constructors

Constructor Description

Box()

Full Usage: Box()

Returns: Box

Returns: Box

Instance members

Instance member Description

this.ShouldSerializeboxmean()

Full Usage: this.ShouldSerializeboxmean()

Returns: bool

Returns: bool

this.ShouldSerializeboxpoints()

Full Usage: this.ShouldSerializeboxpoints()

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

Full Usage: this.ShouldSerializejitter()

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

Full Usage: this.ShouldSerializeopacity()

Returns: bool

Returns: bool

this.ShouldSerializeorientation()

Full Usage: this.ShouldSerializeorientation()

Returns: bool

Returns: bool

this.ShouldSerializepointpos()

Full Usage: this.ShouldSerializepointpos()

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

Full Usage: this.ShouldSerializewhiskerwidth()

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

Full Usage: this.boxmean

If *true*, the mean of the box(es)' underlying distribution is drawn as a dashed line inside the box(es). If *sd* the standard deviation is also drawn.

this.boxpoints

Full Usage: this.boxpoints

If *outliers*, only the sample points lying outside the whiskers are shown If *suspectedoutliers*, the outlier points are shown and points either less than 4*Q1-3*Q3 or greater than 4*Q3-3*Q1 are highlighted (see `outliercolor`) If *all*, all sample points are shown If *false*, only the box(es) are shown with no sample points

this.fillcolor

Full Usage: this.fillcolor

Sets the fill color.

this.hoverinfo

Full Usage: this.hoverinfo

Determines which trace information appear on hover.

this.jitter

Full Usage: this.jitter

Sets the amount of jitter in the sample points drawn. If *0*, the sample points align along the distribution axis. If *1*, the sample points are drawn in a random jitter of width equal to the width of the box(es).

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

Full Usage: this.opacity

Sets the opacity of the trace.

this.orientation

Full Usage: this.orientation

Sets the orientation of the box(es). If *v* (*h*), the distribution is visualized along the vertical (horizontal).

this.pointpos

Full Usage: this.pointpos

Sets the position of the sample points in relation to the box(es). If *0*, the sample points are places over the center of the box(es). Positive (negative) values correspond to positions to the right (left) for vertical boxes and above (below) for horizontal boxes

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

Full Usage: this.whiskerwidth

Sets the width of the whiskers relative to the box' width. For example, with 1, the whiskers are as wide as the box(es).

this.x

Full Usage: this.x

Sets the x sample data or coordinates. See overview for more info.

this.x0

Full Usage: this.x0

Sets the x coordinate of the box. See overview for more info.

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 sample data or coordinates. See overview for more info.

this.y0

Full Usage: this.y0

Sets the y coordinate of the box. See overview for more info.

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 .