Abstract base class that defines a set of values in a [[Series]].
Constructors
Section titled "Constructors"SeriesValuesBase
new SeriesValuesBase(values: IEnumerable): SeriesValuesBase Returns SeriesValuesBase
Properties
Section titled "Properties"$t: Type Methods
Section titled "Methods"getValues
Section titled "getValues"Returns an object array containing the value of each data point in the associated [[Series]].
getValues(): any[]