ChartDataSourceAsset.Series
public class ChartDataSourceAsset.SeriesOne named Series (one ring, one line, one bar group, …).
Fields
Section titled “Fields”
[Tooltip("Series display name. Appears in the legend and in tooltips.")]public string NameReturns
System.String
[Tooltip("Series colour. Used as the fallback when an entry's ColorOverride is transparent.")]public Color ColorReturns
UnityEngine.Color
Entries
Section titled “Entries”[Tooltip("Entries inside this series.")]public List<ChartDataSourceAsset.Entry> EntriesReturns
System.Collections.Generic.List{ChartGuru.ChartDataSourceAsset.Entry}
Constructors
Section titled “Constructors”
Series()
Section titled “Series()”public Series()
Series(string, Color)
Section titled “Series(string, Color)”public Series(string name, Color color)Creates an empty named series whose entries use the supplied fallback color.
Parameters
| Name | Type |
|---|---|
name |
System.String |
color |
UnityEngine.Color |