ChartSeries
A named numeric series for multi-series line, area and bar charts. The ordinal index of each value lines up with the chart’s X labels.
Properties
Section titled “Properties”Optional CSS color override; falls back to the cycling palette when null.
Ordered values; index i aligns with X label i.
Series display name (legend / tooltip label).
Methods
Section titled “Methods”ChartSeries()
Section titled “ChartSeries()”Creates an empty series.
ChartSeries(string, IReadOnlyList<double>, string)
Section titled “ChartSeries(string, IReadOnlyList<double>, string)”Creates a named series from a sequence of values.