values

val values: ImmutableList<Double>(source)

Parameters

values

The series values. Mutating the supplied list after construction is safe but does not update this series; values are copied into an immutable list. Raw values retain Double precision; drawing coordinates can be normalized separately. Convert other numeric types or parse strings before constructing the series.