Struct: DataSeriesAdapter

Expresses any Data Series as a instance with optional read-only enforcement.

Implemented types

Constructors

Name Description
DataSeriesAdapter(Object, Boolean) Construct by wrapping around a potential Data Series instance.

Properties

Name Description
DataType
Name Gets or sets the name of the data series.
QuantityName Gets or sets the quantity name of the data series, e.g., “Length”, “Pressure”, or “Heat Flux”.
Unit Gets or sets a string representation of the data series units, e.g., “m”, “kg m^-1 s^-2”, or “kg m^2 s^-3”.
Values Explicitly gets or sets the values of the data series.