XPlot


Projection

Namespace: XPlot.Plotly
Parent Module: Graph

Constructors

ConstructorDescription
new()
Signature: unit -> Projection

CompiledName: .ctor

Instance members

Instance memberDescription
x.parallels()
Signature: unit -> obj

For conic projection types only. Sets the parallels (tangent, secant) where the cone intersects the sphere.

CompiledName: set_parallels

x.parallels()
Signature: unit -> unit

For conic projection types only. Sets the parallels (tangent, secant) where the cone intersects the sphere.

CompiledName: get_parallels

x.rotation()
Signature: unit -> Rotation

CompiledName: set_rotation

x.rotation()
Signature: unit -> unit

CompiledName: get_rotation

x.scale()
Signature: unit -> float

Zooms in or out on the map view.

CompiledName: set_scale

x.scale()
Signature: unit -> unit

Zooms in or out on the map view.

CompiledName: get_scale

x.ShouldSerializeparallels()
Signature: unit -> bool
x.ShouldSerializerotation()
Signature: unit -> bool
x.ShouldSerializescale()
Signature: unit -> bool
x.ShouldSerializetype()
Signature: unit -> bool
x.ShouldSerializex()
Signature: unit -> bool
x.ShouldSerializey()
Signature: unit -> bool
x.ShouldSerializez()
Signature: unit -> bool
x.type()
Signature: unit -> obj

Sets the projection type.

CompiledName: set_type

x.type()
Signature: unit -> unit

Sets the projection type.

CompiledName: get_type

x.x()
Signature: unit -> X

CompiledName: set_x

x.x()
Signature: unit -> unit

CompiledName: get_x

x.y()
Signature: unit -> Y

CompiledName: set_y

x.y()
Signature: unit -> unit

CompiledName: get_y

x.z()
Signature: unit -> Z

CompiledName: set_z

x.z()
Signature: unit -> unit

CompiledName: get_z

Fork me on GitHub