Struct: ReadOnlyDataSeriesAdapter

Exposes any Data Series instance through the interface.

Implemented types

Constructors

Name Description
ReadOnlyDataSeriesAdapter(Object) Construct by wrapping around a potential Data Series instance.

Properties

Name Description
Count Gets the number of data points.
DataType Gets the type stored by the data series.
Item
Name Gets the name of the data series.
QuantityName Gets the quantity name of the data series, e.g., “Length”, “Pressure”, or “Heat Flux”.
Unit Gets the string representation of the data series units, e.g., “m”, “kg m^-1 s^-2”, or “kg m^2 s^-3”.
Values Explicitly get the values of the data series.