XPlot


Stream

Namespace: XPlot.Plotly
Parent Module: Graph

Constructors

ConstructorDescription
new()
Signature: unit -> Stream

CompiledName: .ctor

Instance members

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

Sets the maximum number of points to keep on the plots from an incoming stream. If maxpoints is set to 50, only the newest 50 points will be displayed on the plot.

CompiledName: set_maxpoints

x.maxpoints()
Signature: unit -> unit

Sets the maximum number of points to keep on the plots from an incoming stream. If maxpoints is set to 50, only the newest 50 points will be displayed on the plot.

CompiledName: get_maxpoints

x.ShouldSerializemaxpoints()
Signature: unit -> bool
x.ShouldSerializetoken()
Signature: unit -> bool
x.token()
Signature: unit -> string

The stream id number links a data trace on a plot with a stream. See https://plot.ly/settings for more details.

CompiledName: set_token

x.token()
Signature: unit -> unit

The stream id number links a data trace on a plot with a stream. See https://plot.ly/settings for more details.

CompiledName: get_token

Fork me on GitHub