public RepeatedField<LabelValue> LabelValues { get; }
The values of the labels in the time series identifier, given in the same
order as the label_descriptors field of the TimeSeriesDescriptor
associated with this object. Each value must have a value of the type
given in the corresponding entry of label_descriptors.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version of the `TimeSeriesData` documentation is 3.15.0, with numerous prior versions available, ranging from 3.14.0 down to 2.3.0."],["`TimeSeriesData` is a class that represents the values of a time series associated with a `TimeSeriesDescriptor`."],["`TimeSeriesData` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which means it is a protobuf message and can be cloned, compared and buffer managed."],["The `TimeSeriesData` class has two constructors: a parameterless constructor and one that takes another `TimeSeriesData` instance as an argument to copy it."],["The class features two properties: `LabelValues`, a `RepeatedField` that holds the values of the labels, and `PointData`, a `RepeatedField` containing the data points of the time series."]]],[]]