XPlot


Line

Namespace: XPlot.Plotly
Parent Module: Graph

Constructors

ConstructorDescription
new()
Signature: unit -> Line

CompiledName: .ctor

Instance members

Instance memberDescription
x.autocolorscale()
Signature: unit -> bool

Has only an effect if marker.line.color is set to a numerical array. Determines whether or not the colorscale is picked using the sign of values inside marker.line.color.

CompiledName: set_autocolorscale

x.autocolorscale()
Signature: unit -> unit

Has only an effect if marker.line.color is set to a numerical array. Determines whether or not the colorscale is picked using the sign of values inside marker.line.color.

CompiledName: get_autocolorscale

x.cauto()
Signature: unit -> bool

Has only an effect if marker.line.color is set to a numerical array. Determines the whether or not the color domain is computed with respect to the input data.

CompiledName: set_cauto

x.cauto()
Signature: unit -> unit

Has only an effect if marker.line.color is set to a numerical array. Determines the whether or not the color domain is computed with respect to the input data.

CompiledName: get_cauto

x.cmax()
Signature: unit -> float

Has only an effect if marker.line.color is set to a numerical array. Sets the upper bound of the color domain.

CompiledName: set_cmax

x.cmax()
Signature: unit -> unit

Has only an effect if marker.line.color is set to a numerical array. Sets the upper bound of the color domain.

CompiledName: get_cmax

x.cmin()
Signature: unit -> float

Has only an effect if marker.line.color is set to a numerical array. Sets the lower bound of the color domain.

CompiledName: set_cmin

x.cmin()
Signature: unit -> unit

Has only an effect if marker.line.color is set to a numerical array. Sets the lower bound of the color domain.

CompiledName: get_cmin

x.color()
Signature: unit -> obj

Sets the line color.

CompiledName: set_color

x.color()
Signature: unit -> unit

Sets the line color.

CompiledName: get_color

x.colorscale()
Signature: unit -> obj

Has only an effect if marker.line.color is set to a numerical array. Sets the colorscale.

CompiledName: set_colorscale

x.colorscale()
Signature: unit -> unit

Has only an effect if marker.line.color is set to a numerical array. Sets the colorscale.

CompiledName: get_colorscale

x.colorsrc()
Signature: unit -> string

Sets the source reference on plot.ly for color .

CompiledName: set_colorsrc

x.colorsrc()
Signature: unit -> unit

Sets the source reference on plot.ly for color .

CompiledName: get_colorsrc

x.dash()
Signature: unit -> string

Sets the style of the lines. Set to a dash string type or a dash length in px.

CompiledName: set_dash

x.dash()
Signature: unit -> unit

Sets the style of the lines. Set to a dash string type or a dash length in px.

CompiledName: get_dash

x.outliercolor()
Signature: unit -> string

Sets the border line color of the outlier sample points. Defaults to marker.color

CompiledName: set_outliercolor

x.outliercolor()
Signature: unit -> unit

Sets the border line color of the outlier sample points. Defaults to marker.color

CompiledName: get_outliercolor

x.outlierwidth()
Signature: unit -> float

Sets the border line width (in px) of the outlier sample points.

CompiledName: set_outlierwidth

x.outlierwidth()
Signature: unit -> unit

Sets the border line width (in px) of the outlier sample points.

CompiledName: get_outlierwidth

x.reversescale()
Signature: unit -> bool

Has only an effect if marker.line.color is set to a numerical array. Reverses the colorscale.

CompiledName: set_reversescale

x.reversescale()
Signature: unit -> unit

Has only an effect if marker.line.color is set to a numerical array. Reverses the colorscale.

CompiledName: get_reversescale

x.shape()
Signature: unit -> obj

Determines the line shape. With spline the lines are drawn using spline interpolation. The other available values correspond to step-wise line shapes.

CompiledName: set_shape

x.shape()
Signature: unit -> unit

Determines the line shape. With spline the lines are drawn using spline interpolation. The other available values correspond to step-wise line shapes.

CompiledName: get_shape

x.ShouldSerializeautocolorscale()
Signature: unit -> bool
x.ShouldSerializecauto()
Signature: unit -> bool
x.ShouldSerializecmax()
Signature: unit -> bool
x.ShouldSerializecmin()
Signature: unit -> bool
x.ShouldSerializecolor()
Signature: unit -> bool
x.ShouldSerializecolorscale()
Signature: unit -> bool
x.ShouldSerializecolorsrc()
Signature: unit -> bool
x.ShouldSerializedash()
Signature: unit -> bool
x.ShouldSerializeoutliercolor()
Signature: unit -> bool
x.ShouldSerializeoutlierwidth()
Signature: unit -> bool
x.ShouldSerializereversescale()
Signature: unit -> bool
x.ShouldSerializeshape()
Signature: unit -> bool
x.ShouldSerializesmoothing()
Signature: unit -> bool
x.ShouldSerializewidth()
Signature: unit -> bool
x.ShouldSerializewidthsrc()
Signature: unit -> bool
x.smoothing()
Signature: unit -> float

Has only an effect if shape is set to spline Sets the amount of smoothing. 0 corresponds to no smoothing (equivalent to a linear shape).

CompiledName: set_smoothing

x.smoothing()
Signature: unit -> unit

Has only an effect if shape is set to spline Sets the amount of smoothing. 0 corresponds to no smoothing (equivalent to a linear shape).

CompiledName: get_smoothing

x.width()
Signature: unit -> obj

Sets the line width (in px).

CompiledName: set_width

x.width()
Signature: unit -> unit

Sets the line width (in px).

CompiledName: get_width

x.widthsrc()
Signature: unit -> string

Sets the source reference on plot.ly for width .

CompiledName: set_widthsrc

x.widthsrc()
Signature: unit -> unit

Sets the source reference on plot.ly for width .

CompiledName: get_widthsrc

Fork me on GitHub