# Add Graph Data Point

Grammar — Add data point (xValue, yValue) for data set index to graph for players
FlagsNative | Action

Adds a data point to a dialog item with a graph.

# Arguments

  • int [ control ] — Graph
  • playergroup — Players
  • fixed — X-Value
  • fixed — Y-Value
  • int — Index

Returns — void

native void DialogControlAddDataPoint(
	int control,
	playergroup players,
	fixed xValue,
	fixed yValue,
	int index,
);

Category: Dialog / Dialog Item Values

# Examples

— None found —