XPlot


Domain

Namespace: XPlot.Plotly
Parent Module: Graph

Constructors

ConstructorDescription
new()
Signature: unit -> Domain

CompiledName: .ctor

Instance members

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

Sets the horizontal domain of this pie trace (in plot fraction).

CompiledName: set_x

x.x()
Signature: unit -> unit

Sets the horizontal domain of this pie trace (in plot fraction).

CompiledName: get_x

x.y()
Signature: unit -> obj

Sets the vertical domain of this pie trace (in plot fraction).

CompiledName: set_y

x.y()
Signature: unit -> unit

Sets the vertical domain of this pie trace (in plot fraction).

CompiledName: get_y

Fork me on GitHub