XPlot


Marker Type

Namespace: XPlot.Plotly

Assembly: XPlot.Plotly.dll

Base Type: obj

Constructors

Constructor Description

Marker()

Full Usage: Marker()

Returns: Marker

Returns: Marker

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

Full Usage: this.ShouldSerializecolorbar()

Returns: bool

Returns: bool

this.ShouldSerializecolors()

Full Usage: this.ShouldSerializecolors()

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

Full Usage: this.ShouldSerializecolorssrc()

Returns: bool

Returns: bool

this.ShouldSerializeline()

Full Usage: this.ShouldSerializeline()

Returns: bool

Returns: bool

this.ShouldSerializemaxdisplayed()

Full Usage: this.ShouldSerializemaxdisplayed()

Returns: bool

Returns: bool

this.ShouldSerializeopacity()

Full Usage: this.ShouldSerializeopacity()

Returns: bool

Returns: bool

this.ShouldSerializeopacitysrc()

Full Usage: this.ShouldSerializeopacitysrc()

Returns: bool

Returns: bool

this.ShouldSerializeoutliercolor()

Full Usage: this.ShouldSerializeoutliercolor()

Returns: bool

Returns: bool

this.ShouldSerializereversescale()

Full Usage: this.ShouldSerializereversescale()

Returns: bool

Returns: bool

this.ShouldSerializeshowscale()

Full Usage: this.ShouldSerializeshowscale()

Returns: bool

Returns: bool

this.ShouldSerializesize()

Full Usage: this.ShouldSerializesize()

Returns: bool

Returns: bool

this.ShouldSerializesizemin()

Full Usage: this.ShouldSerializesizemin()

Returns: bool

Returns: bool

this.ShouldSerializesizemode()

Full Usage: this.ShouldSerializesizemode()

Returns: bool

Returns: bool

this.ShouldSerializesizeref()

Full Usage: this.ShouldSerializesizeref()

Returns: bool

Returns: bool

this.ShouldSerializesizesrc()

Full Usage: this.ShouldSerializesizesrc()

Returns: bool

Returns: bool

this.ShouldSerializesymbol()

Full Usage: this.ShouldSerializesymbol()

Returns: bool

Returns: bool

this.ShouldSerializesymbolsrc()

Full Usage: this.ShouldSerializesymbolsrc()

Returns: bool

Returns: bool

this.autocolorscale

Full Usage: this.autocolorscale

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

this.cauto

Full Usage: this.cauto

Has only an effect if `marker.color` is set to a numerical array. Determines the whether or not the color domain is computed automatically.

this.cmax

Full Usage: this.cmax

Has only an effect if `marker.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.color` is set to a numerical array. Sets the lower bound of the color domain.

this.color

Full Usage: this.color

Sets the marker color.

this.colorbar

Full Usage: this.colorbar

this.colors

Full Usage: this.colors

Sets the color of each sector of this pie chart. If not specified, the default trace color set is used to pick the sector colors.

this.colorscale

Full Usage: this.colorscale

Has only an effect if `marker.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.colorssrc

Full Usage: this.colorssrc

Sets the source reference on plot.ly for colors .

this.line

Full Usage: this.line

this.maxdisplayed

Full Usage: this.maxdisplayed

Sets a maximum number of points to be drawn on the graph. *0* corresponds to no limit.

this.opacity

Full Usage: this.opacity

Sets the marker opacity.

this.opacitysrc

Full Usage: this.opacitysrc

Sets the source reference on plot.ly for opacity .

this.outliercolor

Full Usage: this.outliercolor

Sets the color of the outlier sample points.

this.reversescale

Full Usage: this.reversescale

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

this.showscale

Full Usage: this.showscale

Has only an effect if `marker.color` is set to a numerical array. Determines whether or not a colorbar is displayed.

this.size

Full Usage: this.size

Sets the marker size (in px).

this.sizemin

Full Usage: this.sizemin

Has only an effect if `marker.size` is set to a numerical array. Sets the minimum size (in px) of the rendered marker points.

this.sizemode

Full Usage: this.sizemode

Has only an effect if `marker.size` is set to a numerical array. Sets the rule for which the data in `size` is converted to pixels.

this.sizeref

Full Usage: this.sizeref

Has only an effect if `marker.size` is set to a numerical array. Sets the scale factor used to determine the rendered size of marker points. Use with `sizemin` and `sizemode`.

this.sizesrc

Full Usage: this.sizesrc

Sets the source reference on plot.ly for size .

this.symbol

Full Usage: this.symbol

Sets the marker symbol type. Adding 100 is equivalent to appending *-open* to a symbol name. Adding 200 is equivalent to appending *-dot* to a symbol name. Adding 300 is equivalent to appending *-open-dot* or *dot-open* to a symbol name.

this.symbolsrc

Full Usage: this.symbolsrc

Sets the source reference on plot.ly for symbol .