XPlot


Lataxis

Namespace: XPlot.Plotly
Parent Module: Graph

Constructors

ConstructorDescription
new()
Signature: unit -> Lataxis

CompiledName: .ctor

Instance members

Instance memberDescription
x.dtick()
Signature: unit -> float

Sets the graticule's longitude/latitude tick step.

CompiledName: set_dtick

x.dtick()
Signature: unit -> unit

Sets the graticule's longitude/latitude tick step.

CompiledName: get_dtick

x.gridcolor()
Signature: unit -> string

Sets the graticule's stroke color.

CompiledName: set_gridcolor

x.gridcolor()
Signature: unit -> unit

Sets the graticule's stroke color.

CompiledName: get_gridcolor

x.gridwidth()
Signature: unit -> float

Sets the graticule's stroke width (in px).

CompiledName: set_gridwidth

x.gridwidth()
Signature: unit -> unit

Sets the graticule's stroke width (in px).

CompiledName: get_gridwidth

x.range()
Signature: unit -> obj

Sets the range of this axis (in degrees).

CompiledName: set_range

x.range()
Signature: unit -> unit

Sets the range of this axis (in degrees).

CompiledName: get_range

x.ShouldSerializedtick()
Signature: unit -> bool
x.ShouldSerializegridcolor()
Signature: unit -> bool
x.ShouldSerializegridwidth()
Signature: unit -> bool
x.ShouldSerializerange()
Signature: unit -> bool
x.ShouldSerializeshowgrid()
Signature: unit -> bool
x.ShouldSerializetick0()
Signature: unit -> bool
x.showgrid()
Signature: unit -> bool

Sets whether or not graticule are shown on the map.

CompiledName: set_showgrid

x.showgrid()
Signature: unit -> unit

Sets whether or not graticule are shown on the map.

CompiledName: get_showgrid

x.tick0()
Signature: unit -> float

Sets the graticule's starting tick longitude/latitude.

CompiledName: set_tick0

x.tick0()
Signature: unit -> unit

Sets the graticule's starting tick longitude/latitude.

CompiledName: get_tick0

Fork me on GitHub