Click or drag to resize

InteractiveScatterPlotSetValues Method

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

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,
	string metric = "m² area"
)

Parameters

values
Type: System.Collections.GenericListListSingle

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

colors
Type: System.Collections.GenericListColor

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

metric (Optional)
Type: SystemString

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

See Also