XPlot


Box

Namespace: XPlot.Plotly
Parent Module: Graph

Constructors

ConstructorDescription
new()
Signature: unit -> Box

CompiledName: .ctor

Instance members

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

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.

CompiledName: set_boxmean

x.boxmean()
Signature: unit -> unit

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.

CompiledName: get_boxmean

x.boxpoints()
Signature: unit -> obj

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

CompiledName: set_boxpoints

x.boxpoints()
Signature: unit -> unit

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

CompiledName: get_boxpoints

x.fillcolor()
Signature: unit -> string

Sets the fill color.

CompiledName: set_fillcolor

x.fillcolor()
Signature: unit -> unit

Sets the fill color.

CompiledName: get_fillcolor

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.jitter()
Signature: unit -> float

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

CompiledName: set_jitter

x.jitter()
Signature: unit -> unit

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

CompiledName: get_jitter

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.line()
Signature: unit -> Line

CompiledName: set_line

x.line()
Signature: unit -> unit

CompiledName: get_line

x.marker()
Signature: unit -> Marker

CompiledName: set_marker

x.marker()
Signature: unit -> unit

CompiledName: get_marker

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.orientation()
Signature: unit -> obj

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

CompiledName: set_orientation

x.orientation()
Signature: unit -> unit

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

CompiledName: get_orientation

x.pointpos()
Signature: unit -> float

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

CompiledName: set_pointpos

x.pointpos()
Signature: unit -> unit

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

CompiledName: get_pointpos

x.ShouldSerializeboxmean()
Signature: unit -> bool
x.ShouldSerializeboxpoints()
Signature: unit -> bool
x.ShouldSerializefillcolor()
Signature: unit -> bool
x.ShouldSerializehoverinfo()
Signature: unit -> bool
x.ShouldSerializejitter()
Signature: unit -> bool
x.ShouldSerializelegendgroup()
Signature: unit -> bool
x.ShouldSerializeline()
Signature: unit -> bool
x.ShouldSerializemarker()
Signature: unit -> bool
x.ShouldSerializeopacity()
Signature: unit -> bool
x.ShouldSerializeorientation()
Signature: unit -> bool
x.ShouldSerializepointpos()
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.ShouldSerializewhiskerwidth()
Signature: unit -> bool
x.ShouldSerializex()
Signature: unit -> bool
x.ShouldSerializex0()
Signature: unit -> bool
x.ShouldSerializexaxis()
Signature: unit -> bool
x.ShouldSerializexsrc()
Signature: unit -> bool
x.ShouldSerializey()
Signature: unit -> bool
x.ShouldSerializey0()
Signature: unit -> bool
x.ShouldSerializeyaxis()
Signature: unit -> bool
x.ShouldSerializeysrc()
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

Sets the trace name. The trace name appear as the legend item and on hover.

CompiledName: set_uid

x.uid()
Signature: unit -> unit

Sets the trace name. The trace name appear as the legend item and on hover.

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.whiskerwidth()
Signature: unit -> float

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

CompiledName: set_whiskerwidth

x.whiskerwidth()
Signature: unit -> unit

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

CompiledName: get_whiskerwidth

x.x()
Signature: unit -> obj

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

CompiledName: set_x

x.x()
Signature: unit -> unit

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

CompiledName: get_x

x.x0()
Signature: unit -> obj

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

CompiledName: set_x0

x.x0()
Signature: unit -> unit

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

CompiledName: get_x0

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.xsrc()
Signature: unit -> string

Sets the source reference on plot.ly for x .

CompiledName: set_xsrc

x.xsrc()
Signature: unit -> unit

Sets the source reference on plot.ly for x .

CompiledName: get_xsrc

x.y()
Signature: unit -> obj

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

CompiledName: set_y

x.y()
Signature: unit -> unit

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

CompiledName: get_y

x.y0()
Signature: unit -> obj

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

CompiledName: set_y0

x.y0()
Signature: unit -> unit

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

CompiledName: get_y0

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

x.ysrc()
Signature: unit -> string

Sets the source reference on plot.ly for y .

CompiledName: set_ysrc

x.ysrc()
Signature: unit -> unit

Sets the source reference on plot.ly for y .

CompiledName: get_ysrc

Fork me on GitHub