XPlot


Xbins

Namespace: XPlot.Plotly
Parent Module: Graph

Constructors

ConstructorDescription
new()
Signature: unit -> Xbins

CompiledName: .ctor

Instance members

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

Sets the end value for the x axis bins.

CompiledName: set_end

x.end()
Signature: unit -> unit

Sets the end value for the x axis bins.

CompiledName: get_end

x.ShouldSerializeend()
Signature: unit -> bool
x.ShouldSerializesize()
Signature: unit -> bool
x.ShouldSerializestart()
Signature: unit -> bool
x.size()
Signature: unit -> obj

Sets the step in-between value each x axis bin.

CompiledName: set_size

x.size()
Signature: unit -> unit

Sets the step in-between value each x axis bin.

CompiledName: get_size

x.start()
Signature: unit -> float

Sets the starting value for the x axis bins.

CompiledName: set_start

x.start()
Signature: unit -> unit

Sets the starting value for the x axis bins.

CompiledName: get_start

Fork me on GitHub