DataSeries
[Serializable]public class DataSeries : DataSeries<string>Create and add a new series with the given key.
Constructors
Section titled “Constructors”
DataSeries()
Section titled “DataSeries()”public DataSeries()No description is available for this member.
DataSeries(string)
Section titled “DataSeries(string)”public DataSeries(string key)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
key |
System.String | |
DataSeries(string, IEnumerable)
Section titled “DataSeries(string, IEnumerable)”public DataSeries(string key, IEnumerable<DataPoint> points)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
key |
System.String | |
points |
System.Collections.Generic.IEnumerable{ChartGuru.DataPoint} | |
DataSeries(string, Color)
Section titled “DataSeries(string, Color)”public DataSeries(string key, Color color)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
key |
System.String | |
color |
UnityEngine.Color |