Skip to content
Version 2.11.0
↓ Get the launcher

ChartSeries structure

One labelled series in a LineChartElement.

public struct ChartSeries : IEquatable<ChartSeries>
parameter description
Name Legend label for the series.
Color Line colour (also used in the legend swatch).
Values Per-bucket Y values, oldest bucket first; index i is at time i × bucket-seconds.
Emphasis Draw thicker (e.g. the team-total line).
name description
ChartSeries(…) One labelled series in a LineChartElement.
Color { get; set; } Line colour (also used in the legend swatch).
Emphasis { get; set; } Draw thicker (e.g. the team-total line).
Name { get; set; } Legend label for the series.
Values { get; set; } Per-bucket Y values, oldest bucket first; index i is at time i × bucket-seconds.