SetGUIGraphData
From HEWIKI
SetGUIGraphData(graph as NodeRef of Class GUIGraph, useRange as Boolean, minRange as Float, maxRange as Float, \\ data as List of Vector3, style as Enum GraphStyle)
Arguments
- graph
- The GUI Control being passed in
- useRange
- A boolean which indicates whether or not to specify minimum/maximum range values
- minRange
- Floating point value, specifying the minimum range (help)
- maxRange
- Floating point value, specifying the maximum range
- data
- A list of Vector3 datapoints which will appear in the graph
- style
- An enumerated value of type GraphStyle