Click or drag to resize

InteractiveScatterPlotAddPoint Method

[Missing <summary> documentation for "M:BrydenWoodUnity.UIElements.InteractiveScatterPlot.AddPoint(System.Int32,System.Int32,System.Single,UnityEngine.Color,System.String)"]

Namespace:  BrydenWoodUnity.UIElements
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public void AddPoint(
	int x,
	int y,
	float size,
	Color c,
	string data
)

Parameters

x
Type: SystemInt32

[Missing <param name="x"/> documentation for "M:BrydenWoodUnity.UIElements.InteractiveScatterPlot.AddPoint(System.Int32,System.Int32,System.Single,UnityEngine.Color,System.String)"]

y
Type: SystemInt32

[Missing <param name="y"/> documentation for "M:BrydenWoodUnity.UIElements.InteractiveScatterPlot.AddPoint(System.Int32,System.Int32,System.Single,UnityEngine.Color,System.String)"]

size
Type: SystemSingle

[Missing <param name="size"/> documentation for "M:BrydenWoodUnity.UIElements.InteractiveScatterPlot.AddPoint(System.Int32,System.Int32,System.Single,UnityEngine.Color,System.String)"]

c
Type: Color

[Missing <param name="c"/> documentation for "M:BrydenWoodUnity.UIElements.InteractiveScatterPlot.AddPoint(System.Int32,System.Int32,System.Single,UnityEngine.Color,System.String)"]

data
Type: SystemString

[Missing <param name="data"/> documentation for "M:BrydenWoodUnity.UIElements.InteractiveScatterPlot.AddPoint(System.Int32,System.Int32,System.Single,UnityEngine.Color,System.String)"]

See Also