XPlot


Project

Namespace: XPlot.Plotly
Parent Module: Graph

Constructors

ConstructorDescription
new()
Signature: unit -> Project

CompiledName: .ctor

Instance members

Instance memberDescription
x.ShouldSerializex()
Signature: unit -> bool
x.ShouldSerializey()
Signature: unit -> bool
x.ShouldSerializez()
Signature: unit -> bool
x.x()
Signature: unit -> bool

Sets whether or not the dynamic contours are projected along the x axis.

CompiledName: set_x

x.x()
Signature: unit -> unit

Sets whether or not the dynamic contours are projected along the x axis.

CompiledName: get_x

x.y()
Signature: unit -> bool

Sets whether or not the dynamic contours are projected along the y axis.

CompiledName: set_y

x.y()
Signature: unit -> unit

Sets whether or not the dynamic contours are projected along the y axis.

CompiledName: get_y

x.z()
Signature: unit -> bool

Sets whether or not the dynamic contours are projected along the z axis.

CompiledName: set_z

x.z()
Signature: unit -> unit

Sets whether or not the dynamic contours are projected along the z axis.

CompiledName: get_z

Fork me on GitHub