XPlot


Stream

Constructors

ConstructorDescription
new()
Signature: unit -> Stream

Instance members

Instance memberDescription
maxpoints()
Signature: unit -> float

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

maxpoints()
Signature: unit -> unit

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

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

The stream id number links a data trace on a plot with a stream. In other words, any data trace you create can reference a 'stream'. If you stream data to Plotly with the same stream id (token), Plotly knows update this data object with the incoming data stream.

token()
Signature: unit -> unit

The stream id number links a data trace on a plot with a stream. In other words, any data trace you create can reference a 'stream'. If you stream data to Plotly with the same stream id (token), Plotly knows update this data object with the incoming data stream.

Fork me on GitHub