Skip to content

DataSeries

ClassChartGuruChartGuru
[Serializable]
public class DataSeries : DataSeries<string>

Create and add a new series with the given key.

public DataSeries()

No description is available for this member.

public DataSeries(string key)

No description is available for this member.

Parameters

Name Type Description
key System.String
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}
public DataSeries(string key, Color color)

No description is available for this member.

Parameters

Name Type Description
key System.String
color UnityEngine.Color