XPlot


Geo

Namespace: XPlot.Plotly
Parent Module: Graph

Constructors

ConstructorDescription
new()
Signature: unit -> Geo

CompiledName: .ctor

Instance members

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

CompiledName: set__isSubplotObj

x._isSubplotObj()
Signature: unit -> unit

CompiledName: get__isSubplotObj

x.bgcolor()
Signature: unit -> string

Set the background color of the map

CompiledName: set_bgcolor

x.bgcolor()
Signature: unit -> unit

Set the background color of the map

CompiledName: get_bgcolor

x.coastlinecolor()
Signature: unit -> string

Sets the coastline color.

CompiledName: set_coastlinecolor

x.coastlinecolor()
Signature: unit -> unit

Sets the coastline color.

CompiledName: get_coastlinecolor

x.coastlinewidth()
Signature: unit -> float

Sets the coastline stroke width (in px).

CompiledName: set_coastlinewidth

x.coastlinewidth()
Signature: unit -> unit

Sets the coastline stroke width (in px).

CompiledName: get_coastlinewidth

x.countrycolor()
Signature: unit -> string

Sets line color of the country boundaries.

CompiledName: set_countrycolor

x.countrycolor()
Signature: unit -> unit

Sets line color of the country boundaries.

CompiledName: get_countrycolor

x.countrywidth()
Signature: unit -> float

Sets line width (in px) of the country boundaries.

CompiledName: set_countrywidth

x.countrywidth()
Signature: unit -> unit

Sets line width (in px) of the country boundaries.

CompiledName: get_countrywidth

x.domain()
Signature: unit -> Domain

CompiledName: set_domain

x.domain()
Signature: unit -> unit

CompiledName: get_domain

x.framecolor()
Signature: unit -> string

Sets the color the frame.

CompiledName: set_framecolor

x.framecolor()
Signature: unit -> unit

Sets the color the frame.

CompiledName: get_framecolor

x.framewidth()
Signature: unit -> float

Sets the stroke width (in px) of the frame.

CompiledName: set_framewidth

x.framewidth()
Signature: unit -> unit

Sets the stroke width (in px) of the frame.

CompiledName: get_framewidth

x.lakecolor()
Signature: unit -> string

Sets the color of the lakes.

CompiledName: set_lakecolor

x.lakecolor()
Signature: unit -> unit

Sets the color of the lakes.

CompiledName: get_lakecolor

x.landcolor()
Signature: unit -> string

Sets the land mass color.

CompiledName: set_landcolor

x.landcolor()
Signature: unit -> unit

Sets the land mass color.

CompiledName: get_landcolor

x.lataxis()
Signature: unit -> Lataxis

CompiledName: set_lataxis

x.lataxis()
Signature: unit -> unit

CompiledName: get_lataxis

x.lonaxis()
Signature: unit -> Lonaxis

CompiledName: set_lonaxis

x.lonaxis()
Signature: unit -> unit

CompiledName: get_lonaxis

x.oceancolor()
Signature: unit -> string

Sets the ocean color

CompiledName: set_oceancolor

x.oceancolor()
Signature: unit -> unit

Sets the ocean color

CompiledName: get_oceancolor

x.projection()
Signature: unit -> Projection

CompiledName: set_projection

x.projection()
Signature: unit -> unit

CompiledName: get_projection

x.resolution()
Signature: unit -> obj

Sets the resolution of the base layers. The values have units of km/mm e.g. 110 corresponds to a scale ratio of 1:110,000,000.

CompiledName: set_resolution

x.resolution()
Signature: unit -> unit

Sets the resolution of the base layers. The values have units of km/mm e.g. 110 corresponds to a scale ratio of 1:110,000,000.

CompiledName: get_resolution

x.rivercolor()
Signature: unit -> string

Sets color of the rivers.

CompiledName: set_rivercolor

x.rivercolor()
Signature: unit -> unit

Sets color of the rivers.

CompiledName: get_rivercolor

x.riverwidth()
Signature: unit -> float

Sets the stroke width (in px) of the rivers.

CompiledName: set_riverwidth

x.riverwidth()
Signature: unit -> unit

Sets the stroke width (in px) of the rivers.

CompiledName: get_riverwidth

x.scope()
Signature: unit -> obj

Set the scope of the map.

CompiledName: set_scope

x.scope()
Signature: unit -> unit

Set the scope of the map.

CompiledName: get_scope

x.ShouldSerialize_isSubplotObj()
Signature: unit -> bool
x.ShouldSerializebgcolor()
Signature: unit -> bool
x.ShouldSerializecoastlinecolor()
Signature: unit -> bool
x.ShouldSerializecoastlinewidth()
Signature: unit -> bool
x.ShouldSerializecountrycolor()
Signature: unit -> bool
x.ShouldSerializecountrywidth()
Signature: unit -> bool
x.ShouldSerializedomain()
Signature: unit -> bool
x.ShouldSerializeframecolor()
Signature: unit -> bool
x.ShouldSerializeframewidth()
Signature: unit -> bool
x.ShouldSerializelakecolor()
Signature: unit -> bool
x.ShouldSerializelandcolor()
Signature: unit -> bool
x.ShouldSerializelataxis()
Signature: unit -> bool
x.ShouldSerializelonaxis()
Signature: unit -> bool
x.ShouldSerializeoceancolor()
Signature: unit -> bool
x.ShouldSerializeprojection()
Signature: unit -> bool
x.ShouldSerializeresolution()
Signature: unit -> bool
x.ShouldSerializerivercolor()
Signature: unit -> bool
x.ShouldSerializeriverwidth()
Signature: unit -> bool
x.ShouldSerializescope()
Signature: unit -> bool
x.ShouldSerializeshowcoastlines()
Signature: unit -> bool
x.ShouldSerializeshowcountries()
Signature: unit -> bool
x.ShouldSerializeshowframe()
Signature: unit -> bool
x.ShouldSerializeshowlakes()
Signature: unit -> bool
x.ShouldSerializeshowland()
Signature: unit -> bool
x.ShouldSerializeshowocean()
Signature: unit -> bool
x.ShouldSerializeshowrivers()
Signature: unit -> bool
x.ShouldSerializeshowsubunits()
Signature: unit -> bool
x.ShouldSerializesubunitcolor()
Signature: unit -> bool
x.ShouldSerializesubunitwidth()
Signature: unit -> bool
x.showcoastlines()
Signature: unit -> bool

Sets whether or not the coastlines are drawn.

CompiledName: set_showcoastlines

x.showcoastlines()
Signature: unit -> unit

Sets whether or not the coastlines are drawn.

CompiledName: get_showcoastlines

x.showcountries()
Signature: unit -> bool

Sets whether or not country boundaries are drawn.

CompiledName: set_showcountries

x.showcountries()
Signature: unit -> unit

Sets whether or not country boundaries are drawn.

CompiledName: get_showcountries

x.showframe()
Signature: unit -> bool

Sets whether or not a frame is drawn around the map.

CompiledName: set_showframe

x.showframe()
Signature: unit -> unit

Sets whether or not a frame is drawn around the map.

CompiledName: get_showframe

x.showlakes()
Signature: unit -> bool

Sets whether or not lakes are drawn.

CompiledName: set_showlakes

x.showlakes()
Signature: unit -> unit

Sets whether or not lakes are drawn.

CompiledName: get_showlakes

x.showland()
Signature: unit -> bool

Sets whether or not land masses are filled in color.

CompiledName: set_showland

x.showland()
Signature: unit -> unit

Sets whether or not land masses are filled in color.

CompiledName: get_showland

x.showocean()
Signature: unit -> bool

Sets whether or not oceans are filled in color.

CompiledName: set_showocean

x.showocean()
Signature: unit -> unit

Sets whether or not oceans are filled in color.

CompiledName: get_showocean

x.showrivers()
Signature: unit -> bool

Sets whether or not rivers are drawn.

CompiledName: set_showrivers

x.showrivers()
Signature: unit -> unit

Sets whether or not rivers are drawn.

CompiledName: get_showrivers

x.showsubunits()
Signature: unit -> bool

Sets whether or not boundaries of subunits within countries (e.g. states, provinces) are drawn.

CompiledName: set_showsubunits

x.showsubunits()
Signature: unit -> unit

Sets whether or not boundaries of subunits within countries (e.g. states, provinces) are drawn.

CompiledName: get_showsubunits

x.subunitcolor()
Signature: unit -> string

Sets the color of the subunits boundaries.

CompiledName: set_subunitcolor

x.subunitcolor()
Signature: unit -> unit

Sets the color of the subunits boundaries.

CompiledName: get_subunitcolor

x.subunitwidth()
Signature: unit -> float

Sets the stroke width (in px) of the subunits boundaries.

CompiledName: set_subunitwidth

x.subunitwidth()
Signature: unit -> unit

Sets the stroke width (in px) of the subunits boundaries.

CompiledName: get_subunitwidth

Fork me on GitHub