Table of Contents

Method AddValue

Namespace
Bonsai.Design.Visualizers
Assembly
Bonsai.Design.Visualizers.dll

AddValue(DateTime, params double[])

Adds a new data point to the multi-dimensional time series.

protected void AddValue(DateTime time, params double[] value)

Parameters

time DateTime

The timestamp associated with the data point.

value double[]

A double array representing all the attribute dimensions of the data point.