Click or drag to resize

ScatterPlotSetValues Method

[Missing <summary> documentation for "M:BrydenWoodUnity.UIElements.ScatterPlot.SetValues(System.Collections.Generic.List{System.Collections.Generic.List{System.Single}},System.Collections.Generic.List{UnityEngine.Color})"]

Namespace:  BrydenWoodUnity.UIElements
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public void SetValues(
	List<List<float>> values,
	List<Color> colors
)

Parameters

values
Type: System.Collections.GenericListListSingle

[Missing <param name="values"/> documentation for "M:BrydenWoodUnity.UIElements.ScatterPlot.SetValues(System.Collections.Generic.List{System.Collections.Generic.List{System.Single}},System.Collections.Generic.List{UnityEngine.Color})"]

colors
Type: System.Collections.GenericListColor

[Missing <param name="colors"/> documentation for "M:BrydenWoodUnity.UIElements.ScatterPlot.SetValues(System.Collections.Generic.List{System.Collections.Generic.List{System.Single}},System.Collections.Generic.List{UnityEngine.Color})"]

See Also