# Set Graph Maximum X Visible

Grammar — Set the visible maxXValue on graph for players
FlagsNative | Action

Set the maximum X data point value that is visible for a graph

# Arguments

  • int [ control ] — Graph
  • playergroup — Players
  • fixed — MaxXValue

Returns — void

native void DialogControlSetMaxXVisible(
	int graph,
	playergroup players,
	fixed maxXValue,
);

Category: Dialog / Dialog Item Values

# Examples

— None found —