XPlot


XBins

Constructors

ConstructorDescription
new()
Signature: unit -> XBins

Instance members

Instance memberDescription
end()
Signature: unit -> float

Sets the end point on the x-axis for the last bin.

end()
Signature: unit -> unit

Sets the end point on the x-axis for the last bin.

ShouldSerializeend()
Signature: unit -> bool
ShouldSerializesize()
Signature: unit -> bool
ShouldSerializestart()
Signature: unit -> bool
size()
Signature: unit -> float

Sets the size (i.e. their width) of each x-axis bin.

size()
Signature: unit -> unit

Sets the size (i.e. their width) of each x-axis bin.

start()
Signature: unit -> float

Sets the starting point on the x-axis for the first bin.

start()
Signature: unit -> unit

Sets the starting point on the x-axis for the first bin.

Fork me on GitHub