No details are provided for this entry.
Declaration Syntax
public interface IReadOnlyDataSeries
Table 1740: Members
Property | Count |
Gets the number of data points. |
Property | DataType |
Gets the type stored by the data series. |
Property | Item |
Gets the element at the specified index in the read-only data series. |
Property | Name |
Gets the name of the data series. |
Property | QuantityName |
Gets the quantity name of the data series, e.g., “Length”, “Pressure”, or “Heat Flux”. |
Property | Unit |
Gets the string representation of the data series units, e.g., “m”, “kg m^-1 s^-2”, or “kg m^2 s^-3”. |
Property | Values |
Explicitly get the values of the data series. |