# Set Graph Data Color

Grammar — Set the color for data set index on graph for players
FlagsNative | Action

Set the color for a data set in a dialog item with a graph.

# Arguments

  • int [ control ] — Graph
  • playergroup — Players
  • color — Color
  • int — Index

Returns — void

native void DialogControlSetDataColor(
	int control,
	playergroup players,
	color value,
	int index,
);

Category: Dialog / Dialog Item Values

# Examples

— None found —