XPlot


Line Type

Namespace: XPlot.Plotly

Assembly: XPlot.Plotly.dll

Base Type: obj

Constructors

Constructor Description

Line()

Full Usage: Line()

Returns: Line

Returns: Line

Instance members

Instance member Description

this.ShouldSerializeautocolorscale()

Full Usage: this.ShouldSerializeautocolorscale()

Returns: bool

Returns: bool

this.ShouldSerializecauto()

Full Usage: this.ShouldSerializecauto()

Returns: bool

Returns: bool

this.ShouldSerializecmax()

Full Usage: this.ShouldSerializecmax()

Returns: bool

Returns: bool

this.ShouldSerializecmin()

Full Usage: this.ShouldSerializecmin()

Returns: bool

Returns: bool

this.ShouldSerializecolor()

Full Usage: this.ShouldSerializecolor()

Returns: bool

Returns: bool

this.ShouldSerializecolorscale()

Full Usage: this.ShouldSerializecolorscale()

Returns: bool

Returns: bool

this.ShouldSerializecolorsrc()

Full Usage: this.ShouldSerializecolorsrc()

Returns: bool

Returns: bool

this.ShouldSerializedash()

Full Usage: this.ShouldSerializedash()

Returns: bool

Returns: bool

this.ShouldSerializeoutliercolor()

Full Usage: this.ShouldSerializeoutliercolor()

Returns: bool

Returns: bool

this.ShouldSerializeoutlierwidth()

Full Usage: this.ShouldSerializeoutlierwidth()

Returns: bool

Returns: bool

this.ShouldSerializereversescale()

Full Usage: this.ShouldSerializereversescale()

Returns: bool

Returns: bool

this.ShouldSerializeshape()

Full Usage: this.ShouldSerializeshape()

Returns: bool

Returns: bool

this.ShouldSerializesmoothing()

Full Usage: this.ShouldSerializesmoothing()

Returns: bool

Returns: bool

this.ShouldSerializewidth()

Full Usage: this.ShouldSerializewidth()

Returns: bool

Returns: bool

this.ShouldSerializewidthsrc()

Full Usage: this.ShouldSerializewidthsrc()

Returns: bool

Returns: bool

this.autocolorscale

Full Usage: this.autocolorscale

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

this.cauto

Full Usage: this.cauto

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.

this.cmax

Full Usage: this.cmax

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

this.cmin

Full Usage: this.cmin

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

this.color

Full Usage: this.color

Sets the line color.

this.colorscale

Full Usage: this.colorscale

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

this.colorsrc

Full Usage: this.colorsrc

Sets the source reference on plot.ly for color .

this.dash

Full Usage: this.dash

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

this.outliercolor

Full Usage: this.outliercolor

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

this.outlierwidth

Full Usage: this.outlierwidth

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

this.reversescale

Full Usage: this.reversescale

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

this.shape

Full Usage: this.shape

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

this.smoothing

Full Usage: this.smoothing

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

this.width

Full Usage: this.width

Sets the line width (in px).

this.widthsrc

Full Usage: this.widthsrc

Sets the source reference on plot.ly for width .