XPlot


Scene

Namespace: XPlot.Plotly
Parent Module: Graph

Constructors

ConstructorDescription
new()
Signature: unit -> Scene

CompiledName: .ctor

Instance members

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

CompiledName: set__isSubplotObj

x._isSubplotObj()
Signature: unit -> unit

CompiledName: get__isSubplotObj

x.aspectmode()
Signature: unit -> obj

If cube, this scene's axes are drawn as a cube, regardless of the axes' ranges. If data, this scene's axes are drawn in proportion with the axes' ranges. If manual, this scene's axes are drawn in proportion with the input of aspectratio (the default behavior if aspectratio is provided). If auto, this scene's axes are drawn using the results of data except when one axis is more than four times the size of the two others, where in that case the results of cube are used.

CompiledName: set_aspectmode

x.aspectmode()
Signature: unit -> unit

If cube, this scene's axes are drawn as a cube, regardless of the axes' ranges. If data, this scene's axes are drawn in proportion with the axes' ranges. If manual, this scene's axes are drawn in proportion with the input of aspectratio (the default behavior if aspectratio is provided). If auto, this scene's axes are drawn using the results of data except when one axis is more than four times the size of the two others, where in that case the results of cube are used.

CompiledName: get_aspectmode

x.aspectratio()
Signature: unit -> Aspectratio

CompiledName: set_aspectratio

x.aspectratio()
Signature: unit -> unit

CompiledName: get_aspectratio

x.bgcolor()
Signature: unit -> string

CompiledName: set_bgcolor

x.bgcolor()
Signature: unit -> unit

CompiledName: get_bgcolor

x.camera()
Signature: unit -> Camera

CompiledName: set_camera

x.camera()
Signature: unit -> unit

CompiledName: get_camera

x.domain()
Signature: unit -> Domain

CompiledName: set_domain

x.domain()
Signature: unit -> unit

CompiledName: get_domain

x.ShouldSerialize_isSubplotObj()
Signature: unit -> bool
x.ShouldSerializeaspectmode()
Signature: unit -> bool
x.ShouldSerializeaspectratio()
Signature: unit -> bool
x.ShouldSerializebgcolor()
Signature: unit -> bool
x.ShouldSerializecamera()
Signature: unit -> bool
x.ShouldSerializedomain()
Signature: unit -> bool
x.ShouldSerializexaxis()
Signature: unit -> bool
x.ShouldSerializeyaxis()
Signature: unit -> bool
x.ShouldSerializezaxis()
Signature: unit -> bool
x.xaxis()
Signature: unit -> Xaxis

CompiledName: set_xaxis

x.xaxis()
Signature: unit -> unit

CompiledName: get_xaxis

x.yaxis()
Signature: unit -> Yaxis

CompiledName: set_yaxis

x.yaxis()
Signature: unit -> unit

CompiledName: get_yaxis

x.zaxis()
Signature: unit -> Zaxis

CompiledName: set_zaxis

x.zaxis()
Signature: unit -> unit

CompiledName: get_zaxis

Fork me on GitHub