Skip to content

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.

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).

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.