Chart Series
A single named series of values within a ChartData.
Parameters
name
Optional display name, not a unique series identifier.
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.