XPlot


Scattergeo Type

Namespace: XPlot.Plotly

Assembly: XPlot.Plotly.dll

Base Type: Trace

Constructors

Constructor Description

Scattergeo()

Full Usage: Scattergeo()

Returns: Scattergeo

Returns: Scattergeo

Instance members

Instance member Description

this.ShouldSerializegeo()

Full Usage: this.ShouldSerializegeo()

Returns: bool

Returns: bool

this.ShouldSerializehoverinfo()

Full Usage: this.ShouldSerializehoverinfo()

Returns: bool

Returns: bool

this.ShouldSerializelat()

Full Usage: this.ShouldSerializelat()

Returns: bool

Returns: bool

this.ShouldSerializelatsrc()

Full Usage: this.ShouldSerializelatsrc()

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

Full Usage: this.ShouldSerializelocationmode()

Returns: bool

Returns: bool

this.ShouldSerializelocations()

Full Usage: this.ShouldSerializelocations()

Returns: bool

Returns: bool

this.ShouldSerializelocationssrc()

Full Usage: this.ShouldSerializelocationssrc()

Returns: bool

Returns: bool

this.ShouldSerializelon()

Full Usage: this.ShouldSerializelon()

Returns: bool

Returns: bool

this.ShouldSerializelonsrc()

Full Usage: this.ShouldSerializelonsrc()

Returns: bool

Returns: bool

this.ShouldSerializemarker()

Full Usage: this.ShouldSerializemarker()

Returns: bool

Returns: bool

this.ShouldSerializemode()

Full Usage: this.ShouldSerializemode()

Returns: bool

Returns: bool

this.ShouldSerializeopacity()

Full Usage: this.ShouldSerializeopacity()

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

Full Usage: this.ShouldSerializetext()

Returns: bool

Returns: bool

this.ShouldSerializetextfont()

Full Usage: this.ShouldSerializetextfont()

Returns: bool

Returns: bool

this.ShouldSerializetextposition()

Full Usage: this.ShouldSerializetextposition()

Returns: bool

Returns: bool

this.ShouldSerializetextpositionsrc()

Full Usage: this.ShouldSerializetextpositionsrc()

Returns: bool

Returns: bool

this.ShouldSerializetextsrc()

Full Usage: this.ShouldSerializetextsrc()

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

Full Usage: this.geo

Sets a reference between this trace's geospatial coordinates and a geographic map. If *geo* (the default value), the geospatial coordinates refer to `layout.geo`. If *geo2*, the geospatial coordinates refer to `layout.geo2`, and so on.

this.hoverinfo

Full Usage: this.hoverinfo

Determines which trace information appear on hover.

this.lat

Full Usage: this.lat

Sets the latitude coordinates (in degrees North).

this.latsrc

Full Usage: this.latsrc

Sets the source reference on plot.ly for lat .

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

Full Usage: this.locationmode

Determines the set of locations used to match entries in `locations` to regions on the map.

this.locations

Full Usage: this.locations

Sets the coordinates via location IDs or names. Coordinates correspond to the centroid of each location given. See `locationmode` for more info.

this.locationssrc

Full Usage: this.locationssrc

Sets the source reference on plot.ly for locations .

this.lon

Full Usage: this.lon

Sets the longitude coordinates (in degrees East).

this.lonsrc

Full Usage: this.lonsrc

Sets the source reference on plot.ly for lon .

this.marker

Full Usage: this.marker

this.mode

Full Usage: this.mode

Determines the drawing mode for this scatter trace. If the provided `mode` includes *text* then the `text` elements appear at the coordinates. Otherwise, the `text` elements appear on hover. If there are less than 20 points, then the default is *lines+markers*. Otherwise, *lines*.

this.opacity

Full Usage: this.opacity

Sets the opacity of the trace.

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

Full Usage: this.text

Sets text elements associated with each (lon,lat) pair. or item in `locations`. If a single string, the same string appears over all the data points. If an array of string, the items are mapped in order to the this trace's (lon,lat) or `locations` coordinates.

this.textfont

Full Usage: this.textfont

this.textposition

Full Usage: this.textposition

Sets the positions of the `text` elements with respects to the (x,y) coordinates.

this.textpositionsrc

Full Usage: this.textpositionsrc

Sets the source reference on plot.ly for textposition .

this.textsrc

Full Usage: this.textsrc

Sets the source reference on plot.ly for text .

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