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). |
Public Members
Section titled “Public Members”| 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. |
See Also
Section titled “See Also”- namespace Stellar.Abstractions.Services